User mapping FE - Add filtering by status to placeholders page
-
When we pass
status=failed
as a URL param, the page should filteroutIN only placeholders that are failed. -
We should also filter the users in each tab according to their respective status:
- Pending reassignment: All states except
completed
andkeep_as_placeholder
. Sopending_reassignment
,awaiting_approval
,reassignment_in_progress
,rejected
,failed
. We can use the filterstatus=unassigned
for this. - Reassigned: States
completed
andkeep_as_placeholder
. We can use the filterstatus=assigned
for this.
When users click on each of the tabs above, the URL should update accordingly.
Edited by Oiza Baiye