manolkalinov / pomodairo

Automatically exported from code.google.com/p/pomodairo
0 stars 0 forks source link

Todoist.com integration #44

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Todoist.com integration would be very nice. I use it a lot for small and big 
tasks but it's not so good for pomodoro technique because it lacks features 
that pomodairo has. 

I imagine it that way
1. in todoist.com i make project Pomodairo
2. inside of that project i make two subprojects: todo now, backlog
3. I add tasks to backlog and todo now.
4. Pomodairo gets tasks from todo now
5. I can move tasks from backlog to todo now (this is implemented in 
todoist.com)

Original issue reported on code.google.com by pan.z...@gmail.com on 15 Mar 2010 at 7:23

GoogleCodeExporter commented 9 years ago
I'd love hiveminder.com support as well.  A more extensible solution may be 
ability to call a local command that outputs tasks in a prescribed format.

Easiest to implement on the pomodairo side would probably be some mechanism for 
an external program to trigger pomodairo to requery the db while still running. 
 I make extensive use of the hiveminder API via custom scripts and could easily 
have my scripts update information in the sqlite db and then tell pomodairo to 
refresh it's view of the db.

Original comment by mg...@linode.com on 10 Nov 2010 at 3:24

GoogleCodeExporter commented 9 years ago
I think this change could be best implemented by having the pomodoro app pass 
values (task name) to the hook scripts. Then, users would be able to do 
whatever integration they wanted with it.

Original comment by Andrew.M...@gmail.com on 20 Jul 2011 at 6:50