This Repo contains a shiny app that accesses a shared Google Sheet to create a timeline plot of a To-Do List.
The example App is deployed at my shinyapps.io page. The underlying Google Sheet can be viewed (but not changed) here.
Here is a screenshot of the App from Apr. 13th, 2023:
The light green trace is always at the system date, so it should usually show "today".
The projects and taks will be sorted by their end-date (aka deadline), with projects having the a task end next being on top, and the ones that still have more time available at the bottom of the plot. The tasks in the table below are sorted by their deadline, regardless of what project they belong to.
So far, I have not added any documentation, so basic knowledge on R and Shiny Apps is required. The App makes heavy use of the vistime package.
Have fun with it, and drop me a message via the issues page in case you run into problems.