My Tasks Widget =============== The My Tasks widget displays a list of the user's incomplete tasks. The widget utilizes an HTML file, SQL script and Python script as shown below. Since the tasks list is different for each user, Caching should be set to **each user**. HTML Code --------- Below is the HTML code for the My Tasks widget. As supplied by TouchPoint, the file name is **WidgetTasksHTML**. .. literalinclude:: Files/WidgetTasks.html :linenos: SQL Script ---------- Below is the SQL script for the My Tasks widget. As supplied by TouchPoint, the file name is **WidgetTasksSQL**. .. literalinclude:: Files/WidgetTasks.sql :linenos: Python Script ------------- Below is the Python script for the My Tasks widget. As supplied by TouchPoint, the file name is **WidgetTasksPython**. .. literalinclude:: Files/WidgetTasks.py :linenos: | | +--------------------+------------------+ | **Latest Update** | **04/30/2020** | +--------------------+------------------+ Added this article.