Task Productivity Widget With Checker

I always found commit maps or heatmaps like the ones on GitHub extremely helpful to have a graphical representation of my productivity and to motivate myself to keep my productivity levels up. I was very disappointed to see that none of the task apps on Mac or iPhone/iPad offer a commit or heatmap view, for example in the form of a widget. Therefore, I was planning to build my own productivity solution. Recently, Checker has been updated to support Apple's Shortcut API.

For private and family tasks, I use Apple Reminders mostly because it's free and it lets me collaborate on family tasks with my family members. For work tasks, I use Things 3. This means that I would have to include both sources into my productivity heatmap. I excluded my shopping list, as I don't see ticking off those items as something that reflects my productivity.

Apple Shortcuts supports extracting item numbers and handing over those number values to other apps. Together with Checker supporting the Shortcut API, it's pretty easy to build a shortcut which adds the values for both Apple Reminders as well as Things 3.


Apple Shortcut also offers the ability to create automations. So after completing the shortcut itself, I created an automated execution of the shortcut for every day of the week at 11:55 pm.


The final result is a Checker Widget which displays the added values for finished tasks.


You can find my Shortcut on iCloud.com.