Skip to content

Commit 51d13e6

Browse files
authored
Merge pull request #231 from alphagov/ldeb-update-diagrams-form-states-and-events
Remove outdated state diagram
2 parents f6a666a + 57b415b commit 51d13e6

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)