diff --git a/docs/DeveloperGuide.md b/docs/DeveloperGuide.md index 168ff621fab..038e9acddf4 100644 --- a/docs/DeveloperGuide.md +++ b/docs/DeveloperGuide.md @@ -395,7 +395,6 @@ Below is the sequence diagram for parsing inputs with `AddMeetingCommandParser`
Similarly, the sequence diagram for parsing inputs with `DeleteMeetingCommandParser` executing `meeting-delete 1 i/1`:
![DeleteMeetingCommandParser Sequence Diagram](images/DeleteMeetingParserSequenceDiagram.png)

-
After parsing, the commands are executed by the logic manager as show below. (Execute in the diagrams below comes form the logic manager)
Below is the sequence diagram for adding meeting with `AddMeetingCommand`:
![AddMeetingCommand Sequence Diagram](images/AddMeetingSequenceDiagram.png)