Skip to content

Commit

Permalink
Merge pull request #181 from KJunWei/fix-indexing-issue
Browse files Browse the repository at this point in the history
  • Loading branch information
cxyterence authored Nov 7, 2022
2 parents c21cde3 + 57ebfea commit f2358e3
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -574,13 +574,14 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

| Priority | As a …​ | I want to …​ | So that I can…​ |
|---------|--------------------|--------------------------------------------------------------------------|---------------------------------------------------------------------------------------|
| `* * *` | Teaching Assistant | store all my student’s contacts in one place | I can easily contact whoever needs to be contacted. |
| `* * *` | Teaching Assistant | remove student contacts who dropped the module | my address book is updated for the current semester |
| `* * *` | Professor | store all my TAs’ contacts in one place | |
| `* * *` | Teaching Assistant | store all my student’s contacts in one place | easily contact whoever needs to be contacted. |
| `* * *` | Teaching Assistant | remove student contacts who dropped the module | have an updated address book for the current semester |
| `* * *` | Teaching Assistant | view the performance of students | know who is doing well and who needs more help |
| `* * *` | Professor | store all my TAs’ contacts in one place | know who to contact should I need help |
| `* * *` | Professor | view the availability of the TAs | I know who to reach out to should one be unavailable to teach due to medical reasons. |
| `* * *` | Professor | remove contacts of TAs from my address book when they are no longer a TA | my address book is updated for the current semester |
| `* * *` | New User | view the summary of all commands | |
| `* * *` | New User | go through a tutorial to get started. | |
| `* * *` | New User | view the summary of all commands | know the features of TAB |
| `* * *` | New User | go through a tutorial to get started. | understand how to use TAB |

*{More to be added}*

Expand Down Expand Up @@ -893,12 +894,4 @@ testers are expected to do more *exploratory* testing.

1. _{ more test cases …​ }_

### Saving data

1. Dealing with missing/corrupted data files

1. _{explain how to simulate a missing/corrupted file, and the expected behavior}_

1. _{ more test cases …​ }_

</div>

0 comments on commit f2358e3

Please sign in to comment.