generated from NiccoMlt/Unibo-Tesi-Template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(slides): presentation probably done
- Loading branch information
Showing
11 changed files
with
1,838 additions
and
2,011 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
@startuml "architecture-design-fix" | ||
|
||
skinparam { | ||
linetype ortho | ||
monochrome true | ||
ArrowColor black | ||
backgroundColor transparent | ||
classBackgroundColor transparent | ||
' style strictuml | ||
actorBackgroundColor transparent | ||
componentBackgroundColor transparent | ||
} | ||
|
||
left to right direction | ||
|
||
actor :user: as user | ||
|
||
component [client] as react | ||
|
||
user --> react | ||
|
||
component [backend] { | ||
component [server] as vertx | ||
|
||
react --> vertx | ||
react <-- vertx | ||
|
||
component [executor] as alchemist | ||
|
||
vertx -(0- alchemist | ||
} | ||
|
||
@enduml |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.