sumeetsinghani / bus-stop-alarm

Automatically exported from code.google.com/p/bus-stop-alarm
MIT License
0 stars 0 forks source link

Recent routes #54

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When a new route and stop is selected it doesn't get added to the recent 
routes list on the main page.

Original issue reported on code.google.com by daver0...@gmail.com on 7 Mar 2010 at 1:28

GoogleCodeExporter commented 9 years ago
The recent routes goes to the map when it should go to the confirmation page.

Original comment by daver0...@gmail.com on 11 Mar 2010 at 4:53

GoogleCodeExporter commented 9 years ago
no, it should go to the map page

Original comment by Da.Nu...@gmail.com on 11 Mar 2010 at 5:34

GoogleCodeExporter commented 9 years ago
Steps to reproduce the problem:
1. Select a route and stop, and set an alarm for it.
2. Go back to main page.

Expected output:
The route that was just selected shows up on main page.

Actual output:
It does not.

This has been fixed by 1) fixing the BusDbAdapter, and 2) removing some test 
statements that clear database entries whenever main page is started up.

Original comment by chen...@gmail.com on 13 Mar 2010 at 3:05