As an effort to increase user interaction with our service and improve personalization, this document discusses how we can implement a feature to allow users to thumb up or down thumb up or down a plan.
Solution
Increase maximum cached plans to 100.
Use sorted set instead of the Redis list for storing plan IDs.
Copy sorted set of plan IDs for each user who makes the request.
Description
As an effort to increase user interaction with our service and improve personalization, this document discusses how we can implement a feature to allow users to thumb up or down thumb up or down a plan.
Solution
Testing
Checks