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 +++++++++++++++-- docs/mobile1a.png | Bin 0 -> 249352 bytes docs/mobile1b.png | Bin 0 -> 241764 bytes docs/mobile2a.png | Bin 0 -> 184000 bytes docs/mobile2b.png | Bin 0 -> 218225 bytes 5 files changed, 15 insertions(+), 2 deletions(-) create mode 100644 docs/mobile1a.png create mode 100644 docs/mobile1b.png create mode 100644 docs/mobile2a.png create mode 100644 docs/mobile2b.png (limited to 'docs') 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 diff --git a/docs/mobile1a.png b/docs/mobile1a.png new file mode 100644 index 0000000..33fb527 Binary files /dev/null and b/docs/mobile1a.png differ diff --git a/docs/mobile1b.png b/docs/mobile1b.png new file mode 100644 index 0000000..1180c4f Binary files /dev/null and b/docs/mobile1b.png differ diff --git a/docs/mobile2a.png b/docs/mobile2a.png new file mode 100644 index 0000000..9a0c0d5 Binary files /dev/null and b/docs/mobile2a.png differ diff --git a/docs/mobile2b.png b/docs/mobile2b.png new file mode 100644 index 0000000..7d670e6 Binary files /dev/null and b/docs/mobile2b.png differ -- cgit v1.2.3