Difference between revisions of "OwncloudTasksOnPebble"
(Created page with "{{Project |picture=pebble-tasks.jpg |ProjectSkills=programming |ProjectStatus=Active |ProjectNiche=Software |ProjectPurpose=Fun }} Goal: View ownCloud tasks on Pebble watch L...") |
m (ok ok, not dead, but dormant) |
||
(6 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|picture=pebble-tasks.jpg | |picture=pebble-tasks.jpg | ||
|ProjectSkills=programming | |ProjectSkills=programming | ||
− | |ProjectStatus= | + | |ProjectStatus=Dormant |
|ProjectNiche=Software | |ProjectNiche=Software | ||
|ProjectPurpose=Fun | |ProjectPurpose=Fun | ||
Line 8: | Line 8: | ||
Goal: View ownCloud tasks on Pebble watch | Goal: View ownCloud tasks on Pebble watch | ||
− | Later | + | 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) (''partly done'') | ||
+ | * Pebble should make secure connection with this API | ||
+ | * First present the task lists (subtitle contains nr of tasks and perhaps nr of high priority tasks) (''to do next'') | ||
+ | * After selection, present tasks of that list (task title, subtitle: deadline and/or priority) (''works'') | ||
+ | * After selecting the task, show details of task (''works'') | ||
+ | |||
+ | == 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 |
Latest revision as of 00:37, 29 March 2019
Projects | |
---|---|
Participants | Madeddie, Narya |
Skills | programming |
Status | Dormant |
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) (partly done)
- Pebble should make secure connection with this API
- First present the task lists (subtitle contains nr of tasks and perhaps nr of high priority tasks) (to do next)
- After selection, present tasks of that list (task title, subtitle: deadline and/or priority) (works)
- After selecting the task, show details of task (works)
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