Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the cursor pagination docs to use the new Eloquent cursor implementation #38

Open
4 tasks
lindyhopchris opened this issue Aug 8, 2024 · 0 comments
Assignees

Comments

@lindyhopchris
Copy link
Contributor

We need to update the cursor pagination section so that it uses the new Eloquent implementation that was added via laravel-json-api/eloquent#37

We should:

  • Copy and paste the existing cursor docs into the readme in the cursor pagination package.
  • Add a section to that readme about how to migrate from one to the other. (Making it clear that this can be done in a non-breaking way as long as you haven't told clients they can just use a plain ID for the cursor, as that will be the only thing that doesn't work.)
  • Update the existing cursor docs to instead talk about the new Eloquent implementation.
  • Add an info box to the existing docs that make it clear that people looking for the old package should go to the readme in that repo.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: In progress
Development

No branches or pull requests

1 participant