✂️ UX Paper Cuts 17.11 → Verify
Below is a list of potential candidates for this milestone based on existing issues. It is not expected to burn down all of these and the UX Paper Cuts team is not limited to this list. If you have suggestions for us please add a comment linking to an issue.
From Identify candidates for the Verify milestone: P... (ci-cd-ux#128 - closed)
Ideas for the scope of work
UX scorecard
- Experience Recommendations - Verify:Pipeline Au... (gitlab-design#2623 - closed)
- UX Scorecard: Obtain an overall understanding o... (gitlab-design#1673 - closed)
Feature-specific enhancements
- Pipeline Graph (PA & PE)
- Project Runners view (Runner)
🏃
Issue ideas
Target milestone
Merge requests
display: list
title: Merge requests for Pipeline Execution
fields: state, title, assignee, created
query: type = MergeRequest AND project = "gitlab-org/gitlab" AND label = ("group::pipeline execution", "UX Paper Cuts") AND milestone = %17.11
display: list
title: Merge requests for Pipeline Authoring
fields: state, title, assignee, created
query: type = MergeRequest AND project = "gitlab-org/gitlab" AND label = ("group::pipeline authoring", "UX Paper Cuts") AND milestone = %17.11
display: list
title: Merge requests for Runner
fields: state, title, assignee, created
query: type = MergeRequest AND project = "gitlab-org/gitlab" AND label = ("group::runner", "UX Paper Cuts") AND milestone = %17.11
Candidates
display: list
title: Pipeline execution Paper Cuts
fields: state, title, assignee, labels("accessibility"), labels("candidate::17.11"), created
query: project = "gitlab-org/gitlab" AND label = ("group::pipeline execution", "candidate::17.11") AND label in ("bug::ux", "UX")
display: list
title: Pipeline authoring Paper Cuts
fields: state, title, assignee, labels("accessibility"), labels("candidate::17.11"), created
query: project = "gitlab-org/gitlab" AND label = ("group::pipeline authoring", "candidate::17.11") AND label in ("bug::ux", "UX")
display: list
title: Runner Paper Cuts
fields: state, title, assignee, labels("accessibility"), labels("candidate::17.11"), created
query: project = "gitlab-org/gitlab" AND label = ("group::runner", "candidate::17.11") AND label in ("bug::ux", "UX")
Bigger initiatives
display: table
title: Initiatives
fields: state, title, assignee, labels("group::runner", "group::pipeline authoring", "group::pipeline execution")
query: project = "gitlab-org/gitlab" AND id in (33803, 478593, 473027, 396544, 520320, 521377)
Edited by Sascha Eggenberger