Chore Descriptions #158
|
I'm trying to figure out how to utilize the chore descriptions in a useful manner. My kids both prefer the Kids Classic dashboard look, and even with the other dashboards I am finding the same issue. If I have "Dishes" or "Clean Room" as a chore, I want them to be able to easily and quickly double check the description of those chores. Currently if you click the chore, it just marks it as completed. I am not seeing a way to show a description. I would even be good with an icon on the dashboard that brings them to a different page with a description of all chores and they can look at the chore they need. The descriptions do exist when I go to dev tools and look at state attributes. For example, sensor.KID1_choreops_chore_status_clean_room has the attributes 'chore_name' and 'description'. I just don't see a way in the dashboard manager to add this information. I run into too much "I cleaned my room" or "I did the dishes", when in reality only a portion of the chore is being completed because they forget that it includes multiple steps (clean room = make bed, clean up desk, pick up floor, put dirty laundry away, etc). Is anyone else running into this issue and have you come up with a solution for it? |
Replies: 1 comment
|
A few options for you: There is an option in the chores dashboards to show description at the bottom, but you have to make a manual quick edit to the dashboard after you generate it. (Not available in the classic dashboards) https://github.com/ccpk1/ChoreOps/wiki/Advanced%3A-Dashboard#advanced-customization-preferences
Alternatively, you can long press any of the chores and them more-info dialog will come up. Choose
|



A few options for you:
There is an option in the chores dashboards to show description at the bottom, but you have to make a manual quick edit to the dashboard after you generate it. (Not available in the classic dashboards)
https://github.com/ccpk1/ChoreOps/wiki/Advanced%3A-Dashboard#advanced-customization-preferences
Alternatively, you can long press any of the chores and them more-info dialog will come up. Choose
Detailsand you will see all the properties, like description directly.