From ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Tue, 8 Apr 2025 07:48:15 -0400 Subject: Updated design doc --- docs/DesignDoc.md | 37 +++++++++++++++++++++++++++++++------ 1 file changed, 31 insertions(+), 6 deletions(-) (limited to 'docs/DesignDoc.md') 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: -![The Tiers & Layers of the Architecture](HomePage.jpeg) +![The Tiers & Layers of the Architecture](homepage.png) + +![The Tiers & Layers of the Architecture](homepageLight.png) Login Page: -![The Tiers & Layers of the Architecture](LoginPage.jpeg) +![The Tiers & Layers of the Architecture](login.png) + +![The Tiers & Layers of the Architecture](loginLight.png) + +Signup Page: +![The Tiers & Layers of the Architecture](signup.png) + +![The Tiers & Layers of the Architecture](signupLight.png) Dashboard: -![The Tiers & Layers of the Architecture](DashboardPage.jpeg) +![The Tiers & Layers of the Architecture](dashboard.png) Cupboard: -![The Tiers & Layers of the Architecture](CupboardPage.jpeg) +![The Tiers & Layers of the Architecture](cupboard.png) + +![The Tiers & Layers of the Architecture](cupboardLight.png) Need page: -![The Tiers & Layers of the Architecture](NeedPage.jpeg) +![The Tiers & Layers of the Architecture](needpage.png) Funding basket: -![The Tiers & Layers of the Architecture](FundingBasketPage.jpeg) +![The Tiers & Layers of the Architecture](basket.png) ### View Tier -- cgit v1.2.3