Skip to content

Commit

Permalink
Merge pull request #35 from Shivlock221b/branch-v1.1
Browse files Browse the repository at this point in the history
Add delete user stories and use cases
  • Loading branch information
Shivlock221b authored Oct 1, 2021
2 parents 5d40be3 + 99fc0da commit f1d00cd
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli
| `*` | expert user | sort contacts by meeting frequency| reconnect with neglected friends |
| `*` | expert user | sort contacts by faculty | consult them should i need help for a project |
| `*` | expert user | sort events based on scheduling | i know what is coming up next |
| `*` | expert user | delete past events | in order to clear up the database and reduce clutter |
| `*` | expert user | mass delete information that is not required anymore | i get rid of redundant info |

*{More to be added}*

Expand Down Expand Up @@ -354,6 +356,25 @@ Priorities: High (must have) - `* * *`, Medium (nice to have) - `* *`, Low (unli

Use case ends.

**Use case: Delete a specific contact**

**MSS**

1. User searches a contact by name.
2. ComputingConnection shows the contact with the searched name.
3. User Requests to delete the contact.
4. Computing connection deletes the contact.

Use case ends.

**Extensions**

* 2a. Searched contact is invalid.

* 2a1. ComputingConnection shows an error message.

Use case ends.

*{More to be added}*

### Non-Functional Requirements
Expand Down

0 comments on commit f1d00cd

Please sign in to comment.