There was an error while loading. Please reload this page.
feat(notifications): add per-user configurable notification clickAction URL Add two optional per-user fields that inject a `clickAction` value into mobile notification payloads, allowing users to land on a specific dashboard when tapping a notification instead of the last-open screen. - `notif_click_url`: Used for assignee-directed notifications (chore approved, badge earned, points awarded). Configurable in the Identity and profile section of the user form. - `notif_approve_click_url`: Used for approver-directed notifications (chore/reward claimed, needs review). Configurable in the Admin and approval options section, positioned below the Can approve toggle. Both fields are optional URL-type text inputs with empty-string defaults, fully backward compatible with no migration needed. Each recipient's own URL is used based on notification role (assignee vs approver), supporting users who serve in both capacities with different landing pages.
doc(notificatons): improvements to notifcation handling
feat(notifications): add payload-driven overdue steal-available messaging and document wiki behavior
doc: title formatting updates
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
Migrate wiki content from ad-ha/kidschores-ha