bmcclure / ha-chore-helper

A Home Assistant helper integration for managing recurring chores.
MIT License
54 stars 5 forks source link

Assign owners to chores #42

Open colececil opened 5 months ago

colececil commented 5 months ago

Checklist

Is your feature request related to a problem? Please describe.

My wife and I have our chores divided up in such a way that for each chore, either I am the owner, she is the owner, or we share ownership. I would like to have separate calendars or dashboards in Home Assistant for both of us to track our individual chore responsibilities. However, Chore Helper does not currently provide a way to do this.

Describe the solution you'd like

I'd propose adding an optional field called "Owners" to the chore sensor type, which would take a list of chore owners. This field could then be used when filtering lists of chores to create separate calendars or dashboards for each person.

Describe alternatives you've considered

I don't believe there is currently any feature of Chore Helper that could be used to accomplish this.

Additional context

If this feature idea is approved, I'd be willing to work on implementing it.

utzy79 commented 4 months ago

+1 for this feature please

bmcclure commented 2 months ago

Great idea, thank you for the request! I agree this should be a feature. It's in the plans, but knowing people want it helps me prioritize it.

DerBauch78 commented 1 month ago

fantastic, this is exactly what I am searching. I try to replicate an app callesd „flatastic“. It is developed with lots of other stuff for households (grocery, money, etc) but one side is the „chores“ page. Here you can create different tasks with a predefined owner. If the task is assigned to more than one, each time the task is completed the owner changes. Another interesting thing is, when completing the task (checkbox), to specify who has completed. The reason for this is the scoring system inside. For example if A completes the task which was assigned to B, A gets a point for completing the task i stead of B (its all about motivation ;-)

colececil commented 1 month ago

@DerBauch78, I'm also hoping to eventually have a HA dashboard like you are describing. I hadn't heard of Flatastic before, but their "Chores" page looks pretty similar to what I was envisioning! I'd even thought about a similar points system for motivation. 🙂

I'm not sure if @bmcclure plans to eventually build a dashboard like that or not in ha-chore-helper, but even if not, the "Owners" feature described in this issue should at least enable a similar dashboard to be built on top of it.