From 1b129ca0f629371daf348a18918065dde6dc7064 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 5 Feb 2025 12:12:19 -0500 Subject: [PATCH] did as much of spec as I can --- etc/specifications.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) 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?