From 173b1f28c0ed73b760d3992789c8974093a7c52b Mon Sep 17 00:00:00 2001 From: schultzemn Date: Wed, 29 Apr 2026 23:06:34 -0400 Subject: [PATCH 1/2] Created sprint 4 documentation. --- doc/sprint4.md | 44 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 doc/sprint4.md diff --git a/doc/sprint4.md b/doc/sprint4.md new file mode 100644 index 0000000..b311eee --- /dev/null +++ b/doc/sprint4.md @@ -0,0 +1,44 @@ +Date 04/11/2026 + +## Sprint 3 + + +### Members Present + +* Ethan Schultz +* David Branco +* Steven Maddox Batz +* Thomas Hyde + +### This sprint, we completed: + +* Documented previous sprint +* Touched up frontend work +* Standardized CSS Styling +* Finished up backend authorization +* Started login & signup + + +### Retrospective +* #### Good + + * We used git well and task focused on tasks + * Stayed focused on tasks + * Delegated and communicated work progress + + +* #### Bad + + * Need more focus on frontend + +### Actionable Commitments + +- As a team, we will continue to communicate and share project ideas, improve on communicating with the group, and begin working on frontend development. + + +### Sprint planning + +| Points | Story | +|-------|-------| +| 3 | As a developer, I want a app creation program to simplify database creation | +| 5 | As a user, I want data encryption so my info is safe | From 8daafa07c262c8736d04bc3d2a14d59207c73402 Mon Sep 17 00:00:00 2001 From: schultzemn Date: Wed, 29 Apr 2026 23:08:41 -0400 Subject: [PATCH 2/2] Change date and title. --- doc/sprint4.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/sprint4.md b/doc/sprint4.md index b311eee..dabe97b 100644 --- a/doc/sprint4.md +++ b/doc/sprint4.md @@ -1,6 +1,6 @@ -Date 04/11/2026 +Date 04/29/2026 -## Sprint 3 +## Sprint 4 ### Members Present