Skip to content

Identify candidates for the Verify milestone: Paper Cuts ✂️

Goal

To establish a structured collaboration between the Verify team and Paper Cuts team, let's identify issues for impactful usability enhancement .

Ideas for the scope of work

UX scorecard

Feature-specific enhancements

  • Artifacts (PE)
  • Variables Catalog, Pipeline Composition (PA)
  • Project Runners view (Runner) 🏃

Issue ideas

Target milestone

  • 17.11

Candidates

Runner

display: table
fields: title, state, weight, assignee, labels("candidate::17.11")
query: project = "gitlab-org/gitlab" AND label = ("group::runner", "UX Paper Cuts") AND opened = true

Pipeline Authoring

display: table
fields: title, state, weight, assignee, labels("candidate::17.11")
query: project = "gitlab-org/gitlab" AND label = ("group::pipeline authoring", "UX Paper Cuts") AND opened = true

Pipeline Execution

display: table
fields: title, state, weight, assignee, labels("candidate::17.11")
query: project = "gitlab-org/gitlab" AND label = ("group::pipeline execution", "UX Paper Cuts") AND opened = true
Edited by Sascha Eggenberger