We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f6a666a + 57b415b commit 51d13e6Copy full SHA for 51d13e6
1 file changed
diagrams/form-states-and-events.md
@@ -1,24 +1,6 @@
1
# Form states and events used by state machine
2
3
-## Current Flow
4
-
5
-```mermaid
6
----
7
- title: Form states and events called to transition to state
8
9
-stateDiagram-v2
10
- Draft --> Live : make_live!
11
- Draft --> Deleted : delete_form!
12
- live_with_draft: Live with draft
13
- Live --> live_with_draft : create_draft_from_live_form!
14
- live_with_draft --> Live : make_live!
15
- live_with_draft --> Draft: archive_live_form!
16
- Live --> Draft: archive_live_form!
17
18
-```
19
20
21
-## Future Flow
+## State diagram
22
23
```mermaid
24
---
0 commit comments