Hi Guys,
I'm trying to modify http://www.mytinytodo.net/ to integrate it into an app I'm developing. Unfortunately my jQuery/AJAX ability is rubbish at best.
I want to do two things:
1) Tasks to be placed into a parent div depending on due date class. For example, tasks that have already gone past their duedate are placed inside 'expired' div. Tasks that are due in the future are placed in 'future' div. And tasks that have no set due date or due date is today are placed in 'today' div.
I know I need to make some changes around line 113 of the ajax.js
file but I'm stumped.
2) My application is running under a login system that uses session identifiers. I want to setup My Tiny TodyList to use that system so that normal users can see public and their own todolist, whereas admins can see public and every user's todolist. I tried to simply create a new field in the mttl table that represents the userid linked to a hidden input box that stores that id but that didn't work.`
Any pointers would be greatly appreciated.
Rich