cjolif / dojo-todo-app

Dojo ToDo App
Other
28 stars 15 forks source link

Remind Me Settings are no-op'd #64

Closed ccmitchellusa closed 12 years ago

ccmitchellusa commented 12 years ago

This app is really only usable for tracking to do's, because all of the Reminder functions are no-op'd due to limitations.

It's not possible to properly implement the Remind me settings without:

1) Notification Backend to check/send the reminders on a date.
2) No local/offline background timer process available--might be able to do this with Phonegap. 2) Check-in/location checking mechanism/backend (plus 1 above)

For now, these features are no-op'd

We could consider Send Email option with PHP backend, or look into phone gap solution for timer events.

For now, we need to document these known limitations in the README. Hooks should be clearly documented in the code for where the calls for these functions should be made (if someone wanted to implement the backend or a native shell to provide the full set of features shown in the app).

cjolif commented 12 years ago

See #20

cjolif commented 12 years ago

The README has been updated, the implementation part will be tracked part of #20.