From 4fad1c6595862285f78f8e11a59e41b473a9be9f Mon Sep 17 00:00:00 2001 From: Pagwin Date: Sat, 17 Feb 2024 23:08:25 -0500 Subject: [PATCH] made readme tasks better --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6298ec5..4c64719 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,14 @@ Currently just an api to get the best bus route from point a to point b, current ## TODO: - Build frontend +- test with OCCT buses - Change api to give a not shitty poly line for Broome county buses +- make route checking more advanced with better walking heuristic +- make route checking more advanced by allowing multiple factors with multiple weights including + - walking time (don't remove it) + - bus travel time + - layover time + - ultimate arrival time - Test for Broome county buses (can't at night due to being too late) - use a DB via SeaORM to avoid spaming APIs - use info in db to try and predict bus schedules in future