doenietzomoeilijk / navbot

Automatically exported from code.google.com/p/navbot
0 stars 0 forks source link

Show routes with return trips #5

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
An increasing number of people are asking to see return-trips in NavBot. 
The code is already in trunk and tested (RoundTrip) - we just need to find 
a really simple, beautiful way to present it to the user.

The problem is that the best round trip is, in practice, often the same as 
the best single trip, but carrying nothing in one direction! Maybe we 
could have two different pages - one for single trips and one for round 
trips? Or add a check-box to toggle between single-trips and round-trips?

The most popular NavBot feature is it's simplicity of use. We have to be 
very careful not to over-complicate the interface!

Original issue reported on code.google.com by mark.oco...@gmail.com on 14 Oct 2007 at 8:48

GoogleCodeExporter commented 9 years ago
Idea:

What about a route details page? The return trip could be displayed there, as 
well as
any other relevant information :D

Original comment by sli...@gmail.com on 22 May 2008 at 4:39