diff options
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 |