RFC (Request for comments): Inbox Pagination #10
jakerenzella
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Currently, the task inbox tries to load all items to be displayed. For very large courses with a large number of items in the inbox, this causes significant delays and is generally not performant.
As such, we need to implement some sort of pagination - similar to loading emails in Gmail for example.
Looking at Gmail, by default, they load 50 items at a time with buttons to move to the next 50:
Things to discuss and consider:
Beta Was this translation helpful? Give feedback.
All reactions