Selected Work

Data dashboard case study

Positive Grid Spark Sales Dashboard

A data dashboard tracking Positive Grid Spark amplifier preorder volume and estimated revenue.

This one is old by this site’s standards, a 2021 Python Dash app for watching public preorder numbers for the Positive Grid Spark amplifier. It was a small thing: a data pipeline feeding an interactive Plotly dashboard, built mostly because I wanted to watch a launch happen in something more useful than a spreadsheet I would forget to refresh.

The app read a Google Sheet through a service-account credential, pulled the sales_totals worksheet, coerced the counter fields to numbers, and grouped by date. From there it plotted daily totals and estimated revenue as an area chart. Nothing clever, which was the point. The original app ran on Heroku and that deployment has since been retired; what you see below is the same dataset, rebuilt as a static chart for this page.

It is a small example of a pattern I still reach for at a much bigger scale now. Collect a signal, keep its history, and build the narrowest interface you can get away with for actually looking at it.

Interactive trend

Spark sales trend

Daily readings from the Spark preorder counter, grouped by date and visualized across unit volume and estimated revenue.

332 daily points2020-08-16 to 2021-07-14
Latest total225,371
Latest sold222,623
Estimated revenue$48,563,204
Selected viewSold units+129,561 across 332 daily readings
Jul 14, 2021222,623
Sold units rose from 93,062 on Aug 16, 2020 to 222,623 on Jul 14, 2021.