transport-accessibility/TODO.md
Johannes Randerath aeed247b26 Added TODO List and a utility to convert a GTFS folder to a Pandas
Dataframe and check the validity of the feed.
2024-06-01 04:04:04 +02:00

16 lines
703 B
Markdown

## General
- Decide for a license
- 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
- Add TODOs
## Backend
- Process GTFS files for im- and export
- Serve data to views in an intuitive way. As an object of a custom class?
- Fetch data to serve to views
- Write data received from views
- Implement views serve data to the templates
- Handle requests corrrectly in views and urls
- Convert the data object <-> Pandas DataFrame