North-Seattle-College / ad440-winter2021-thursday-repo

NSC AD 440 Winter 2021 Thursday cohort practicum repo
Apache License 2.0
2 stars 27 forks source link

Adding Paging to /users/{user_id}/tasks in React #319

Open Dylan-Riley opened 3 years ago

Dylan-Riley commented 3 years ago

Building off of https://github.com/North-Seattle-College/ad440-winter2021-thursday-repo/pull/265

Adding paging to the react page when listing tasks for a given user in a similar style found on the /users/ endpoint: image

Dylan-Riley commented 3 years ago

Regarding: Slack DM with @toddysm

I was incorrect and confused in our messages. All that @unicornsleuth did was set up the function to present a count and page, she did not do the react paging that I was supposed to do.

Dylan-Riley commented 3 years ago

Linked Pull Request: https://github.com/North-Seattle-College/ad440-winter2021-thursday-repo/pull/322

Dylan-Riley commented 3 years ago

Time Tracking:

Research: 4 total hours Planning and initial testing: 2 hours Debugging: 1 hour