Skip to content

edchat/dojo-todo-app

This branch is up to date with cjolif/dojo-todo-app:master.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

1e026ee · Mar 25, 2013
Mar 5, 2013
Mar 6, 2013
Mar 7, 2013
Jul 3, 2012
Mar 7, 2013
Jul 2, 2012
Mar 6, 2013
Mar 6, 2013
Feb 25, 2013
Nov 19, 2012
Nov 22, 2011
May 21, 2012
Mar 7, 2013
Mar 25, 2013
Jul 18, 2012
Mar 5, 2013
Jul 18, 2012

Repository files navigation

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

About

Dojo ToDo App

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.4%
  • Perl 20.2%
  • Racket 3.4%