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