Skip to content

Commit

Permalink
docs: Update DG with correct indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
m1oojv committed Oct 4, 2023
1 parent 5915068 commit dd8d132
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -304,13 +304,13 @@ For all use cases below, the **System** is the `CoordiMate` and the **Actor** is

* 2a. The list is empty.

Use case ends.
Use case ends.

* 3a. The given index is invalid.

* 3a1. CoordiMate shows an error message.

Use case resumes from step 2.
Use case resumes from step 2.

**Use case: UC13 - Delete all tasks**

Expand All @@ -325,7 +325,7 @@ For all use cases below, the **System** is the `CoordiMate` and the **Actor** is

* 1a. The list is empty.

Use case ends.
Use case ends.

**Use case: UC14 - Mark a task as done**

Expand All @@ -342,17 +342,17 @@ For all use cases below, the **System** is the `CoordiMate` and the **Actor** is

* 2a. The list is empty.

Use case ends.
Use case ends.

* 3a. The given index is invalid.

* 3a1. CoordiMate shows an error message.

Use case resumes from step 2.
Use case resumes from step 2.

* 3b. The specific task is already marked as done.

Use case ends.
Use case ends.

**Use case: UC15 - Mark a task as not done**

Expand All @@ -369,17 +369,17 @@ For all use cases below, the **System** is the `CoordiMate` and the **Actor** is

* 2a. The list is empty.

Use case ends.
Use case ends.

* 3a. The given index is invalid.

* 3a1. CoordiMate shows an error message.

Use case resumes from step 2.
Use case resumes from step 2.

* 3b. The specific task is already marked as not done.

Use case ends.
Use case ends.

### Non-Functional Requirements

Expand Down

0 comments on commit dd8d132

Please sign in to comment.