You can manage all sorts of to-do items using TaskManager. The module is suitable for development work or for shop management work. For instance, suppose a developer has to add a dynamic widget to a template file.
The tasks could be described like this:
- - Create temporary template file with addBlock statement and set data using the setData() function for the widget accordingly;
- - Test
- - Implement inside actual template
Of course, the widgets can also be used inside CMS pages. Or more specifically are originally meant for CMS pages. For those the task descriptions could look like:
- - Create widget XXX in CMS page.
The developer would then see these tasks when he opens Magento, and can easily tick them as completed when done.
