Ajax Todo list

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

  1. Make the list beautiful
  2. 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
  3. 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
  4. Must be light and FAST
  5. 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

Version Downloads Date Links
6.x-1.0-beta4 tar.gz (15.5 KB) | zip (18.03 KB) 2011-Jul-08 Notes

Development releases

Version Downloads Date Links
6.x-1.x-dev tar.gz (15.49 KB) | zip (18.03 KB) 2011-Jul-08 Notes

Project Information


Maintainers for Ajax Todo List

  • fizk - 9 commits
    last: 1 year ago, first: 2 years ago

Issues for Ajax Todo List

To avoid duplicates, please search before submitting a new issue.
All issues
Bug reports
nobody click here