aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--docs/DesignDoc.md18
1 files changed, 18 insertions, 0 deletions
diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md
index 1eabb15..d99bf44 100644
--- a/docs/DesignDoc.md
+++ b/docs/DesignDoc.md
@@ -78,6 +78,24 @@ Users are able to login to the Ufund, either as a manager or helper. Helpers are
> _**[Sprint 4]** Provide a list of top-level Epics and/or Stories of the MVP._
+ - AS a Developer I WANT to create a funding basket component SO THAT needs can be viewed within the cupboard on the dashboard.
+ - As a user I want to see a homepage so that I can navigate the site.
+ - AS a User I WANT to see a home page when visiting the site SO THAT I can easily navigate through pages.
+ - AS a Developer I WANT implement basic, functional CSS for components and pages SO THAT there is basic formatting that can be navigated.
+ - AS a Developer I WANT to have a cupboard component SO THAT I can display the needs from the cupboard in the UI
+ - AS a developer I WANT to create data storage for users SO THAT users are able to login to the website through the login page.
+ - AS a Developer I WANT to create a need page component SO THAT users can view a singular need in an entire page.
+ - AS a Developer I WANT to submit a request to input a username SO THAT each unique user can access their saved needs.
+ - AS a user I WANT to see images to needs SO THAT I can get a better idea of what I’m donating to.
+ - AS a manager I WANT to see a list of statistics about the UFund SO THAT I can manage the ufund better.
+ - AS a user I WANT to see a clear and navigable login page SO THAT I can easily login or create a new account.
+ - As a user I WANT to enable light/dark mode to increase usability based on user preferences.
+ - AS a Manager I WANT to submit a request to edit an existing need through the existing need-list-component, SO THAT it is added to the cupboard in a consistent way.
+ - AS a Developer I want api keys to be removed when expired SO THAT hundreds of expired keys do not pile up.
+ - As a user I want to put in my password so that my account is secure.
+ - AS a user I WANT to see a simple signup page SO THAT I can easily create an account without confusion.
+ -
+
### Enhancements
> _**[Sprint 4]** Describe what enhancements you have implemented for the project._