Made taskflows

This commit is contained in:
Sam
2024-02-12 10:20:24 +01:00
parent 4cccdb5819
commit ca7250c290

View File

@@ -0,0 +1,17 @@
# Taskflow
```mermaid
flowchart
A[Goal: Finding a quiet study area] --> B(Walk over to the main node)
B --> C(Look at the screen to view where its the quietest)
C --> D(Walk over to that area)
D --> E(Start studying)
```
```mermaid
flowchart
A[Goal: leave a review to improve the study area] --> B(Walk over to the main node)
B --> C(Read the question)
C --> D(Press the button according to your answer)
D --> E(The review gets picked up by the building manager and \n they are going to improve the quality of the study area)
```