diff options
author | benal01 <bja4245@rit.edu> | 2025-04-14 19:56:59 -0400 |
---|---|---|
committer | benal01 <bja4245@rit.edu> | 2025-04-14 19:56:59 -0400 |
commit | e9bb02e5394368604144f1bb76f1c8dee5fbd22b (patch) | |
tree | 58b9e5eec57fdec9d3611ed15c60bd8fb4e39878 /docs/DesignDoc.md | |
parent | fd87bea96b9653ed6a1916b2109065279fc89445 (diff) | |
download | JellySolutions-e9bb02e5394368604144f1bb76f1c8dee5fbd22b.tar.gz JellySolutions-e9bb02e5394368604144f1bb76f1c8dee5fbd22b.tar.bz2 JellySolutions-e9bb02e5394368604144f1bb76f1c8dee5fbd22b.zip |
application domain
Diffstat (limited to '')
-rw-r--r-- | docs/DesignDoc.md | 2 |
1 files changed, 1 insertions, 1 deletions
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 |