Skip to content

Commit

Permalink
add an example for no rights
Browse files Browse the repository at this point in the history
  • Loading branch information
suntorytimed committed Jan 3, 2024
1 parent 3c7fe80 commit 5b71774
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,3 +72,22 @@ stateDiagram-v2
13 --> 12
22 --> 7
```

## Example (role: Reader, type: Epic)
The role in this example doesn't have any rights to adjust states.

```mermaid
stateDiagram-v2
1: New
2: In specification
3: Specified
7: In progress
8: Developed
9: In testing
10: Tested
11: Test failed
12: Closed
13: On hold
14: Rejected
22: Approved
```

0 comments on commit 5b71774

Please sign in to comment.