Skip to content

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

New 'task' domain #149

Closed
iantrich opened this issue Feb 14, 2019 · 21 comments
Closed

New 'task' domain #149

iantrich opened this issue Feb 14, 2019 · 21 comments

Comments

@iantrich
Copy link
Member

I would like to propose a new 'task' domain that would be for task related components; e.g. Todoist, Rememberthemilk, our Shopping List, etc.

The calendar domain doesn't quite fit these services.

I plan to swing back around to this idea and try to define some clear requirements and supported features for the domain as a whole.

@balloob
Copy link
Member

balloob commented Feb 14, 2019

Good idea. Then we can also implement syncing with Alexa to do lists 👍

Things that come to mind: Support for different lists. Add, Update, Remove, Clear completed. Move (up/down/indent/unindent?)

@nelsonblaha
Copy link

nelsonblaha commented Feb 14, 2019 via email

@Hedda
Copy link

Hedda commented Feb 15, 2019

Google Keep ( https://keep.google.com ) component would be nice for 'to-do' tasks and 'shopping list' stored on Google Keep.

image

image

There is unfortunately not an official public API for Google Keep in the G Suite yet, but there unofficial clients, like example:

https://github.com/kiwiz/gkeepapi

Google Assistant, including Google Express app and Google Home apps/speakers/displays/hubs, has a default Shopping List feature as well which is (again) stored in the above mentioned Google Keep

https://9to5google.com/2018/10/19/google-assistant-shopping-list-google-keep/

Our family uses the Google Keep shopping list feature through Google Keep/Assistant/Home/Express.

More on Google Keep in wikipedia => https://en.wikipedia.org/wiki/Google_Keep

Another popular online organization app/service based around the core idea of having 'to do' task lists is "Todoist", check out:

https://todoist.com/en

https://todoist.com/features

image

@Data-Monkey
Copy link

I was looking at Trello Board integration.
So far I just include a counter of outstanding tasks (cards) for the day (before the TV can be switched on ....)

@pironic
Copy link

pironic commented May 2, 2019

'been spending some time thinking about this... what about instead of a task domain we make it a checklist_sensor similar to the binary_sensor naming convention. I've been working on a ourgroceries component for a little while but getting myself reacquainted with the codebase makes me think i should migrate the current stand-alone shopping_list component into a shopping_list component that inherits a checklist_sensor domain.

a few things i see existing in the checklist_sensor domain are "tasks" withthe ability to (add/remove/complete/clear-complete/list-all/list-last-x. ) track name and weight. This would allow us to rank each item, or track quantity, along with the name. Each component can chose to use weight or default to a value of 1 ... a Task list could ignore the weight field and set at 1, or use it to display importance and sort order. A shopping list might want the qty of items and use the weight field to track qty. Up to each of the components that way.

anything i'm missing? objections?

EDIT: clarify.

@iantrich
Copy link
Member Author

iantrich commented May 2, 2019

Not all integrations will support all those options, would be my only point. So you'll need a way to track what is supported for each integration. Otherwise it sounds good.

@pergolafabio
Copy link

Just for info, I am using this custom component, working great, but ifttt still needed to say the task ingredient...

Maybe you can pull some ideas...

https://github.com/aFrankLion/hass-google_keep

@iantrich
Copy link
Member Author

@nelsonblaha happened to be looking at this today and it is worth mentioning that with grocy and this grocy-chores-card you can track chores now

@BigCabbage
Copy link

Hi, I'd like to understand the status of this. Is the 'tasks' domain still being pursued, is the new focus more on 'checklist_sensor' or has it been abandoned at all because of non-local alternatives like Grocy or Google Keep?
Reason I ask is that I"m not so keen on keeping my information outside of my own server, and the current shopping lists works just perfect (other than that you can only one of them, the reason for my search leading to this topic).
I'm willing to assist where possible, test if needed etc, but wanted to know the status first as this thread is almost half a year since its last update.....

@pvizeli
Copy link
Member

pvizeli commented Mar 23, 2020

Well, google start to shutdown all public api access. Would be hard to have long term Google Keep integration...

@pironic
Copy link

pironic commented Mar 23, 2020

At last, the tasks domain was just a discussion... although I set out to start working on it, I was pulled in other directions and have not made much progress. If you have the time, contributions would be welcome.

@mrand
Copy link

mrand commented May 1, 2020

In addition the things balloob's outlined that should be services (so they could easily integrate with other list management apps/programs), some higher level stuff to keep in mind: list management.... renaming list, merging lists, exporting lists (JSON?), deleting lists. And maybe user-based stuff... private lists per user, shared lists between users [which might allow for transferring a list between users]. Not sure, which, if any, of those should also be services. Just ideas to keep in mind while architecting.

@fcastilloec
Copy link

As mentioned before, came here when trying to find a way to have multiple lists. The only features that I really would like to see implemented are the ability to search a list, and a way to return all elements of a list.
I mostly use the list with Google Assistant. I like to check if an element is already in the list, or prevent duplicates. I also like to know what's on the list already. I currently have set up my own little server that reads .shopping_list.json to search for elements or just return all elements but I would love to have this implemented directly in Home Assistant.

@ismarslomic
Copy link

My scenario for simplified task list is to have just a few fields:

  1. Title
  2. Due date
  3. Completed (true/false)

My use case is that I have few things in my house that needs to be done once or twice in the year and I would like HA to create those tasks for me and remind me completing them, such as checking the battery on old/non-smart sensors or manually turning on/off the heating cable for main water pipes when its too cold/hot outside.

Not sure if I have any specific suggestions on how to solve this in HA, but just wanted to describe my use case as well

@Hedda
Copy link

Hedda commented Jun 28, 2021

Such lists of 'tasks' could perhaps also be repurposed for one-time and reoccuring household/kids 'chores' like in the "Chore Tracker" made by djbrooks022.

https://www.home-assistant.io/blog/#chore-tracker

https://community.home-assistant.io/t/created-a-chore-tracker-with-points-system-in-home-assistant/316175

https://smarthomepursuits.com/chore-tracking-with-point-system-in-home-assistant/

image

@ismarslomic
Copy link

@Hedda I have been looking at Chore Tracker, but it requires quite a lot setup (custom input_boolean, automation, etc) to get started. Adding, Editing, Removing tasks should be super simple.

So I would rather want an extended version of the https://www.home-assistant.io/integrations/shopping_list/ with following extensions:

  1. possibility to set due date
  2. services for getting list of tasks that are incomplete, overdue, completed

@EyesofBucket
Copy link

Total outsider here, but would todo.txt be a good standard upon which shopping list's backend could be built? Priority, due date, and categorization are all standardized. Cards could have regex filter options such that a given project, +shopping, for example, only shows up on the shopping card and so on.

@elfrinjo
Copy link

I wonder wether there should be a task-domain or maybe some generic list- type|domain|integration (sorry, my HA wording is fuzzy) with customizable colums and more generic services for add, delete, change, etc. rows

@ChipWolf
Copy link

ChipWolf commented Mar 10, 2022

TaskPaper would be a good standard to follow here

@D-side
Copy link

D-side commented Feb 28, 2023

Accidentally posted a largely duplicate topic on the forum with more or less the same suggestion. Only found this thread now. Cross-linking both just in case.

The only key point worth carrying over from there to here is CalDAV actually supporting tasks as an object type separate from events — and that's what I was actually hoping to find as I started digging into this. My intended use case was getting a read-only view of the tasks from Nextcloud Deck, which exports its cards into Nextcloud Tasks, which in turn can be requested over CalDAV.

@allenporter
Copy link

A way I might rephrase that is that rfc5545 support TODO and we have a few implementations (e.g. caldav, local calendar) that can support it). That is also nice since we can also show tasks on calendars easily too.

But just to clarify -- architecture discussions are for technical proposals that are planned to implement, and not necessarily feature requests.

@home-assistant home-assistant locked and limited conversation to collaborators May 11, 2023
@frenck frenck converted this issue into discussion #898 May 11, 2023

This issue was moved to a discussion.

You can continue the conversation there. Go to discussion →

Labels
None yet
Projects
None yet
Development

No branches or pull requests