competemcgill / wisp-users-microservice

WISP Microservice to handle user data and interactions
https://docs.wisp.compete-mcgill.ca/microservices/users
MIT License
4 stars 1 forks source link

Hard refresh for a user's problems when a new ProblemSet is added #27

Closed ValerianClerc closed 4 years ago

ValerianClerc commented 4 years ago

Currently, if a user completes a CF problem before the problem is created on WISP, then the user's submission will not be added to it's problems array, and the submission containing that problem will be before the user's current lastSubmission.

We want all user's lastSubmission to be set to null whenever a new problemSet is added.