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
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
Description
Create a kanban-style requests page w/ cols organized by request status. Each column should support infinite scroll/pagination.
Considerations
UI / Layout
Client
clients/web/src/routes/requests.tsxSide notes