What's Changed
-
Fix addressing blank date in chore creation as well as properly bring… by @ccpk1 in #17
-
Complete revision, refactor and clean up Coordinator. Breakdown functions and code reorganization.
-
Revise mechanics to reset chores (daily/weekly/monthly) and due date recalculation
-
Revise due date recalculation for chores with recurring frequency and no due date.
assign hidden date to set creation date and time 23h59 -
Revise mechanics for Shared Chores sensor status.
New status for only one kid claims/approves a chore:- Claimed (in-part)
- Approved (in-part)
-
Created new Global State extra attribute on each Kid's Chore Sensor to detail the global status. Each kid will see their status individually as Claimed/Approved for each chore.
-
Address the automatic deletion of entities on items removal from Configuration (chores, badges, penalties, etc..) (closes #15)
-
Revise "Overdue" chores status being set before due time
-
Add persistent notifications for:
- Claims/approvals/disapprovals for chores and rewards. For both parents and kids.
- Badges awarding. For both parents and kids.
Hope nothing got broken on the way. From my testing it all goes as expected.
New Contributors
Full Changelog: 0.1.2-beta-rc3...0.1.3-beta-rc4