Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update sequence diagrams in DG #355

Merged
merged 1 commit into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.