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).
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).