diff --git a/docs/brainstorm/Taskflow.md b/docs/brainstorm/Taskflow.md new file mode 100644 index 0000000..9472e4d --- /dev/null +++ b/docs/brainstorm/Taskflow.md @@ -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) + ``` \ No newline at end of file