conda-incubator / conda-store-ui

conda-store-ui is a frontend for conda-store powered by react
https://conda-incubator.github.io/conda-store-ui/
BSD 3-Clause "New" or "Revised" License
13 stars 19 forks source link

[ENH] - Visualization of the build process #390

Open nkaretnikov opened 5 months ago

nkaretnikov commented 5 months ago

Feature description

This came up while discussing https://github.com/conda-incubator/conda-store/issues/806.

It would help users understand where they are in the build process if there was a way to visually represent it. Something like start -> step1 -> ... -> end (shown as filled/empty bubbles with arrows according to the current build phase) or similar.

Value and/or benefit

Improved UX.

Anything else?

No response