Todolists

This module allows for the creation of todolists, with priorities order, clickable tasks to delete and configurable access.


Generate a new list

/todolist-generate <title> [role_1]...[role_5] [member_1]...[member_5]

This command generates an empty todolist with an add button to add tasks.

Generated interface

The role and member parameters are optionnals and allows to set specific role or people that can interact with the generated todolist interface.


Add tasks

Add button

Simply click on the Green button, and this will open a forms where the user can add a set of task in each category.

Example of add form
Example of the previous form resulting tasks

Each priority field is optional, tasks will only be created from non-empty fields.

To add more than one task at once, add a coma , between the tasks.


Complete a task

Click on the associated task button. When a task is completed, the remaining tasks are reorganized to maintain an alphabetic order.

Last updated