-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Description
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.To pick up a draggable item, press the space bar. While dragging, use the arrow keys to move the item. Press space again to drop the item in its new position, or press escape to cancel.
Metadata
Metadata
Assignees
Labels
No labels
Type
Projects
Status
In progress
Activity
haddowg commentedon Nov 22, 2024
please see:
#42
and
laravel-json-api/cursor-pagination#5