From 91f5e51f763abb0b08c5dea468925222c8065d76 Mon Sep 17 00:00:00 2001 From: Gunther6070 Date: Mon, 17 Mar 2025 20:46:21 -0400 Subject: Updated design doc and added website mockups --- docs/CupboardPage.jpeg | Bin 0 -> 2359696 bytes docs/DashboardPage.jpeg | Bin 0 -> 2424408 bytes docs/DesignDoc.md | 22 ++++++++++++++++++++++ docs/FundingBasketPage.jpeg | Bin 0 -> 2508103 bytes docs/HomePage.jpeg | Bin 0 -> 2330104 bytes docs/LoginPage.jpeg | Bin 0 -> 2347376 bytes docs/NeedPage.jpeg | Bin 0 -> 2471361 bytes 7 files changed, 22 insertions(+) create mode 100644 docs/CupboardPage.jpeg create mode 100644 docs/DashboardPage.jpeg create mode 100644 docs/FundingBasketPage.jpeg create mode 100644 docs/HomePage.jpeg create mode 100644 docs/LoginPage.jpeg create mode 100644 docs/NeedPage.jpeg (limited to 'docs') diff --git a/docs/CupboardPage.jpeg b/docs/CupboardPage.jpeg new file mode 100644 index 0000000..983563f Binary files /dev/null and b/docs/CupboardPage.jpeg differ diff --git a/docs/DashboardPage.jpeg b/docs/DashboardPage.jpeg new file mode 100644 index 0000000..48a862b Binary files /dev/null and b/docs/DashboardPage.jpeg differ diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index 5fda309..79f2864 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -20,6 +20,8 @@ Our project is intended to create a space to fund aquatic conservation, from phy > _**[Sprint 2 & 4]** Provide a very brief statement about the project and the most > important user group and user goals._ + + ### Glossary and Acronyms > _**[Sprint 2 & 4]** Provide a table of terms and acronyms._ @@ -38,6 +40,7 @@ This section describes the features of the application. ### Definition of MVP > _**[Sprint 2 & 4]** Provide a simple description of the Minimum Viable Product._ + Users are able to login to the Ufund, either as a manager or helper. Helpers are able to go to the cupboard and can view needs, search for needs, add/remove needs to their funding basket, and check out and fund needs. Managers can add, remove, and edit needs in the cupboard. Needs are saved so users and managers will see when they are updated. ### MVP Features @@ -88,6 +91,25 @@ This section describes the web interface flow; this is how the user views and in > (Add low-fidelity mockups prior to initiating your **[Sprint 2]** work so you have a good idea of the user interactions.) Eventually replace with representative screen shots of your high-fidelity results as these become available and finally include future recommendations improvement recommendations for your **[Sprint 4]** )_ +Home Page: +![The Tiers & Layers of the Architecture](HomePage.jpeg) + +Login Page: +![The Tiers & Layers of the Architecture](LoginPage.jpeg) + +Dashboard: +![The Tiers & Layers of the Architecture](DashboardPage.jpeg) + +Cupboard: +![The Tiers & Layers of the Architecture](CuboardPage.jpeg) + +Need page: +![The Tiers & Layers of the Architecture](NeedPage.jpeg) + +Funding basket: +![The Tiers & Layers of the Architecture](FundingBasketPage.jpeg) + + ### View Tier > _**[Sprint 4]** Provide a summary of the View Tier UI of your architecture. > Describe the types of components in the tier and describe their diff --git a/docs/FundingBasketPage.jpeg b/docs/FundingBasketPage.jpeg new file mode 100644 index 0000000..733d332 Binary files /dev/null and b/docs/FundingBasketPage.jpeg differ diff --git a/docs/HomePage.jpeg b/docs/HomePage.jpeg new file mode 100644 index 0000000..f747f0f Binary files /dev/null and b/docs/HomePage.jpeg differ diff --git a/docs/LoginPage.jpeg b/docs/LoginPage.jpeg new file mode 100644 index 0000000..00ef5af Binary files /dev/null and b/docs/LoginPage.jpeg differ diff --git a/docs/NeedPage.jpeg b/docs/NeedPage.jpeg new file mode 100644 index 0000000..8ffec79 Binary files /dev/null and b/docs/NeedPage.jpeg differ -- cgit v1.2.3