Skip to content

Commit

Permalink
Merge pull request #355 from Jweng88/update-dg-diagrams
Browse files Browse the repository at this point in the history
Update sequence diagrams in DG
  • Loading branch information
Jweng88 authored Nov 13, 2023
2 parents fadd3fd + f8cfbb8 commit 7fa960b
Show file tree
Hide file tree
Showing 10 changed files with 20 additions and 20 deletions.
8 changes: 4 additions & 4 deletions docs/diagrams/DeleteScheduleSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant ":DeleteScheduleCommandParser" as DeleteScheduleCommandParser LOGIC_COLOR
participant "d:DeleteScheduleCommand" as DeleteScheduleCommand LOGIC_COLOR
participant ":CommandResult" as CommandResult LOGIC_COLOR
participant "r:CommandResult" as CommandResult LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down Expand Up @@ -65,12 +65,12 @@ create CommandResult
DeleteScheduleCommand -> CommandResult
activate CommandResult

CommandResult --> DeleteScheduleCommand
CommandResult --> DeleteScheduleCommand : r
deactivate CommandResult

DeleteScheduleCommand --> LogicManager : result
DeleteScheduleCommand --> LogicManager : r
deactivate DeleteScheduleCommand

[<-- LogicManager
[<-- LogicManager : r
deactivate LogicManager
@enduml
8 changes: 4 additions & 4 deletions docs/diagrams/DeleteTutorSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant ":DeleteTutorCommandParser" as DeleteTutorCommandParser LOGIC_COLOR
participant "d:DeleteTutorCommand" as DeleteTutorCommand LOGIC_COLOR
participant ":CommandResult" as CommandResult LOGIC_COLOR
participant "r:CommandResult" as CommandResult LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down Expand Up @@ -59,12 +59,12 @@ create CommandResult
DeleteTutorCommand -> CommandResult
activate CommandResult

CommandResult --> DeleteTutorCommand
CommandResult --> DeleteTutorCommand : r
deactivate CommandResult

DeleteTutorCommand --> LogicManager : result
DeleteTutorCommand --> LogicManager : r
deactivate DeleteTutorCommand

[<-- LogicManager
[<-- LogicManager : r
deactivate LogicManager
@enduml
8 changes: 4 additions & 4 deletions docs/diagrams/FindScheduleSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant ":FindSchedule\nCommandParser" as FindScheduleCommandParser LOGIC_COLOR
participant "e:TutorNameContains\nKeywordsPredicate" as TutorNameContainsKeywordsPredicate LOGIC_COLOR
participant "d:FindSchedule\nCommand" as FindScheduleCommand LOGIC_COLOR
participant ":CommandResult" as CommandResult LOGIC_COLOR
participant "r:CommandResult" as CommandResult LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down Expand Up @@ -66,12 +66,12 @@ create CommandResult
FindScheduleCommand -> CommandResult
activate CommandResult

CommandResult --> FindScheduleCommand
CommandResult --> FindScheduleCommand : r
deactivate CommandResult

FindScheduleCommand --> LogicManager : result
FindScheduleCommand --> LogicManager : r
deactivate FindScheduleCommand

[<--LogicManager
[<--LogicManager : r
deactivate LogicManager
@enduml
8 changes: 4 additions & 4 deletions docs/diagrams/ListScheduleSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant ":ListSchedule\nCommandParser" as ListScheduleCommandParser LOGIC_COLOR
participant "l:ListSchedule\nCommand" as ListScheduleCommand LOGIC_COLOR
participant ":CommandResult" as CommandResult LOGIC_COLOR
participant "r:CommandResult" as CommandResult LOGIC_COLOR
participant ":Person" as Person LOGIC_COLOR
participant ":Tutor\nPredicate" as TutorPredicate LOGIC_COLOR
participant ":Status\nPredicate" as StatusPredicate LOGIC_COLOR
Expand Down Expand Up @@ -104,12 +104,12 @@ create CommandResult
ListScheduleCommand -> CommandResult
activate CommandResult

CommandResult --> ListScheduleCommand
CommandResult --> ListScheduleCommand : r
deactivate CommandResult

ListScheduleCommand --> LogicManager : result
ListScheduleCommand --> LogicManager : r
deactivate ListScheduleCommand

[<-- LogicManager
[<-- LogicManager : r
deactivate LogicManager
@enduml
8 changes: 4 additions & 4 deletions docs/diagrams/ListTutorSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ box Logic LOGIC_COLOR_T1
participant ":LogicManager" as LogicManager LOGIC_COLOR
participant ":AddressBookParser" as AddressBookParser LOGIC_COLOR
participant "d:ListTutorCommand" as ListTutorCommand LOGIC_COLOR
participant ":CommandResult" as CommandResult LOGIC_COLOR
participant "r:CommandResult" as CommandResult LOGIC_COLOR
end box

box Model MODEL_COLOR_T1
Expand Down Expand Up @@ -41,12 +41,12 @@ create CommandResult
ListTutorCommand -> CommandResult
activate CommandResult

CommandResult --> ListTutorCommand
CommandResult --> ListTutorCommand : r
deactivate CommandResult

ListTutorCommand --> LogicManager : result
ListTutorCommand --> LogicManager : r
deactivate ListTutorCommand

[<--LogicManager
[<--LogicManager : r
deactivate LogicManager
@enduml
Binary file modified docs/images/DeleteScheduleSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/DeleteTutorSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/FindScheduleSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ListScheduleSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified docs/images/ListTutorSequenceDiagram.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 7fa960b

Please sign in to comment.