diff options
Diffstat (limited to 'docs/DesignDoc.md')
-rw-r--r-- | docs/DesignDoc.md | 17 |
1 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 |