diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-08 12:09:57 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-08 12:09:57 -0400 |
commit | 2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc (patch) | |
tree | 724920b2bb31047f99a467630d6111a7a41bc3a8 | |
parent | 7f326ce9c39fd9f8b60a1053e493364ea9c61aa3 (diff) | |
parent | ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9 (diff) | |
download | JellySolutions-2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc.tar.gz JellySolutions-2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc.tar.bz2 JellySolutions-2737baa347dcd9d1bb1dd4b84cdb48b3aa4663dc.zip |
Merge remote-tracking branch 'origin/main'
-rw-r--r-- | docs/DesignDoc.md | 37 | ||||
-rw-r--r-- | docs/basket.png | bin | 0 -> 536453 bytes | |||
-rw-r--r-- | docs/cupboard.png | bin | 0 -> 728931 bytes | |||
-rw-r--r-- | docs/cupboardLight.png | bin | 0 -> 721193 bytes | |||
-rw-r--r-- | docs/dashboard.png | bin | 0 -> 175779 bytes | |||
-rw-r--r-- | docs/homepage.png | bin | 0 -> 1008632 bytes | |||
-rw-r--r-- | docs/homepageLight.png | bin | 0 -> 2117862 bytes | |||
-rw-r--r-- | docs/login.png | bin | 0 -> 2691519 bytes | |||
-rw-r--r-- | docs/loginLight.png | bin | 0 -> 3776728 bytes | |||
-rw-r--r-- | docs/needpage.png | bin | 0 -> 835863 bytes | |||
-rw-r--r-- | docs/signup.png | bin | 0 -> 2632236 bytes | |||
-rw-r--r-- | docs/signupLight.png | bin | 0 -> 3690930 bytes |
12 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 diff --git a/docs/basket.png b/docs/basket.png Binary files differnew file mode 100644 index 0000000..f41ee50 --- /dev/null +++ b/docs/basket.png diff --git a/docs/cupboard.png b/docs/cupboard.png Binary files differnew file mode 100644 index 0000000..abf0312 --- /dev/null +++ b/docs/cupboard.png diff --git a/docs/cupboardLight.png b/docs/cupboardLight.png Binary files differnew file mode 100644 index 0000000..66deb19 --- /dev/null +++ b/docs/cupboardLight.png diff --git a/docs/dashboard.png b/docs/dashboard.png Binary files differnew file mode 100644 index 0000000..8d9bc9c --- /dev/null +++ b/docs/dashboard.png diff --git a/docs/homepage.png b/docs/homepage.png Binary files differnew file mode 100644 index 0000000..dd41490 --- /dev/null +++ b/docs/homepage.png diff --git a/docs/homepageLight.png b/docs/homepageLight.png Binary files differnew file mode 100644 index 0000000..d45728f --- /dev/null +++ b/docs/homepageLight.png diff --git a/docs/login.png b/docs/login.png Binary files differnew file mode 100644 index 0000000..1070a0f --- /dev/null +++ b/docs/login.png diff --git a/docs/loginLight.png b/docs/loginLight.png Binary files differnew file mode 100644 index 0000000..0a577d6 --- /dev/null +++ b/docs/loginLight.png diff --git a/docs/needpage.png b/docs/needpage.png Binary files differnew file mode 100644 index 0000000..ed5a521 --- /dev/null +++ b/docs/needpage.png diff --git a/docs/signup.png b/docs/signup.png Binary files differnew file mode 100644 index 0000000..5cf9756 --- /dev/null +++ b/docs/signup.png diff --git a/docs/signupLight.png b/docs/signupLight.png Binary files differnew file mode 100644 index 0000000..03c44bc --- /dev/null +++ b/docs/signupLight.png |