From fd87bea96b9653ed6a1916b2109065279fc89445 Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 14 Apr 2025 19:30:24 -0400 Subject: definition of mvp --- docs/DesignDoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index d99bf44..47395fd 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 -- cgit v1.2.3 From e9bb02e5394368604144f1bb76f1c8dee5fbd22b Mon Sep 17 00:00:00 2001 From: benal01 Date: Mon, 14 Apr 2025 19:56:59 -0400 Subject: application domain --- docs/DesignDoc.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 47395fd..69c9b89 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -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 -- cgit v1.2.3