From e5e5160882c0c9ebfbacb99d94cfbe576c37f4a4 Mon Sep 17 00:00:00 2001 From: sowgro Date: Thu, 17 Apr 2025 08:01:08 -0400 Subject: Add mobile ui screenshots --- docs/DesignDoc.md | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) (limited to 'docs/DesignDoc.md') diff --git a/docs/DesignDoc.md b/docs/DesignDoc.md index c1b76fe..0323b7f 100644 --- a/docs/DesignDoc.md +++ b/docs/DesignDoc.md @@ -309,7 +309,7 @@ In our model tier we have a Need class, a User class, and a UserAuth class. The > _**[Sprint 4]** Discuss **future** refactoring and other design improvements your team would explore if the team had additional time._ Some refactoring and improvements we would have made if we had additional time are as follows: - - Improve tests consistentcy and raise code coverage + - Improve tests consistency and raise code coverage - Add more information and create an overall more polished manager dashboard - Statistics over time - Radial and progress bars to represent data @@ -321,6 +321,19 @@ Some refactoring and improvements we would have made if we had additional time a - Deleted needs list and a way to bring back deleted needs - Filter tags for needs, allowing searching through tags set by managers +### Usability improvement +One area our usability is lacking is on mobile. Below is a mock up of how this would look. + +Before: + +![home page before](mobile1a.png) +![cupboard before](mobile2a.png) + +After: + +![home page after](mobile1b.png) +![cupboard after](mobile2b.png) + ## Testing > _This section will provide information about the testing performed @@ -330,7 +343,7 @@ Currently around 115 tests, with roughly 90% coverage overall. Model tier is abo ### Acceptance Testing -We have around 40 passing Acceptance Tests. A few tests, such as being logged out after long enough aren't easy to test, as our authentication removes authentications that are over 30 days old. There are probably a few pages and edge cases which are not accounted for in user testing, but have been thouroughly tested through the backend, frontend, or have been individually delt with. +We have around 40 passing Acceptance Tests. A few tests, such as being logged out after long enough aren't easy to test, as our authentication removes authentications that are over 30 days old. There are probably a few pages and edge cases which are not accounted for in user testing, but have been thoroughly tested through the backend, frontend, or have been individually dealt with. > _**[Sprint 2 & 4]** Report on the number of user stories that have passed all their > acceptance criteria tests, the number that have some acceptance -- cgit v1.2.3