Governance Statuses
Governance Statuses
Section titled “Governance Statuses”This page defines the roadmap statuses used across the delivery timeline and governance workflow.
Status legend
Section titled “Status legend”| Status | Meaning | Typical next step |
|---|---|---|
Planned | Selected for a future window but not started. | Move to In progress when work begins. |
In progress | Being implemented (active development work). | Move to Shipped when ready to release. |
Shipped | Released to users (or merged for an upcoming public release). | Evaluate for Deprecated later. |
Deprecated | Replaced by a newer approach; remaining work is minimal. | Close out or migrate remaining edge cases. |
How items move
Section titled “How items move”flowchart LR
planned[Planned] --> inprogress[In progress]
inprogress --> shipped[Shipped]
shipped --> deprecated[Deprecated]