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
add a pagination feature on the payroll list section. let's follow the incremental method instead of the normal pagination which the current list is replaced with a new list.
Criteria:
set the list to 10 items at a time.
it should just append the new items to the old items. (DO NOT REPLACE/OVERRIDE)
add test on the endpoints
The text was updated successfully, but these errors were encountered:
Description:
Criteria:
The text was updated successfully, but these errors were encountered: