Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The Planning Workflow takes place when before the development of a Feature starts. The Workflow starts always with an Open State and ends either with an Accepted or Deferred Status. It is exactly there, when one of these both States is reached, where the Development Worfklow starts:

 

Flowchart
"Open" [fillcolor=palegreen]
"Open" -> "Clarify"
"Clarify"[shape=diamond]
"Clarify"-> "Dismissed"
"Clarify" -> "Known Issue"
"Clarify"-> "Accepted"
"Accepted" -> "Deferred"

...

The Devolopment Workflow takes place between the Planning Worfklow and the Deprecation Worfklow. Even though, it only takes place, in case the State Accepted or Deferred was reached in the Planning Workflow.:

 

Flowchart
"Accepted or Deferred" [fillcolor=palegreen]
"Accepted or Deferred"-> "In Progress"
"In Progress" -> Resolved
Resolved -> Approved
Approved -> Released

...

The Deprecation Workflow is the life end for a feature. It takes place after the Feature war Released and it goes through three states before it is Removed from the Releases:

 

Flowchart
"Released" [fillcolor=palegreen]
"Released"-> "Deprecated"
"Deprecated" -> "Unsupported"
"Unsupported"-> "Removed"

...