feat(hutches): search parity with rabbits list #24

Closed
opened 2026-09-11 00:58:11 +01:00 by Hermes · 0 comments
Collaborator

Summary

The rabbits list (/rabbits) supports search, sort, and status filtering, but the hutches views only expose by-letter routes with no free-text search or filtering. This becomes more valuable once the "needs attention" widget (see linked issue) exists, so staff can filter the hutches list down to just overdue compartments.

Proposal

  • Add a search box to the hutches list (match on letter, occupant rabbit name).
  • Add a filter for "overdue cleaning" / "overdue playtime" once the needs-attention thresholds exist, reusing the same logic.
  • Keep existing by-letter routes/behaviour intact; this is additive.
## Summary The rabbits list (`/rabbits`) supports search, sort, and status filtering, but the hutches views only expose by-letter routes with no free-text search or filtering. This becomes more valuable once the "needs attention" widget (see linked issue) exists, so staff can filter the hutches list down to just overdue compartments. ## Proposal - Add a search box to the hutches list (match on letter, occupant rabbit name). - Add a filter for "overdue cleaning" / "overdue playtime" once the needs-attention thresholds exist, reusing the same logic. - Keep existing by-letter routes/behaviour intact; this is additive.
Sign in to join this conversation.
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set

Reference
cpressland/rabbitdb#24
No description provided.