diff options
author | sowgro <tpoke.ferrari@gmail.com> | 2025-04-17 08:01:08 -0400 |
---|---|---|
committer | sowgro <tpoke.ferrari@gmail.com> | 2025-04-17 08:01:08 -0400 |
commit | e5e5160882c0c9ebfbacb99d94cfbe576c37f4a4 (patch) | |
tree | e7e46f1492ebf0be89d69725fa8e8995c61b39de | |
parent | ca614fa34bf228c418ade8f7c47e3e7428f942b6 (diff) | |
download | JellySolutions-e5e5160882c0c9ebfbacb99d94cfbe576c37f4a4.tar.gz JellySolutions-e5e5160882c0c9ebfbacb99d94cfbe576c37f4a4.tar.bz2 JellySolutions-e5e5160882c0c9ebfbacb99d94cfbe576c37f4a4.zip |
Add mobile ui screenshots
-rw-r--r-- | docs/DesignDoc.md | 17 | ||||
-rw-r--r-- | docs/mobile1a.png | bin | 0 -> 249352 bytes | |||
-rw-r--r-- | docs/mobile1b.png | bin | 0 -> 241764 bytes | |||
-rw-r--r-- | docs/mobile2a.png | bin | 0 -> 184000 bytes | |||
-rw-r--r-- | docs/mobile2b.png | bin | 0 -> 218225 bytes |
5 files changed, 15 insertions, 2 deletions
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: + + + + +After: + + + + ## 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 Binary files differnew file mode 100644 index 0000000..33fb527 --- /dev/null +++ b/docs/mobile1a.png diff --git a/docs/mobile1b.png b/docs/mobile1b.png Binary files differnew file mode 100644 index 0000000..1180c4f --- /dev/null +++ b/docs/mobile1b.png diff --git a/docs/mobile2a.png b/docs/mobile2a.png Binary files differnew file mode 100644 index 0000000..9a0c0d5 --- /dev/null +++ b/docs/mobile2a.png diff --git a/docs/mobile2b.png b/docs/mobile2b.png Binary files differnew file mode 100644 index 0000000..7d670e6 --- /dev/null +++ b/docs/mobile2b.png |