Skip to content

Commit

Permalink
Merge pull request #179 from wilsonwid/wilsonwid-dg-final2
Browse files Browse the repository at this point in the history
Update DG placement
  • Loading branch information
wilsonwid authored Apr 15, 2024
2 parents caaeaa8 + eb4163a commit 84d15ae
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions docs/DeveloperGuide.md
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,16 @@ Below is a sequence diagram on how the import feature works:

<puml src="diagrams/ImportSequenceDiagram.puml" />

### Add schedule feature

This section explains the implementation of the `AddScheduleCommand`.
Below is a sequence diagram that shows the interactions involved when a user adds a schedule through the application.

<puml src="diagrams/AddScheduleCommandSequenceDiagram.puml" width="280" />

As shown in the diagram, the `AddScheduleCommand` takes user input from the UI, parses it to create a schedule.
It interacts with the model to add the schedule to the system. A success message is then relayed back to the user.

### Edit schedule feature

#### Implementation
Expand Down Expand Up @@ -557,16 +567,6 @@ Use case ends.

Use case ends.

### Add Schedule Command Implementation

This section explains the implementation of the `AddScheduleCommand`.
Below is a sequence diagram that shows the interactions involved when a user adds a schedule through the application.

<puml src="diagrams/AddScheduleCommandSequenceDiagram.puml" width="280" />

As shown in the diagram, the `AddScheduleCommand` takes user input from the UI, parses it to create a schedule.
It interacts with the model to add the schedule to the system. A success message is then relayed back to the user.

**Use case: Editing a schedule**

**MSS**
Expand Down

0 comments on commit 84d15ae

Please sign in to comment.