aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorGunther6070 <haydenhartman10@yahoo.com>2025-04-08 07:48:15 -0400
committerGunther6070 <haydenhartman10@yahoo.com>2025-04-08 07:48:15 -0400
commitae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9 (patch)
treed1c8b9ef1dcd8e06d7e5f92d1b5da7953f2205f5 /docs
parent778a0327e0853ebd94d0ccade111e759a1fe1fb3 (diff)
downloadJellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.tar.gz
JellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.tar.bz2
JellySolutions-ae32830ffb2fc1f947edc59d66cc7d7d0ecc49a9.zip
Updated design docv3.0
Diffstat (limited to 'docs')
-rw-r--r--docs/DesignDoc.md37
-rw-r--r--docs/basket.pngbin0 -> 536453 bytes
-rw-r--r--docs/cupboard.pngbin0 -> 728931 bytes
-rw-r--r--docs/cupboardLight.pngbin0 -> 721193 bytes
-rw-r--r--docs/dashboard.pngbin0 -> 175779 bytes
-rw-r--r--docs/homepage.pngbin0 -> 1008632 bytes
-rw-r--r--docs/homepageLight.pngbin0 -> 2117862 bytes
-rw-r--r--docs/login.pngbin0 -> 2691519 bytes
-rw-r--r--docs/loginLight.pngbin0 -> 3776728 bytes
-rw-r--r--docs/needpage.pngbin0 -> 835863 bytes
-rw-r--r--docs/signup.pngbin0 -> 2632236 bytes
-rw-r--r--docs/signupLight.pngbin0 -> 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:
-![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
diff --git a/docs/basket.png b/docs/basket.png
new file mode 100644
index 0000000..f41ee50
--- /dev/null
+++ b/docs/basket.png
Binary files differ
diff --git a/docs/cupboard.png b/docs/cupboard.png
new file mode 100644
index 0000000..abf0312
--- /dev/null
+++ b/docs/cupboard.png
Binary files differ
diff --git a/docs/cupboardLight.png b/docs/cupboardLight.png
new file mode 100644
index 0000000..66deb19
--- /dev/null
+++ b/docs/cupboardLight.png
Binary files differ
diff --git a/docs/dashboard.png b/docs/dashboard.png
new file mode 100644
index 0000000..8d9bc9c
--- /dev/null
+++ b/docs/dashboard.png
Binary files differ
diff --git a/docs/homepage.png b/docs/homepage.png
new file mode 100644
index 0000000..dd41490
--- /dev/null
+++ b/docs/homepage.png
Binary files differ
diff --git a/docs/homepageLight.png b/docs/homepageLight.png
new file mode 100644
index 0000000..d45728f
--- /dev/null
+++ b/docs/homepageLight.png
Binary files differ
diff --git a/docs/login.png b/docs/login.png
new file mode 100644
index 0000000..1070a0f
--- /dev/null
+++ b/docs/login.png
Binary files differ
diff --git a/docs/loginLight.png b/docs/loginLight.png
new file mode 100644
index 0000000..0a577d6
--- /dev/null
+++ b/docs/loginLight.png
Binary files differ
diff --git a/docs/needpage.png b/docs/needpage.png
new file mode 100644
index 0000000..ed5a521
--- /dev/null
+++ b/docs/needpage.png
Binary files differ
diff --git a/docs/signup.png b/docs/signup.png
new file mode 100644
index 0000000..5cf9756
--- /dev/null
+++ b/docs/signup.png
Binary files differ
diff --git a/docs/signupLight.png b/docs/signupLight.png
new file mode 100644
index 0000000..03c44bc
--- /dev/null
+++ b/docs/signupLight.png
Binary files differ