-
-
Notifications
You must be signed in to change notification settings - Fork 202
[DevIndex] Add Bio Filter and Hireable Checkbox #9153
Copy link
Copy link
Closed
Labels
Description
Add search and filter capabilities to the DevIndex ControlsContainer.
Requirements:
- Bio Filter: Add a Text field to
ControlsContainerto filter the grid bybio(case-insensitive, partial match).- Use
operator: 'like'for the store filter.
- Use
- Hireable Checkbox: Add a Checkbox to
ControlsContainerto filter byisHireable.- Unchecked: Show all users (Filter disabled).
- Checked: Show only users where
isHireable === true(Filter enabled, operator===).
- Store Logic: Implement the filtering logic in
Contributorsstore, leveragingsrc/collection/Filter.mjscapabilities.
Reactions are currently unavailable