Skip to content

Edit Branch Rules: Update selector to support searching Groups

What does this MR do and why?

Implementation breakdown

description MR
Create item selector component (first iteration: query Users within the current project)
Implement the ability to query Users within groups follow-up
Implement the ability to query Groups 👈 this MR

Screenshots or screen recordings

Screenshots are required for UI changes, and strongly recommended for all other merge requests.

There's no before since the component didn't existed. Here are screenshots of some of the possible states:

state screenshot
all possible items Screenshot_2023-11-01_at_14.41.40
a search result Screenshot_2023-11-01_at_14.41.50
one item selected Screenshot_2023-11-01_at_14.41.58

How to set up and validate locally

Numbered steps to set up and validate the change are strongly suggested.

No visual changes are expected.

If you still want to test you can just add the component to any Vue app: <list-selector title="Groups" type="groups" :selected-items="[]" :project-path="projectPath" />

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #428865 (closed)

Edited by Paulina Sedlak-Jakubowska

Merge request reports