did as much of spec as I can
This commit is contained in:
parent
b8dbc70350
commit
1b129ca0f6
1 changed files with 5 additions and 3 deletions
|
@ -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?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue