By z_hyperion on
I'm planning to make a to do list application based on drupal with a simple scheduler... (time, date due)
I'm wondering, could I make it use jquery and mootools with a scheduler..
and then turn off all the other modules. this to do list app will allow a user to select 'in progress', 'done', 'pending', etc.. per list.
I'm not sure where to start, like should I just use the Blog module and make comments to whether something is done or not.. then how to make it list everything in one page.
The goal is to make it simple and light.Now I'm wondering what to use to make it database-based, and use some sort of AJAX fancy graphics and stuff.
Comments
=-=
have you investigated the todolist.module in the downloads area ?
as far as what content type to use, I'd consider using your own content type, using CCK.module. Also in the downloads area.
lists are created using taxonomy.module (part of core) and categorizing your content. you can expand on this by using the views.module in the downloads area.
Also not that jQuery is the javascript library drupal uses in core. I've seen sites that rip out jQuery and use mootools, but I've not come across a site that uses both.
Agree - Check out
Agree - Check out http://drupal.org/project/todolist