ipygee.task
he task manager widget and functionalitites.
Module Contents
-
class ipygee.task.TaskManager[source]
Bases: ipyvuetify.Flex, ipygee.sidecar.HasSideCar
Initialize the widget.
-
get_tasks()[source]
Create the list of tasks from the current user.
- Return type:
List[ipyvuetify.ListItem]
-
on_reload(*args)[source]
Reload the list of tasks.
-
sidecar_title = 'Tasks'[source]
The title of the sidecar
-
w_card: ipyvuetify.Card[source]
The card hosting the list of tasks
-
w_list: ipyvuetify.List[source]
The list of tasks displayed in the Task manager
-
w_reload: ipyvuetify.Btn[source]
The reload btn at the top of the Task manager
-
w_search: ipyvuetify.Btn[source]
The search button to crowl into the existing tasks
-
ipygee.task.DATE_FORMAT = '%Y-%m-%dT%H:%M:%S.%fZ'[source]
-
ipygee.task.ICON_STATUS[source]
-
ipygee.task.ICON_TYPE[source]