Created
November 30, 2020 11:09
-
-
Save 22shubh22/378d813c1b53c49b23ffe207fc134e1c to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* Buses will be hardcoded. | |
-> Initiallly centered of Ambikapur Buses. | |
* Center is not the a route, but different buses running within route. | |
Initially let's hardcode that. So, can b eupdated later. | |
Bus:[ | |
Company name, | |
(not necessary)bus number | |
bus route and timimgs at each station, | |
] | |
App Functionalites | |
* Search all bus running between two stations. | |
* (not now) when clicking previous 3 days time status | |
* (not now) Show time by which bus will reach this location. | |
Task Now, | |
* design UI and firebase structure. | |
* No user profile, we'will use token Id as reference fo user. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment