From 2cf1d46999a1f2a21fdb56f4805f53b05a32d4ff Mon Sep 17 00:00:00 2001 From: glax Date: Sun, 23 Apr 2023 15:19:24 +0200 Subject: [PATCH] Update 'Future' --- Future.md | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/Future.md b/Future.md index e6f8eea..2e5311c 100644 --- a/Future.md +++ b/Future.md @@ -1,5 +1 @@ -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. \ No newline at end of file +Improvements for the future could include a database model for storing regions instead of the current file-based model. \ No newline at end of file