Skip to content
This repository was archived by the owner on Jun 23, 2026. It is now read-only.

Enhances chapter pagination - #38

Merged
FinnTheHero merged 8 commits into
masterfrom
development
Aug 16, 2025
Merged

FinnTheHero merged 8 commits into
masterfrom
development

Conversation

@FinnTheHero

Copy link
Copy Markdown
Owner

Updates chapter pagination to leverage a numerical index, which provides a more robust and efficient cursor mechanism.

  • Simplifies cursor handling by transitioning from a string-based document ID to an integer index.
  • Removes an external natural sorting dependency, streamlining the retrieval process.
  • Optimizes data transfer by simplifying the frontend chapter structure to include only essential fields.
  • Improves error handling by returning a 404 status when no chapters are found for a novel.

@FinnTheHero FinnTheHero self-assigned this Aug 16, 2025
@FinnTheHero FinnTheHero added the enhancement New feature or request label Aug 16, 2025
@FinnTheHero
FinnTheHero merged commit eed5e93 into master Aug 16, 2025
2 checks passed
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant