- Using sphinx to documente the project - Autodocumenting Python using numpy-style docstr and sphinx autodoc with napoleon
15 lines
645 B
Markdown
15 lines
645 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?
|
|
- Add documentation. Sphinx?
|
|
|
|
## Frontend
|
|
- Add TODOs
|
|
|
|
## Backend
|
|
- 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
|