jesusantguerrero / sunday

monday clone with laravel 8, jetstream, inertia and vue
BSD 3-Clause "New" or "Revised" License
45 stars 16 forks source link

Pagination #98

Open muchirialex opened 2 years ago

muchirialex commented 2 years ago

Hello, how could I add pagination to board items?

jesusantguerrero commented 2 years ago

Hello, pagination is not implemented on boards but it is a good suggestion.

I think a dedicated page for boards/{boardId}/stage/{stageId}/tasks should be created first because a board can have multiple stages with items and pagination would be problematic

The example app of inertia has an implementation of pagination: https://github.com/inertiajs/pingcrm/blob/master/app/Http/Controllers/ContactsController.php

I will try on the weekend.