You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Consider adding pagination (and filtering?) for the API.
Feature Suggestion
Enhancing the API for getting the data for the scoring board page so we don't need to load all scoring data at once when the page is displayed.
Context
There might be situations when there are hundreds of scores. The /score-board might then have performance issues. However, at the moment the client side handles also filtering, ordering, ... so this might be also considered.
The text was updated successfully, but these errors were encountered:
The catalog api return a link header (createRouter.ts#L120) when there a more pages, unfortunatly the catalogApi.getEntities doesn't return the headers, only the items.
So we'd need to find a lower level function to access this header, but I haven't found one.
Consider adding pagination (and filtering?) for the API.
Feature Suggestion
Enhancing the API for getting the data for the scoring board page so we don't need to load all scoring data at once when the page is displayed.
Context
There might be situations when there are hundreds of scores. The
/score-board
might then have performance issues. However, at the moment the client side handles also filtering, ordering, ... so this might be also considered.The text was updated successfully, but these errors were encountered: