did as much of spec as I can

This commit is contained in:
Pagwin 2025-02-05 12:12:19 -05:00
parent b8dbc70350
commit 1b129ca0f6
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -36,15 +36,17 @@ _
## What does this application need to do? ## What does this application need to do?
_ Gather data on available buses and plan a route based on that information
## What are the components of this application? ## What are the components of this application?
_ Backend to gather bus info and calculate routes
Frontend to receive route requests and display the calculated route
## What needs to happen next? ## What needs to happen next?
_ API between frontend and backend needs to be decided and tasks divided up/planned out
## What must happen before the next step? ## What must happen before the next step?