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

[Task] Add Pagination for /users Page #243

Closed kieranmiguel closed 3 years ago

kieranmiguel commented 3 years ago

Is your feature request related to a problem? Please describe. We don't want to load all users for every single get-request, as it would be a waste of resources.

Describe the solution you'd like Divide list of users into pages, and only query users from page that is selected, as well as only loading those users into a redis cache entry unique to those users.

Describe alternatives you've considered We could treat the redis cache as its own database, and just add, update and delete users from the cache, instead of expiring

kieranmiguel commented 3 years ago

Time Usage Getting the Debugger working| 4 hours | 3/9 - 3/13 | Research | 1 hour | 3/14 Implementation | 3 hours | 3/14, 3/16 |