-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
Related to Book search results are not paged #17Book search results are not paged #17 on dwCheckUi
Repro steps
- Head to /books and search with a blank string
- 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)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels