Skip to content

Commit

Permalink
doc: layers diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
PackRuble committed Feb 29, 2024
1 parent 90d681d commit ce52661
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions res/layers.d2
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: Quiz Prize Application Architecture {
title: "Quiz Prize Application Architecture v2" {
near: top-center
shape: text
style: {
Expand Down Expand Up @@ -32,7 +32,7 @@ DATA: "data: repository|storage" {
TriviaTokenRepository
}

dto_model: {
dto_models: {
QuizDTO
CategoryDTO

Expand All @@ -48,8 +48,8 @@ DATA: "data: repository|storage" {
SecretStorage
}

Cardoteka -> dto_model
repository -> dto_model
Cardoteka -> dto_models
repository -> dto_models
}

UI.GamePagePresenter -> BLOC.QuizGameNotifier
Expand Down
Binary file modified res/layers.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 ce52661

Please sign in to comment.