-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Description
Create a kanban-style requests page w/ cols organized by request status. Each column should support infinite scroll/pagination.
Considerations
UI / Layout
- Multi-column kanban board (e.g., Pending, Assigned, In Progress, Completed)
- Each column displays requests filtered by status field
- Infinite scroll or "Load More" pagination per column
- Consider using: intersection observer pattern, scroll listener, etc.
- https://tanstack.com/query/v4/docs/framework/react/guides/infinite-queries for ininfite query
- Cursor based pagination since offset limit is inefficient
Client
- Route in
clients/web/src/routes/requests.tsx - Use query setup for data fetching w/ pagination
Side notes
- Each col should fetch independently
- Consider adding loading states or empty states per col
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels