#1334 Adding docs for user journey to side nav

This commit is contained in:
Knut Sveidqvist
2020-05-01 16:04:44 +02:00
parent ed5e194b8e
commit 2be2b10e59
2 changed files with 12 additions and 0 deletions

View File

@@ -13,6 +13,7 @@
- [Class Diagram](classDiagram.md) - [Class Diagram](classDiagram.md)
- [State Diagram](stateDiagram.md) - [State Diagram](stateDiagram.md)
- [Entity Relationship Diagram](entityRelationshipDiagram.md) - [Entity Relationship Diagram](entityRelationshipDiagram.md)
- [User Journey](user-journey.md)
- [Gantt](gantt.md) - [Gantt](gantt.md)
- [Pie Chart](pie.md) - [Pie Chart](pie.md)

View File

@@ -15,6 +15,17 @@ journey
Go downstairs: 5: Me Go downstairs: 5: Me
Sit down: 5: Me Sit down: 5: Me
``` ```
```mermaid
journey
title My working day
section Go to work
Make tea: 5: Me
Go upstairs: 3: Me
Do work: 1: Me, Cat
section Go home
Go downstairs: 5: Me
Sit down: 5: Me
```
Each user journey is split into sections, these describe the part of the task Each user journey is split into sections, these describe the part of the task
the user is trying to complete. the user is trying to complete.