From 0605637f02285cc2b56679d81f7e0e814dab6092 Mon Sep 17 00:00:00 2001 From: Akash Keshav <112591754+domesticchores@users.noreply.github.com> Date: Mon, 17 Mar 2025 23:46:57 -0400 Subject: updated design docs and updated acceptance testing spreadsheet. -ak --- docs/DesignDoc.md | 6 + docs/architecture-tiers-and-layers.drawio | 195 ++++++++++++++++-------------- docs/architecture-tiers-and-layers.png | Bin 77956 -> 82794 bytes etc/Acceptance Test Plan.xlsx | Bin 30285 -> 30698 bytes 4 files changed, 108 insertions(+), 93 deletions(-) diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 8996e67..27d14f6 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -17,6 +17,8 @@ geometry: margin=1in Our project is intended to create a space to fund aquatic conservation, from physical ecosystems such as coral reefs to aquatic creatures such as jellyfish. Users will be able to donate funds, both physical and monetary, to individal 'needs', and see how close to reaching a funding goal each need is. ### Purpose + +The purpose of this project is to provide an avenue for companies to crowd-fund and for users to contribute to funds of their choosing. > _**[Sprint 2 & 4]** Provide a very brief statement about the project and the most > important user group and user goals._ @@ -34,6 +36,8 @@ Our project is intended to create a space to fund aquatic conservation, from phy This section describes the features of the application. +The requirements for this u-fund project to be functional include a system for organizations (administrators) to create funding goals (needs) that can be satisfied by clients (users). + > _In this section you do not need to be exhaustive and list every > story. Focus on top-level features from the Vision document and > maybe Epics and critical Stories._ @@ -186,6 +190,8 @@ In our model tier we have a Need class, a User class, and a UserAuth class. The Currently around 100 tests, with roughly 95% coverage overall. Model tier is above 95% individually. ### Acceptance Testing + +The number of user storeis that have passed their a > _**[Sprint 2 & 4]** Report on the number of user stories that have passed all their > acceptance criteria tests, the number that have some acceptance > criteria tests failing, and the number of user stories that diff --git a/docs/architecture-tiers-and-layers.drawio b/docs/architecture-tiers-and-layers.drawio index e3fb576..f60cd70 100644 --- a/docs/architecture-tiers-and-layers.drawio +++ b/docs/architecture-tiers-and-layers.drawio @@ -1,234 +1,243 @@ - + - + - + - - + + - - + + - + - + - + - + - + - + - + - - - - - + + - - - - - + + - + - + - + - + - + - + - + - + - + - + - + - - + + - + - - + + - + - + - + - + - + - + - + - + - - + + - - + + - - + + - - - - - - - - + + - + - + - + - + - - + + - - - - - - - - + + - + - + - + - + - + - + - + - - + + - + - - + + - + - - + + - + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + diff --git a/docs/architecture-tiers-and-layers.png b/docs/architecture-tiers-and-layers.png index 02647b2..4d0bdae 100644 Binary files a/docs/architecture-tiers-and-layers.png and b/docs/architecture-tiers-and-layers.png differ diff --git a/etc/Acceptance Test Plan.xlsx b/etc/Acceptance Test Plan.xlsx index 1128f15..dd55e20 100644 Binary files a/etc/Acceptance Test Plan.xlsx and b/etc/Acceptance Test Plan.xlsx differ -- cgit v1.2.3