1.0 KiB
1.0 KiB
General
- Decide how to license produced data as the work of inserting the data and the data itself is not ours. Make the users agree on a FLOSS or CC license for the GTFS files produced from their data? What if someone doesn't own the data they upload? What if it's not free - How can we produce data in that case? ToS?
Frontend
- Finish the AddNewShape mechanism - remove the polyline if canceled (or clicked on the map) (the problem is either in the cancelShapeEdit or in the addClickablePoint function), create save option, add OSM routing to connect the chosen bus stops instead of straight lines (the addClickablePoint and addNewShape functions).
- Write the addNewStop function (it should add a stop in the place clicked on the map) (a name to the stop should be given).
- Allow for the inspection of plans for the chosen lines from the backend.
Backend
- Serve data to views in an intuitive way. As an object of a custom class?
- Fetch data to serve to views
- Implement views to serve data to the templates
- Handle requests corrrectly in views and urls