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
All book records from the database are eventually returned
Because images are included in the search results, the response from the API server can take up to 19 seconds (on a relatively OK connection)
Suggestions for improvement
Search takes in a null able page number, this will do skip and take to get a specific page of data
Return paged data (e.g. first 10 records only)
As user scrolls to the bottom of the page, send a get request for more records (e.g. infinite scroll)
Load the text data separate from the images (fire a second get request for the images, using a loading spinner as each record's image until the response comes back)
The text was updated successfully, but these errors were encountered:
Related to Book search results are not paged #17Book search results are not paged #17 on dwCheckUi
Repro steps
Suggestions for improvement
The text was updated successfully, but these errors were encountered: