Skip to content

Commit

Permalink
Merge pull request AY2425S1-CS2103-F09-2#248 from starbucksventi/upda…
Browse files Browse the repository at this point in the history
…te-sequence-diagram

Fix bug in Favourite Command sequence diagram
  • Loading branch information
starbucksventi authored Nov 12, 2024
2 parents 27314d5 + 9e14a37 commit faa1cca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/diagrams/FavouriteCommandSequenceDiagram.puml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,9 @@ create FavouriteCommand
FavouriteCommandParser -> FavouriteCommand
activate FavouriteCommand

FavouriteCommand --> FavouriteCommandParser
deactivate FavouriteCommand

FavouriteCommandParser --> AddressBookParser : f
deactivate FavouriteCommandParser

Expand All @@ -46,6 +49,7 @@ AddressBookParser --> LogicManager
deactivate AddressBookParser

LogicManager -> FavouriteCommand : execute()
activate FavouriteCommand

create Person
FavouriteCommand -> Person : new(other_fields_in_personToEdit, newTagSet_presence_of_FAVOURITE_TAG_toggled)
Expand Down
Binary file modified docs/images/FavouriteCommandSequenceDiagram.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 faa1cca

Please sign in to comment.