flowchart LR
subgraph alpha [Alpha Testing]
direction TB
1[Draft a version of the service] -->
2[Create forms, etc] -->
3[Staff testing with past inspections] -->
4[Feedback:\nWhat works?\nWhat doesn't?] -->
5[Adjust forms, schema, etc] --> 3
end
subgraph beta [Beta Testing]
direction TB
a[Publish new service] -->
b[New forms] -->
c[Staff testing in the field\nside by side w/ paper form] -->
d[Feedback] -->
e[Adjustments] --> c
end
subgraph check [Evaluation]
direction TB
i[Can we meet everything\non the needs list?] -->
ii[Schedule a cutover date:\n01-Jan-2023] -->
iii[Finalize schema, deliverables]
end
alpha --> check --> beta --> x[Deploy!]
style alpha fill:None,stroke:#c0caf5,stroke-width:4px,color:#c0caf5
style beta fill:None,stroke:#c0caf5,stroke-width:4px,color:#c0caf5
style check fill:None,stroke:#c0caf5,stroke-width:4px,color:#c0caf5