transport-accessibility/TODO.md
Johannes Randerath ed5559250e
Signing properly
2024-07-09 12:38:15 +02:00

952 B

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

  • Fetch data to serve to views
  • Implement views to serve data to the templates