diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-14 20:12:49 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-14 20:12:49 -0400 |
commit | 4a26d3d3f719403308e5fbe41129862df9e3e682 (patch) | |
tree | 69fee3afcc9c11950e560d1bf44d0a6be7127a21 /docs/DesignDoc.md | |
parent | 629ae7939087dcaeae80bb567bb9352322d8d5bf (diff) | |
parent | e9bb02e5394368604144f1bb76f1c8dee5fbd22b (diff) | |
download | JellySolutions-4a26d3d3f719403308e5fbe41129862df9e3e682.tar.gz JellySolutions-4a26d3d3f719403308e5fbe41129862df9e3e682.tar.bz2 JellySolutions-4a26d3d3f719403308e5fbe41129862df9e3e682.zip |
Merge branch 'main' of https://github.com/RIT-SWEN-261-02/team-project-2245-swen-261-02-2b
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r-- | docs/DesignDoc.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 91698cb..c9b1345 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -72,7 +72,7 @@ Common code and features should be consolidated into services and classes in ord > _**[Sprint 2 & 4]** Provide a simple description of the Minimum Viable Product._ -Users are able to login to the Ufund, either as a manager or helper. Helpers are able to go to the cupboard and can view needs, search for needs, add/remove needs to their funding basket, and check out and fund needs. Managers can add, remove, and edit needs in the cupboard. Needs are saved so users and managers will see when they are updated. +Users are able to login to the Ufund, either as a manager or helper. They can create secure passwords for account security. Helpers are able to go to the cupboard and can view needs, search for needs, add/remove needs to their funding basket, and check out and fund needs. Managers can add, remove, and edit needs in the cupboard. When editing needs, managers can edit one or more properties and update needs for users. Needs have many properties including images, descriptions, goal types and amounts. Needs are saved so users and managers will see when they are updated. Managers can view stats on a managment page. ### MVP Features @@ -133,7 +133,7 @@ This section describes the application domain. > can discuss the more important domain entities and their relationship > to each other._ -Each user views 1 cupboard which can contain 0 or more needs. They can take 1 or more needs and put them in their funding basket which they can then check out. 1 or more managers will manaager the 1 cupboard, add, removing, and editing needs within it. +Each user views 1 cupboard which can contain 0 or more needs. They can take 1 or more needs and put them in their funding basket which they can then check out. Each user has 1 funding basket. 1 manager will manage the 1 cupboard, add, removing, and editing needs within it. Needs have two or more properties. Managers cannot interact with the 1 funding basket each user has. ## Architecture and Design |