diff options
author | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-14 17:38:10 -0400 |
---|---|---|
committer | Gunther6070 <haydenhartman10@yahoo.com> | 2025-04-14 17:38:10 -0400 |
commit | 0362f7c9301395c14d7b81654d4ae1b8f3fe8f3c (patch) | |
tree | 8090da1a3d638bb726c3bf9f1fa535dbdcd07249 | |
parent | fe251b166e6315fdcba8481e5b6b4adfce7885a7 (diff) | |
download | JellySolutions-0362f7c9301395c14d7b81654d4ae1b8f3fe8f3c.tar.gz JellySolutions-0362f7c9301395c14d7b81654d4ae1b8f3fe8f3c.tar.bz2 JellySolutions-0362f7c9301395c14d7b81654d4ae1b8f3fe8f3c.zip |
Updated MVP Features section in design doc
-rw-r--r-- | docs/DesignDoc.md | 18 |
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._ |