Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix use cases #335

Merged
merged 1 commit into from
Nov 14, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -522,6 +522,11 @@ helps users efficiently manage and keep up with their friendships.

Use case ends.

* 3b. User has no common free time with all friends.
* 3b1. TimetaBRO indicates to the user that they have no common free time with all their added friends.

Use case ends.

**Use case: UC06 - Check for common free times with a specific friend**

**MSS**
Expand Down Expand Up @@ -565,6 +570,12 @@ helps users efficiently manage and keep up with their friendships.

Use case ends.

**Extensions**

* 2a. User has no added friends.

TimetaBRO shows an empty list. Use case ends.

**Use case: UC08 - Add event to schedule**

**MSS**
Expand Down Expand Up @@ -598,6 +609,11 @@ Use case ends.

Use case continues from step 1.

* 1e. Index is not provided.
* 1e1. TimetaBRO shows an error message.

Use case continues from step 1.

**Use case: UC09 - Remove an event from schedule**

**MSS**
Expand Down Expand Up @@ -625,6 +641,11 @@ Use case ends.

Use case continues from step 1.

* 1d. Index is not provided.
* 1d1. TimetaBRO shows an error message.

Use case continues from step 1.

**Use case: UC10 - Remove reminder from non-recurring event**

**MSS**
Expand Down Expand Up @@ -652,6 +673,11 @@ Use case ends.

Use case continues from step 1.

* 1d. Index is not provided.
* 1d1. TimetaBRO shows an error message.

Use case continues from step 1.

**Use case: UC11 - Set reminder for non-recurring event**

**MSS**
Expand Down Expand Up @@ -679,6 +705,11 @@ Use case ends.

Use case continues from step 1.

* 1d. Index is not provided.
* 1d1. TimetaBRO shows an error message.

Use case continues from step 1.

**Use case: UC12 - Clear list of friends**

**MSS**
Expand Down
Loading