Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • castellum castellum
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 1
    • Merge requests 1
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • castellumcastellum
  • castellumcastellum
  • Merge requests
  • !1865

execution progress view (Version 2) - stacked

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Bengfort requested to merge 2050-execution-progress-view-2-stacked into main Apr 21, 2021
  • Overview 1
  • Commits 1
  • Pipelines 1
  • Changes 2

This is a variation of !1864 (merged) that uses a mixture of SVG and bootstrap's progress component to display several values in a single bar.

Stacking the bars is possible because the values have a fixed order (one is always bigger or equal than the other).

Semantically the bar is just an image. The legend contains all relevant information. I therefore did not even use aria-valuemax and similar on the bars.

It would not be strictly necessary to use the solution also for the first bar as it only contains a single value. However, mixing .progress and <meter> on a single page looked weird.

2021-04-21_18-22-38

Edited Apr 26, 2021 by Bengfort
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: 2050-execution-progress-view-2-stacked