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 state and ends either with an Accepted or Deferred Statusstate. It is exactly there, when one of these last both States states is reached, where the Development Worfklow starts:

...

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 was reached:

 

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 was Released and it goes through three states before it is Removed from the Releasesreleases:

 

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

...