Difference between revisions of "OwncloudTasksOnPebble"

From Technologia Incognita
Jump to: navigation, search
(Created page with "{{Project |picture=pebble-tasks.jpg |ProjectSkills=programming |ProjectStatus=Active |ProjectNiche=Software |ProjectPurpose=Fun }} Goal: View ownCloud tasks on Pebble watch L...")
 
(wish list owncloud tasks on pebble)
Line 8: Line 8:
 
Goal: View ownCloud tasks on Pebble watch
 
Goal: View ownCloud tasks on Pebble watch
  
Later: Be able to mark tasks as done
+
Link to git when prototype is done
 +
 
 +
== First version ==
 +
 
 +
* Present owncloud tasks on server on web (python script to parse ical and present as json)
 +
* Pebble should make secure connection with this API
 +
* First present the task lists
 +
* After selection present tasks of that list
 +
* After selecting the task, show details of task
 +
 
 +
== Later versions ==
 +
* Phone gets owncloud tasks in ical format and converts it to json (need to figure out how to login to owncloud and how to program this)
 +
* Store tasks local (get tasks from server, otherwise get local copy)
 +
* Be able to choose owncloud server via pebble settings
 +
* Send alerts for task deadlines
 +
* Mark tasks as done / to-do
 +
* Subscribe to selection of task lists

Revision as of 17:59, 3 December 2015

Projects
Pebble-tasks.jpg
Participants Madeddie, Narya
Skills programming
Status Active
Niche Software
Purpose Fun

Goal: View ownCloud tasks on Pebble watch

Link to git when prototype is done

First version

  • Present owncloud tasks on server on web (python script to parse ical and present as json)
  • Pebble should make secure connection with this API
  • First present the task lists
  • After selection present tasks of that list
  • After selecting the task, show details of task

Later versions

  • Phone gets owncloud tasks in ical format and converts it to json (need to figure out how to login to owncloud and how to program this)
  • Store tasks local (get tasks from server, otherwise get local copy)
  • Be able to choose owncloud server via pebble settings
  • Send alerts for task deadlines
  • Mark tasks as done / to-do
  • Subscribe to selection of task lists