diff options
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r-- | docs/DesignDoc.md | 13 |
1 files changed, 11 insertions, 2 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 5d673b2..0a92bac 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._ @@ -101,7 +105,7 @@ Dashboard:  Cupboard: - + Need page:  @@ -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 + +We have 24 passing Acceptance Tests and 5 failing Acceptance Tests. 4 of these failures are unable to be tested because of a missing feature, as it is not a requirement for our sprint backlog. All issues that have been found are easily fixable during the next sprint. > _**[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 @@ -207,4 +213,7 @@ Currently around 100 tests, with roughly 95% coverage overall. Model tier is abo >_**[Sprint 1, 2, 3 & 4]** Throughout the project, provide a time stamp **(yyyy/mm/dd): Sprint # and description** of any _**major**_ team decisions or design milestones/changes and corresponding justification._ **(2025/02/12): Sprint #1: Decided on the U-fund theme as Aquatic / Coral Reef.** -**(2025/02/15): Sprint #1: Outlined structure of Back-End Application.**
\ No newline at end of file + +**(2025/02/15): Sprint #1: Outlined structure of Back-End Application.** + +**(2025/03/17): Sprint #2: Decided on Important Stories for Sprint 2 Backlog, and reworked Design Architecture.**
\ No newline at end of file |