feat(dashboard): "needs attention" widget for overdue hutch cleaning/playtime #21
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Surface hutches that are overdue for cleaning or playtime directly on the dashboard. We already log
date_cleanedandlast_playtimeper compartment, but nothing currently flags staleness — a live check found 11/43 compartments not cleaned in 7+ days and 23/43 with no playtime logged in 14+ days, none of which is visible anywhere in the UI today.Proposal
date_cleanedis more than N days old orlast_playtimeis more than M days old (suggest configurable thresholds, e.g. default 7 days for cleaning, 14 days for playtime — open to discussion on defaults).date_cleaned/last_playtimeofnull(never logged) should also surface, distinctly from "overdue".Open questions