Skip to content

Commit 57b415b

Browse files
committed
Remove outdated state diagram
The state machine in the "Future Flow" state diagram has been the current system for some time now. This commit removes the "Current Flow" state diagram as it is outdated.
1 parent f6a666a commit 57b415b

1 file changed

Lines changed: 1 addition & 19 deletions

File tree

diagrams/form-states-and-events.md

Lines changed: 1 addition & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,24 +1,6 @@
11
# Form states and events used by state machine
22

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
3+
## State diagram
224

235
```mermaid
246
---

0 commit comments

Comments
 (0)