Skip to content

FE User Contribution Mapping - filter for placeholder users in the admin view

What does this MR do and why?

Allows admin to filter the list of users to just placeholder users.

MR adds the filter type for placeholder. In the dropdown, the admin will be filtering by 'type'= 'placeholder'. The backend expects the query param filter=placeholder in keeping with the other modes one can filter by, like 2fa, etc. The corresponding backend MR here.

References

Screenshots or screen recordings

Before After
Screen Recording 2025-03-21 at 4.40.55 PM.mov Screen Recording 2025-04-07 at 3.42.41 PM.mov

How to set up and validate locally

  1. Visit http://127.0.0.1:3000/admin/users
  2. In the filter-search bar, select Type = Placeholder
  3. You can get the same result by navigating to http://127.0.0.1:3000/admin/users?filter=placeholder

MR acceptance checklist

Evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #521974 (closed)

Edited by Oiza Baiye

Merge request reports

Loading