Hi all, over the weekend I spent a little time setting up a prototype progress tracker alternative to
https://robertsspaceindustries.com/roadmap/progress-tracker/deliverables. It is far from complete, and is currently using a temporary method of both pagination and chart rendering. I intend on implementing infinite scroll, datetime version selection, and analytics directly on each deliverable, among other things. You can use this tool in conjunction with the official PT to get better context while I implement features.
When using the tool, yellow indicates scheduled time that was marked as part-time and green indicates full-time. Don't worry about the height of each horizontal line, it is merely filling the space. Stacked horizontal lines indicate more tasks taking place during that time period. For optimization purposes, I am stitching together some of the times to reduce rendering costs. If you can't make out what a specific deliverable is (especially the Unannounced Content), you can manually go there using
https://robertsspaceindustries.com/roadmap/progress-tracker/deliverables/ + [the displayed slug]. Unfortunately, you cannot currently copy the slug text directly as it is rendered as an image.
You can access the tool while I work on it here:
https://shinytracker.app/tests/database-browser/#/timeline
In addition to the timeline view I'm working on, you can make readonly queries to the database by using the browser link. If you know SQL, it should be straightforward. Many thanks to those of you for following my project over the past year and half.