User mapping FE - Add filtering by status to placeholders page
-
When we pass
status=failedas 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
completedandkeep_as_placeholder. Sopending_reassignment,awaiting_approval,reassignment_in_progress,rejected,failed. We can use the filterstatus=unassignedfor this. - Reassigned: States
completedandkeep_as_placeholder. We can use the filterstatus=assignedfor this.
When users click on each of the tabs above, the URL should update accordingly.
Edited by Oiza Baiye