GrailsFlow

Different colors for node statuses on workflow diagram

Details

  • Type: Improvement Improvement
  • Status: Open Open
  • Priority: Critical Critical
  • Resolution: Unresolved
  • Affects Version/s: 1.0
  • Fix Version/s: 1.1
  • Component/s: None
  • Labels:
    None
  • Request Controller:
    Please Select
  • External Supervisor:
    Please select
  • Executing Programmer:
    Antonicheva, July
  • Ext Project Id:
    JCGFW-01

Description

Previously in workflows diagrams the node boxes were colored according to nodes statuses. For example, activated nodes were in red color, visited - in green, untouched - as grey boxes. There were tree hardcoded labels for statuses: visited, activated, untouched.

Currently we don't have hardcoding for statuses (because it is a bad practice!), on diagram you see statusID as status description. The painting of nodes boxes was disabled because we haven't enumeration for all possible statuses and their values.

So, diagrams can/should be adjusted:

  • to use node label instead of nodeID;
  • display statuses (in boxes) in appropriate way (status description? but description isn't translatable; we can use i18n translations);
  • introduce enumeration with possible status values;
  • add coloring for nodes boxes with different types (should be the colors configurable or hardcoded?)

Activity

There are no comments yet on this issue.

People

Vote (1)
Watch (0)

Dates

  • Created:
    02/Feb/12 1:01 PM
    Updated:
    18/Apr/12 11:04 AM