diff options
author | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-17 23:46:57 -0400 |
---|---|---|
committer | Akash Keshav <112591754+domesticchores@users.noreply.github.com> | 2025-03-17 23:46:57 -0400 |
commit | 0605637f02285cc2b56679d81f7e0e814dab6092 (patch) | |
tree | a6c2c73d79ea0dc88ea936ff129c6749f763f738 /docs/DesignDoc.md | |
parent | 4dcf05d900f11fb76edee8356168c58504f5aa68 (diff) | |
download | JellySolutions-0605637f02285cc2b56679d81f7e0e814dab6092.tar.gz JellySolutions-0605637f02285cc2b56679d81f7e0e814dab6092.tar.bz2 JellySolutions-0605637f02285cc2b56679d81f7e0e814dab6092.zip |
updated design docs and updated acceptance testing spreadsheet. -ak
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r-- | docs/DesignDoc.md | 6 |
1 files changed, 6 insertions, 0 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 |