Skip to content

Commit

Permalink
Update architecture sequence diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
ShaniceTang committed Nov 13, 2023
1 parent 3876bb9 commit b54b380
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/diagrams/sequence/Architecture_Encode_Data.puml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,15 @@ Actor user
user -> Ui: 'bye'
Activate Ui
Ui-> CafeCtrl : receiveUserInput('bye')
loop !exitCommand
Activate CafeCtrl
CafeCtrl -> Parser : parseCommand('bye')
Activate Parser
return exitCommand: Command
CafeCtrl -> Command : exitCommand.execute()
Activate Command
return
end loop
CafeCtrl->Storage : saveAll()
Activate Storage
Storage -> Storage: saveMenu()
Expand Down
Binary file modified docs/images/sequence/Architecture_Encode_Data.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 b54b380

Please sign in to comment.