Skip to content
This repository has been archived by the owner on Oct 23, 2023. It is now read-only.

Commit

Permalink
docs(architecture): style uml diagram
Browse files Browse the repository at this point in the history
  • Loading branch information
Mauricio committed Sep 11, 2018
1 parent 2a8bbfc commit 7e4edc5
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 121 deletions.
5 changes: 1 addition & 4 deletions docs/RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,4 @@ tags:
3. Title should be the tag name (Exp: v0.6.1)
4. Add the release notes from the changelog.md for the specific version in the description
5. New contributors should be mentioned additionally
5. Upload the files from the `upload-for-github-release` folder

## Architecture
![Architecture Diagram](./architecture-diagram.svg)
5. Upload the files from the `upload-for-github-release` folders
19 changes: 18 additions & 1 deletion architecture-diagram.md → docs/architecture-diagram.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# Alva Data Flow
A diagram describing the technical data flow from the Alva application.


```mermaid
graph BT
subgraph MainProcess
Expand All @@ -17,7 +21,6 @@ graph BT
end
mainContext-. Updates .-ws
end
subgraph BrowserWindow
Expand All @@ -32,5 +35,19 @@ graph BT
http-- Initial Html -->previewContext
ws-. Updates .-previewContext
end
end
style webpack fill:#F4743B,stroke:#545454,stroke-width:2px
style ts fill:#F4743B,stroke:#545454,stroke-width:2px
style http fill:#F1F7ED,stroke:#545454,stroke-width:2px
style ws fill:#F1F7ED,stroke:#545454,stroke-width:2px
style mainContext fill:#17BEBB,stroke:#545454,stroke-width:2px
style clientContext fill:#17BEBB,stroke:#545454,stroke-width:2px
style previewContext fill:#17BEBB,stroke:#545454,stroke-width:2px
linkStyle 4 stroke:#DDBEC8,stroke-width:2px,stroke-dasharray: 5, 5
linkStyle 6 stroke:#DDBEC8,stroke-width:2px,stroke-dasharray: 5, 5
```
Loading

0 comments on commit 7e4edc5

Please sign in to comment.