Please take a look at myTinyTodo before using this module.
A To Do list that pulls your data and saves your data via AJAX.
What is AJAX?
Ajax (shorthand for asynchronous JavaScript and XML) is a group of interrelated web development techniques used on the client-side to create interactive web applications. With Ajax, web applications can retrieve data from the server asynchronously in the background without interfering with the display and behavior of the existing page. The use of Ajax techniques has led to an increase in interactive or dynamic interfaces on web pages. -- Wikipedia
Huh?
Using AJAX allows you to save your TODO list items without refreshing the page. It's quick and easy!
Initial version based on
http://www.hesswebservices.com/download_scripts/TodoV1/
http://www.codepost.org/view/120
Although the Tasklist module may be similar, there is no port for Drupal 6.x, and there is no active maintainer.
Initial TODO list for Ajax Todo.... :P
- Make the list beautiful
- http://www.blogflaunt.com/projects/images/ajax-todo-list-mockup.jpg
- iGoogle To Do list: http://img638.imageshack.us/img638/8378/igoogle.png
- Proper use of CSS and theme() to allow easy customization
- jQuery UI - Sortable
- Add more functionality
- Prioritize items: #721570: Prioritizing
- Stick to the page it was created on
- Float across the entire site
- Multiple todo lists
- Import and Export in CSV format (comma-separated list)
- Copy/paste to create a list automatically for you
- Autosuggest ways to help finish your task (this would be very innovative!)
- Use Rules so that events can be fired when the list is changed/created/deleted/etc.
- Views integration
- Flexible security
- Permission by user/role
- Fine grain control: view own lists, view other lists, create lists, create items, delete own items, delete other items, delete own lists, delete other lists
- Must be light and FAST
- Must solve the C10k problem: http://www.kegel.com/c10k.html
Design Goals
- Strive to have the issue queue be > 50% feature requests, not bugs.
- Database independent. Should work on MySQL and PostgreSQL.
- "I installed Drupal just to get that crazy Todo list!"
- Have fun with it!
Development is sponsored by Patch Party! and TinymceSupport.com
Downloads
Recommended releases
Development releases
Project Information
- Maintenance status: Actively maintained
- Development status: Under active development
- Reported installs: 25 sites currently report using this module. View usage statistics.
- Downloads: 1,567
- Last modified: May 11, 2012
