diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-08 07:48:15 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-08 07:48:15 -0400 |
commit | ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9 (patch) | |
tree | d1c8b9ef1dcd8e06d7e5f92d1b5da7953f2205f5 /docs/DesignDoc.md | |
parent | 778a0327e0853ebd94d0ccade111e759a1fe1fb3 (diff) | |
download | JellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.tar.gz JellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.tar.bz2 JellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.zip |
Updated design docv3.0
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r-- | docs/DesignDoc.md | 37 |
1 files changed, 31 insertions, 6 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index e20bc33..3784368 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -53,6 +53,20 @@ Users are able to login to the Ufund, either as a manager or helper. Helpers are ### Enhancements > _**[Sprint 4]** Describe what enhancements you have implemented for the project._ +Security + - We have implemented a set of security features to enhance the security of the application + - We have added an authentication system, which verifies a user can access the correct pages, and keeps them logged in after they have logged in once + - We have also added a number of password requirements to our signup page, guaranteeing users have strong passwords to keep their accounts secure + +Sort filters + - We have implemented a number of sorting filters in the cupboard, allowing users and managers to easily sort through needs with different priorities + - You can sort by funding goal + - You can sort by Location + - You can sort by name + - You can sort by an urgency tag on needs + - You can sort by type of need + - You can sort by most completed + ## Application Domain @@ -96,22 +110,33 @@ This section describes the web interface flow; this is how the user views and in Home Page: - + + + Login Page: - + + + + +Signup Page: + + + Dashboard: - + Cupboard: - + + + Need page: - + Funding basket: - + ### View Tier |