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",fonsizefontsize=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=darkslateblue,color=darkslateblue,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"

...