Versions Compared

Key

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

...

Flowchart
"OPEN" [shape="box",style="rounded,filled",fillcolor=gold,color=gold,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"CLARIFY" [shape="diamond",style="rounded,filled",fillcolor=gold,color=gold,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"DISMISSED" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"KNOWN ISSUE" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"ACCEPTED" [shape="box",style="rounded,filled",fillcolor=gold,color=gold,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"DEFERRED" [shape="box",style="rounded,filled",fillcolor=darkslatebluedodgerblue4,color=darkslatebluedodgerblue4,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"DEVELOPMENT CYCLE" [shape=box,style="rounded,filled",fillcolor=white,color=black,fontcolor=black,fontname="Courier-Bold",fontsize=10]

"OPEN" -> "CLARIFY"
"CLARIFY" -> "DISMISSED"
"CLARIFY" -> "KNOWN ISSUE"
"CLARIFY" -> "ACCEPTED"
"CLARIFY" -> "DEFERRED"
"ACCEPTED" -> "DEVELOPMENT CYCLE"
"DEFERRED" -> "DEVELOPMENT CYCLE"

...

Flowchart
"PLANNING CYCLE" [shape=box,style="rounded,filled",fillcolor=white,color=black,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"ACCEPTED" [shape="box",style="rounded,filled",fillcolor=gold,color=gold,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"DEFERRED" [shape="box",style="rounded,filled",fillcolor=darkslatebluedodgerblue4,color=darkslatebluedodgerblue4,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"IN PROGRESS" [shape="box",style="rounded,filled",fillcolor=gold,color=gold,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"RESOLVED" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"APPROVED" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"RELEASED" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"DEPRECATION CYCLE" [shape=box,style="rounded,filled",fillcolor=white,color=black,fontcolor=black,fontname="Courier-Bold",fontsize=10]


"PLANNING CYCLE"-> "ACCEPTED"
"PLANNING CYCLE"-> "DEFERRED"
"ACCEPTED"-> "IN PROGRESS"
"DEFERRED"-> "IN PROGRESS"
"IN PROGRESS" -> "RESOLVED"
"RESOLVED" -> "APPROVED"
"APPROVED" -> "RELEASED"
"RELEASED" -> "DEPRECATION CYCLE"

...

Flowchart
"DEVELOPMENT CYCLE" [shape=box,style="rounded,filled",fillcolor=white,color=black,fontcolor=black,fontname="Courier-Bold",fontsize=10]
"RELEASED" [shape="box",style="rounded,filled",fillcolor=seagreen,color=seagreen,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"DEPRECATED" [shape="box",style="rounded,filled",fillcolor=darkslatebluedodgerblue4,color=darkslatebluedodgerblue4,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"UNSUPPORTED" [shape="box",style="rounded,filled",fillcolor=darkslatebluedodgerblue4,color=darkslatebluedodgerblue4,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"REMOVED" [shape="box",style="rounded,filled",fillcolor=darkslatebluedodgerblue4,color=darkslatebluedodgerblue4,fontcolor=white,fontname="Courier-Bold",fontsize=10]
"DEVELOPMENT CYCLE"-> "RELEASED"
"RELEASED" -> "DEPRECATED"
"DEPRECATED" -> "UNSUPPORTED"
"UNSUPPORTED"-> "REMOVED"

...