-
Notifications
You must be signed in to change notification settings - Fork 15
/
Copy pathREADME
executable file
·45 lines (33 loc) · 1.91 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
-------------------------------------------------------------------------------
To Do Application - This is a ToDo sample application based on dojox/app, dojox/mobile & dojox/mvc modules
-------------------------------------------------------------------------------
Authors: Christophe Jolif, Eric Wang, Ed Chatelain, Chris Mitchell
-------------------------------------------------------------------------------
Demo description
This demonstrates how dojox/app, dojox/mobile & dojox/mvc can be used
together to create a real application.
-------------------------------------------------------------------------------
Dependencies:
Dojo
dojox/mobile
dojox/app
dojox/mvc
-------------------------------------------------------------------------------
Installation instructions
Simply run the included demo.html
To build, use the supplied demo.profile.js as your profileFile
-------------------------------------------------------------------------------
If you are using this project from github when doing a checkout you will want
to put it in the demos directory and use the name "todoApp",
if a different directory name is used the themes will not work correctly.
-------------------------------------------------------------------------------
Known Limitations:
1) 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:
a) Notification Backend to check/send the reminders on a date.
b) No local/offline background timer process available--might be able to do this with Phonegap.
c) Check-in/location checking mechanism/backend (plus 1 above)
For now, these features are no-op'd
2) The items and lists are only saved in memory, so if the browser is refreshed your updates are lost.
-------------------------------------------------------------------------------
@rank:194 @categories:mobile