Closed ragesoss closed 1 year ago
The recently-implemented add-to-watchlist feature, accessible via a button on the Students tab of a course page, fails for this course: https://dashboard.wikiedu.org/courses/UCSF/Foundations_II_(Summer_2023)/home
This is probably because there are too many student user pages to be handled in a single request. It can probably be fixed by determining a reasonable maximum number of pages per request, and breaking large courses up across multiple requests.
@Abishekcs would you like to work on this?
@ragesoss Sure :+1:
The recently-implemented add-to-watchlist feature, accessible via a button on the Students tab of a course page, fails for this course: https://dashboard.wikiedu.org/courses/UCSF/Foundations_II_(Summer_2023)/home
This is probably because there are too many student user pages to be handled in a single request. It can probably be fixed by determining a reasonable maximum number of pages per request, and breaking large courses up across multiple requests.