Hacker News new | ask | show | jobs
by stavros 1468 days ago
I have a location where I am and a location I want to get to. I need a way to specify the two, and a way to enter payment info. That is literally all a taxi app should do.
2 comments

Why is that all the taxi app should do?

Getting a message "heavy traffic, your car has been delayed" is what everyone else seeming rational really wants. Messaging and awareness of the current state of the transaction they are in.

Before it arrives, you mean? That's still not something that a web page can't easily do.
Why not?

You have a page with a piece of JavaScript on it. Every 30 seconds it pings back "What's the status of request 12345678?" and updates a div.

If Domino's can display "your order has been handed to Steve for delivery", then a taxi service can say "Tom is stuck on the 405."

You mean the same Javascript that gets paused when you go to another tab?
I agree, it was a double negative.
Okay, that's the 90% of the taxi app. What about the other 90%?