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
Rework user search to query against DynamoDB table instead of Cognito so that we can control the order of results coming back.
We should also consider how paging should work here:
Should we page on the API or just in the UI (what's the performance impact of having no paging if we have a large set of users).
Should we use token based paging or offset based paging (first is better for consistency, second is better for usability).
Original Issue
Currently when "Load more" is clicked, additional data is retrieved and the client will automatically sort this based on the existing sort and direction selections. This may be jarring for the user and cause a "jump" in the display.
A potential solution may be around creating the user in the DB along with Cognito - although this needs further investigation!
The text was updated successfully, but these errors were encountered:
Rework user search to query against DynamoDB table instead of Cognito so that we can control the order of results coming back.
We should also consider how paging should work here:
Original Issue
Currently when "Load more" is clicked, additional data is retrieved and the client will automatically sort this based on the existing sort and direction selections. This may be jarring for the user and cause a "jump" in the display.
A potential solution may be around creating the user in the DB along with Cognito - although this needs further investigation!
The text was updated successfully, but these errors were encountered: