You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Create a new page for profile update requests following the design in Figma.
Add pagination to the /profileDiffs API to allow smooth navigation.
Create a new API endpoint /profileDiff/:id to fetch a single profile diff by ID.
Expected Behavior
A new page should be created for profile update requests, following the provided design.
Pagination should be added to the /profileDiffs API to handle large data sets efficiently.
A new API /profileDiff/:id should be implemented to fetch a single profile diff based on the provided id.
Current Behavior
Existing page for profile update requests does not have a good UI/UX.
The /profileDiffs API lacks pagination.
No existing /profileDiff/:id API to fetch individual profile diffs.
Issue Description
Create a new page for profile update requests following the design in Figma.
Add pagination to the
/profileDiffs
API to allow smooth navigation.Create a new API endpoint
/profileDiff/:id
to fetch a single profile diff by ID.Expected Behavior
/profileDiffs
API to handle large data sets efficiently./profileDiff/:id
should be implemented to fetch a single profile diff based on the providedid
.Current Behavior
/profileDiffs
API lacks pagination./profileDiff/:id
API to fetch individual profile diffs.Screenshots
Refer to the Figma design for the page layout.
Reproducibility
Steps to Reproduce
/profileDiffs
API with no pagination support.id
(no such API exists).Severity/Priority
Additional Information
?next=
and?prev=
for navigating through pages.profileDiff
data contains fields such asuserId
,first_name
,last_name
,status
, andtimestamp
.Checklist
The text was updated successfully, but these errors were encountered: