Skip to content
Snippets Groups Projects
Commit c4b6a3f4 authored by Malte Finsterwalder's avatar Malte Finsterwalder
Browse files

HOLI-5952 refine edit in draw.io to export via xml

parent 85c015f3
No related branches found
No related tags found
No related merge requests found
......@@ -22,7 +22,8 @@ This command starts a local development server and opens up a browser window. Mo
$ yarn build
```
This command generates static content into the `build` directory and can be served using any static contents hosting service.
This command generates static content into the `build` directory, which can then be served using any static contents hosting service.
This also checks for inconsistencies, like broken links.
### Deployment
......
......@@ -9,7 +9,7 @@ components that make up the HOLI runtime.
<Drawio content={ArchitectureOverviewDrawio} style={{ width: "100%" }} />
:::info
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export again.
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export as xml again.
:::
## Frontends
......
......@@ -23,7 +23,7 @@ two systems (Matrix and Owncloud) works.
<Drawio content={RegistrationFlow} style={{ width: "100%" }} />
:::info
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export again.
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export as xml again.
:::
The registration involved 3 systems and multiple iterations between them.
......@@ -43,7 +43,7 @@ The registration involved 3 systems and multiple iterations between them.
<Drawio content={LoginFlow} style={{ width: "100%" }} />
:::info
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export again.
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export as xml again.
:::
The authentication flow is simple and involved all the three systems.
......
......@@ -11,7 +11,7 @@ import MatrixLogin from "!!raw-loader!../img/matrix-login.drawio";
<Drawio content={MatrixChatIdentity} style={{ width: "100%" }} />
:::info
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export again.
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export as xml again.
:::
Here above is a diagram of how and where the creation of the chat identity takes place.
......@@ -34,7 +34,7 @@ Server returns a matrix auth token, which is stored on the client and then used
<Drawio content={MatrixLogin} style={{ width: "100%" }} />
:::info
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export again.
To edit this diagram, import the source file in [draw.io](https://draw.io), edit and export as xml again.
:::
The current challenge is to ensure complete synchronization and consistency among the three systems that manage or handle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment