View Issue Details

IDProjectCategoryView StatusLast Update
0034608mantisbtadministrationpublic2024-09-07 10:43
Reporterdregad Assigned Todregad  
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionfixed 
Target Version2.27.0Fixed in Version2.27.0 
Summary0034608: Workflow Graph display is difficult to read
Description

Depending on the workflow's complexity (number of status and transitions between them), the graph generated by workflow_graph_img.php can get messy and difficult to read.

TagsNo tags attached.
Attached Files
image.png (251,052 bytes)   
image.png (251,052 bytes)   

Activities

Related Changesets

MantisBT: master 6e77c738

2023-09-29 13:01

dregad


Details Diff
Use circo graph type for Workflow transitions

The circular representation generated by circo is much easier to read
than dot's output which looks like a plate of spaghetti.

Fixes 0034608
Affected Issues
0034608
mod - core/graphviz_api.php Diff File
mod - workflow_graph_img.php Diff File