comixed / comixed

The ComiXed Digital Comic Management System
GNU General Public License v3.0
204 stars 32 forks source link

Only the comics for the given page are loaded. #1580

Closed mcpierce closed 11 months ago

mcpierce commented 1 year ago

As a reader, I would like to have the web application be more responsive. Instead of spending time loading the entire library, the web application should only load the comics needed for the current page displayed.

Note

  1. This change needs to be applied to the following pages:
    • All Comics
    • Unprocessed Comics
    • Unread Comics
    • Unscraped Comics
    • Changed Comics
    • Deleted Comics
    • Collections (Characters, Teams, Locations, and Stories)
mcpierce commented 11 months ago

On initial testing, there are some issues with loading comics sorted by added date.

mcpierce commented 11 months ago

Also need to make sure all filtered fields are indexed.

mcpierce commented 11 months ago

Redirect published comic updates to the current list; i.e., if the updated comic is one in the current list, then reload the list or update the record in place.