Skip to content

Commit

Permalink
Fix Stage name in sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
xinen26 committed Apr 4, 2024
1 parent 80b6688 commit 906640d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/diagrams/EditSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ box Model MODEL_COLOR_T1
participant "m:Model" as Model MODEL_COLOR
end box

[-> LogicManager : execute("edit 2 /stage waitlisted")
[-> LogicManager : execute("edit 2 /stage Interview")
activate LogicManager

LogicManager -> AddressBookParser : parseCommand("edit 2 /stage waitlisted")
LogicManager -> AddressBookParser : parseCommand("edit 2 /stage Interview")
activate AddressBookParser

create EditApplicantCommandParser
Expand All @@ -27,7 +27,7 @@ activate EditApplicantCommandParser
EditApplicantCommandParser --> AddressBookParser
deactivate EditApplicantCommandParser

AddressBookParser -> EditApplicantCommandParser : parse("2 /stage waitlisted"")
AddressBookParser -> EditApplicantCommandParser : parse("2 /stage Interview"")
activate EditApplicantCommandParser

create EditApplicantCommand
Expand Down
Binary file modified docs/images/EditSequenceDiagram.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 906640d

Please sign in to comment.