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

Add pagination to /users/{userId}/tasks #259

Closed unicornsleuth closed 3 years ago

unicornsleuth commented 3 years ago

Make sure caching for users/{userId}/tasks works Add in query string parameters to allow pagination

Format of query string now accepted: /users/{userId}/tasks?count={count}&page={page}

note: failing to pass in the count or page values will return 1st 10

Other Changes: fix caching in /users

To Test:

**TIMESHEET*** Fixing caching: 3 hours Pagination: 2 hours Fixing merge errors: 1 hr

unicornsleuth commented 3 years ago

Fixing caching: 3 hours Pagination: 2 hours