Skip to content

Commit

Permalink
Merge pull request #189 from lihongguang00/branch-Docu-Final
Browse files Browse the repository at this point in the history
Update DG
  • Loading branch information
lihongguang00 authored Nov 13, 2023
2 parents d465bb2 + 7c58770 commit ea3b0b3
Showing 1 changed file with 24 additions and 20 deletions.
44 changes: 24 additions & 20 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -1023,6 +1023,30 @@ Use case ends.
- 1a. User uses the wrong delimiter or makes a spelling mistake, or provides incorrect number of arguments
- UniMate displays a message to show a helper message outlining the correct syntax and available sort options

//@author

//@author lihongguang00
**Use case: UC14 Compare calendars**

**MSS**
1. User requests to compare calendars
2. User inputs and confirms the indices of the contacts they want to compare their calendars with
3. UniMate displays the calendar showing the time periods where both the contacts and the user are free

Use case ends.

**Extensions**

- 2a. User inputs and confirms the tags of the contacts to identify who they want to compare their calendars with.

Use case resumes from step 3

- 2b. User inputs the invalid arguments for the command.
- UniMate displays the user's calendar only, ignoring all the invalid arguments
- Use case ends.
-
//@author

//@author Fallman2

**Use case: UC15 Adding a Task.**
Expand Down Expand Up @@ -1117,25 +1141,6 @@ Use case ends.

//@author

**Use case: UC14 Compare calendars**

**MSS**
1. User requests to compare calendars
2. User inputs and confirms the indices of the contacts they want to compare their calendars with
3. UniMate displays the calendar showing the time periods where both the contacts and the user are free

Use case ends.

**Extensions**

- 2a. User inputs and confirms the tags of the contacts to identify who they want to compare their calendars with.

Use case resumes from step 3

- 2b. User inputs the invalid arguments for the command.
- UniMate displays the user's calendar only, ignoring all the invalid arguments
- Use case ends.

### Non-Functional Requirements

Project Constraints:
Expand Down Expand Up @@ -1517,7 +1522,6 @@ this feature. However, we managed to work together as a group to fix most of the
- We were able to integrate 2 separate and very different components, `Task manager` and `Calendar`, successfully into the base `AB3` code
- Live updates for the `Task List` and `Event List`


## **Appendix: Planned Enhancements**

### Better Confirmation for ClearEventsCommand
Expand Down

0 comments on commit ea3b0b3

Please sign in to comment.