As a learning project for myself, I'm adding incremental enhancements
to the ToDo app, which could lead to further tutorial chapters:

1. 'Due Date' and reset via datepicker.js, with countdown and warning
color when past due.

2. 'Tagging' (many-to-many) with editing, filtering, addition, and
removal.

3. 'Sorting by Due Date' and back to 'by Priority'.

4. 'Date Completed' when 'Done' is checked, and undo of 'Done' status
with consequent date nullification.

5. 'Deletion of Records' and cascading dependencies.

6. 'Admin Interface' with SuperUser who can delete any records or user
and dependent records.

Based on experience, it seems a shame for others to have to suffer
through the old java Date, Calendar, and other time manipulation
classes, so it would be nice to be able to integrate Joda and Scala-
Time into Lift, but I'm not that advanced.

These elements cover many of the main attributes of practical webapps,
and I'm sure many group members have explored them already.

I've got a few of these elements partially working, but I don't
necessarily want to clog up the group if this is not the place to
share information -- is the wiki better?

Thanks for all your hard work, David -- there's a lot to chew on in
Lift!

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Lift" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/liftweb?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to