-
Notifications
You must be signed in to change notification settings - Fork 296
Closed
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhacktoberfest
Description
💭 Description
Appwrite Databases can be paginated in many ways.
While we have this page: /docs/products/databases/pagination, but this is a reference style page, not a tutorial.
Goal
Interactive tutorial focused on one of the client platforms of Web, Flutter, Android, and Apple, showcasing good pagination practices.
Content
- Server SDK/CLI script to set up an example database with test data.
- Setup a simple test project in Web, Flutter, Android, or Apple
- Show offset pagination with forward, back, and page numbers
- Show cursor pagination with a load more button
- Discuss tradeoffs of each approach.
- Added to
src/routes/docs/tutorials
How to contribute
Pitch an outline detailing each page you plan to add and headings within, and ask to be assigned. Open a PR after the outline has been approved.
The Appwrite team will collaborate with you on the outline and PR.
Thanks for taking the time to make our documentation better 🙏
👀 Have you spent some time to check if this issue has been raised before?
- I checked and didn't find similar issue
🏢 Have you read the Code of Conduct?
- I have read the Code of Conduct
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentationhacktoberfest