doc(chores): rotate among standbys when primary is paused
ccpk1
committed
Jun 17, 2026
docs: add OpsCenter wiki page, update architecture and standards for primary-standby features
Wiki (choreops-wiki/):
- Configuration:-Chores.md: Add Primary & Standby completion criteria after
Independent with standby_claim_mode options
- Advanced:-Chores.md: Add Primary & Standby rotation mode, standby lock state,
primary pause→snap-back behavior, smart resume tip
- Services:-Reference.md: Update reschedule_chores_after with three toggle
params (reschedule_independent, reschedule_primary_standby, reschedule_shared),
add pause_user_chores service documentation with unpause_action values
- Configuration:-Notifications.md: Add standby-needed notification section
- Getting-Started:-OpsCenter.md: New page documenting the admin dashboard
sections (Approval Board, Management, All Chores, Individual Chore Controls,
Economy Management, System Administration)
- Home.md, _Sidebar.md: Add OpsCenter link under Getting Started
ccpk1
committed
Jun 16, 2026
feat(chores): Add user chore pause feature
Implement pause chore processing for users with automatic resume,
display surfaces, admin workflow, and full test coverage.
Phases:
- Storage & constants: User-level chores_paused/chores_paused_until
fields, P0 guard helper _is_chore_paused_for_assignee()
- P0 guard: Blocks FSM resolution at get_chore_status_context(),
suppresses overdue/missed signals, skips rotation turn-holders
- Display: paused state in status_map, status_color_map, sort order,
claimModeIconMap across all 9 dashboard templates
- Admin card: Consolidated All Chores card with pause/resume/shift
controls in a collapsible grid layout
- User banner: Welcome card shows pause indicator when chores are
paused (warning color, pause-circle icon)
- Service: choreops.pause_user_chores with pause/resume/paused_until
- Tests: 8 tests covering service, display, overdue guard,
rotation skip, can_claim guard, and lifecycle
- Docs: ARCHITECTURE.md, DASHBOARD_UI_DESIGN_GUIDELINE.md,
Configuration:-Users.md, Advanced:-Chores.md
ccpk1
committed
Jun 11, 2026
doc: cleanup kid and assignee language
ccpk1
committed
Mar 2, 2026
doc: title formatting updates
ccpk1
committed
Feb 23, 2026
docs(wiki): complete ChoreOps rebrand and information architecture overhaul
Rework wiki top-to-bottom for the ChoreOps identity and terminology migration
Standardize language from kid/parent framing to user/role-based model across pages
Update guides to reflect current functionality, flows, and behavior (including dashboard generation/localization and access-control nuances)
Improve cross-page coherence with clearer layering (Getting Started, Configuration, Advanced, Technical)
Consolidate canonical reference sections to reduce duplicate maintenance and stale docs
Strengthen troubleshooting paths with preflight checks and tighter technical cross-linking
Refresh navigation and content consistency for a cleaner end-user and maintainer experience
ccpk1
committed
Feb 21, 2026