#22: Consider lazy session initialization
-----------------------------------------+----------------------------------
Reporter: sakhmechet | Owner: sakhmechet
Type: enhancement | Status: new
Priority: low | Milestone: 0.2
Component: weblocks | Version: pre-0.1
Keywords: lazy initialization session |
-----------------------------------------+----------------------------------
Currently when a session is initialized in 'init-user-session', all
widgets are instantiated at once. We should make this process lazy and
instantiate widgets as necessary (perhaps via hooks from the navigation
widget?) Additionally, we should consider freeing hidden widgets for
garbage collecting.
--
Ticket URL: <http://trac.common-lisp.net/cl-weblocks/ticket/22>
cl-weblocks <http://common-lisp.net/project/cl-weblocks>
cl-weblocks
#71: Implement a system for giving random hints/tip-of-the-day message to user
-----------------------------+----------------------------------------------
Reporter: sakhmechet | Owner: sakhmechet
Type: defect | Status: new
Priority: low | Milestone: 0.2
Component: weblocks | Version: pre-0.1
Keywords: hint tip system |
-----------------------------+----------------------------------------------
Implement a system for giving random hints/tip-of-the-day message to user.
Message may include shortcut information, tips about the application, etc.
The system needs to be extensible so that the application as well as the
framework may add tips.
--
Ticket URL: <http://trac.common-lisp.net/cl-weblocks/ticket/71>
cl-weblocks <http://common-lisp.net/project/cl-weblocks>
cl-weblocks