Skip to content

Create item selector component

Jacques Erasmus requested to merge 428519-create-item-selector into master

What does this MR do and why?

Creates the first iteration of the item selector component as part of Edit source code rules organized by branches.

Implementation breakdown

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

Screenshots or screen recordings

No visual changes are expected from this MR, we're just adding the first iteration of the component.

This is what we're working towards:

Screenshot_2023-10-17_at_21.54.40

How to set up and validate locally

No visual changes are expected, this MR just adds the first iteration of the component.

If you still want to test you can just add the component to any Vue app: <list-selector title="test" type="users" :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 #428519 (closed)

Edited by Jacques Erasmus

Merge request reports