Skip to content

Commit

Permalink
update C4 model diagrams
Browse files Browse the repository at this point in the history
  • Loading branch information
ElinaZoldnere committed Jul 24, 2024
1 parent 969b5e5 commit 50db118
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions documentation/c4_diagrams/C4.dsl
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ workspace {
imageService -> cloudFunction "sends HEIC image for conversion"
cloudFunction -> imageService "returns converted JPEG"
imageService -> discord "sends converted JPEG back to Discord"

// additional relationship definition for Context and Component view
application -> discord "sends converted JPEG back to Discord"
botApp -> discord "sends converted JPEG back to Discord"

discord -> user "bot posts JPEG image in text channel and Discord displays it"

initializer -> discord "initializes Discord bot"
Expand Down
Binary file modified documentation/c4_diagrams/C4_Container_view.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 documentation/c4_diagrams/C4_SystemContext_view.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 50db118

Please sign in to comment.