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

NSC AD 440 Winter 2021 Tuesday cohort practicum repo
Apache License 2.0
4 stars 22 forks source link

Implement caching for /users/{user_id}/tasks #311

Closed philckim closed 3 years ago

philckim commented 3 years ago

Is your feature request related to a problem? Please describe. Required to cache data for /users/{user_id}/tasks endpoint

Describe the solution you'd like Implement caching for /users/{user_id}/tasks

Describe alternatives you've considered N/A - feature is required as-is to function with rest of team/class

philckim commented 3 years ago
Date Activity Time Spent
3/13/2021 Research caching 90 minutes
3/14/2021 Picked team member's brain on topic & implementation 120 minutes
3/15/2021 Implemented 60 minutes
philckim commented 3 years ago

Steps taken to resolve this:

  1. Research what caching is, how it works, etc.
  2. Reached out to teammate who understood topic better
  3. Picked their brain and reviewed their code
  4. Implemented for my endpoint