I'm confused with chore states. #121
Replies: 2 comments
-
|
If the second case, can the status be changed on the entity directly or is there an action to call to update it? |
Beta Was this translation helpful? Give feedback.
-
|
When a user claims a chore, they are claiming they have completed the chore, so it is the second case. The action of approval is then to confirm it has been done. The sensor for that user / chore will always be the current state of the chore, so due, claimed, completed, etc. The list of states in general order and grouping is here: https://github.com/ccpk1/ChoreOps/wiki/Technical%3A-Chores#sensor-contract-chore-status-sensorhttps://github.com/ccpk1/ChoreOps/wiki/Technical%3A-Chores#sensor-contract-chore-status-sensor You can use the exposed chore buttons to claim or approve a chore, or you can also use the services/actions if you prefer. https://github.com/ccpk1/ChoreOps/wiki/Services%3A-Reference#1-workflow-and-economy Hope that helps clear it up. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
And I am pretty sure it's just me but as there doesn't seem to be a chore state diagram presenting it differently.
Is claimed the action of the user indicating that work on a chore has begun (claim the chore in a multi-user scenario) or is it "the user claims the chore has been completed"?
Beta Was this translation helpful? Give feedback.
All reactions