From ca7250c2904aa1b77b65d7151c6d077edab3ff39 Mon Sep 17 00:00:00 2001 From: Sam Date: Mon, 12 Feb 2024 10:20:24 +0100 Subject: [PATCH] Made taskflows --- docs/brainstorm/Taskflow.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 docs/brainstorm/Taskflow.md 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