diff --git a/etc/specifications.md b/etc/specifications.md index df7f44f..6ba0021 100644 --- a/etc/specifications.md +++ b/etc/specifications.md @@ -36,15 +36,17 @@ _ ## 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? -_ +Backend to gather bus info and calculate routes + +Frontend to receive route requests and display the calculated route ## 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?