cylc / cylc-ui

Web app for monitoring and controlling Cylc workflows
https://cylc.github.io
GNU General Public License v3.0
37 stars 27 forks source link

visual filtering #470

Open oliver-sanders opened 4 years ago

oliver-sanders commented 4 years ago

awaiting sketch

A system for changing the appearance of task nodes based on properties of the task, e.g:

This "visual filtering" is intended to make it easier for users to gain an at-a-glance overview of the higher-level-structure of a flow without needing to delve into deeper inspection.

Example use cases:

Suggested groupings:

Implementation:

oliver-sanders commented 1 year ago

This has risen up the priority ladder partly as a result of planned changes to cylc remove which would see it strip flow-numbers from tasks. This needs to be communicated through the UI to make sense.

MetRonnie commented 4 months ago

Proof of concept flow nums display added in https://github.com/MetRonnie/cylc-ui/tree/flow-nums

image