From 4edfc98c1d6f22d939e1f35801d3803b330a74d0 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Mon, 7 Apr 2025 12:09:25 -0400 Subject: [PATCH] wrote out sprint 6 --- sprints/sprint6/sprint6.md | 57 ++++++++++++++++++++++++++++++++++++++ 1 file changed, 57 insertions(+) create mode 100644 sprints/sprint6/sprint6.md diff --git a/sprints/sprint6/sprint6.md b/sprints/sprint6/sprint6.md new file mode 100644 index 0000000..3241fab --- /dev/null +++ b/sprints/sprint6/sprint6.md @@ -0,0 +1,57 @@ +# Sprint Meeting Notes + +*note: replace anything surrounded by << >> and **remove** the << >>* + +**Attended**: Spencer Powell + +**DATE**: + +*** + +## Sprint 5 Review + +### SRS Sections Updated + +### Sprint Requirements Attempted + +Integrate client and server + +### Completed Requirements + +Integrate client and server + +### The summary of the entire project + +The project is nearing completion, all that needs to be done is the addition of graph edges to the graph database + +*** + +## Sprint 6 Planning + +## Requirements Flex + +3/5 requirement flexes remaining + +## Technical Debt + +Need to fix a bug in the client that causes it to not display info fetched from server correctly + +### Requirement Target + +Setup edges in graph + +### User Stories + +Baseline user story + +### Planning + +We'll probably use a technical flex but otherwise the plan would be for us to both work on setups which add data into the graph database + +### Action Items + +Edges need to be added to graph and graph db needs to be used to find a valid graph path for a given query + +### Issues and Risks + +This will probably be the most obnoxious part of the project for various reasons