Add 'Future'

glax 2023-04-02 22:34:42 +02:00
parent 3020638b68
commit d4e9dc03fc

5
Future.md Normal file

@ -0,0 +1,5 @@
Since we now have a working "backend" for routing, we now shift over to the API-Part of the project.
Routing-requests should include a start- and end-point (coordinates) and return a node-to-node description of the "shortest" route possible.
Other improvements for the future could include a database model for storing regions instead of the current file-based model.