Nikhil VJ
Nikhil VJ
The program is currently (as of 12-Apr-2018) using using [TinyDB](https://tinydb.readthedocs.io/en/latest/) to manage its database. The database is a `db.json` file in GTFS folder. (Actually there's another one too, sequence.json) ##...
A button to do a quick-and-dirty connect-the-dots at the route-sequence page.
Use one of the methods described here: https://stackoverflow.com/a/45646477/4355695
Fare Rules : Enable user to either upload or get a textbox to copy-paste a pivoted fares chart (on station pairs model) at the `Fare Rules - Pivoted` tab. What...
Trips section : on selecting a trip, load a map preview. Show stops, and load the shape too if present. #### Frontend - build a map div below the trips...
In Schedules > Trips, when provisioning a new trip, - also create entries for it in the stop_times table, - using the time value as the start time. - and...
Translations: Give dropdown of existing names from across the system. Any translation not done yet or not done in the picked language should come in a dropdown. Implies : don't...
Stops: Map new location marker : change or animate Presently : a small bright red dot is created wherever the user clicks. Modify to either or both: 1. same dot...
Ref: #59 . Wherever there is data being written to DB, include a de-duplicating function to remove duplicating entries. Can do it gracefully, and keep a policy to preserve the...
apply the shakeIt() function at all places in all web pages where data is not entered properly and save button is pressed etc. Right now it's working for the Misc...