Quartet Log

About

This is a tool for visualizing a personal log of chamber music — mostly string quartets — that you've played. You point it at a Google Sheet (your own log), and it gives you sortable lists by composer, a calendar grid of which days you played, and a small cross-filtered dashboard. The data on display is whatever sheet the current viewer has configured, so this is effectively a different site for every person who uses it.

If you'd like to start logging your own chamber music, follow the How to make a chamber music log instructions — they walk through creating the Google Form and Sheet that this tool reads.

For the longer story behind the project, see this blog post: Data visualization on the go.

What's here

How to use it

The first time you visit, the site asks for the URL of your published Google Sheet — your data, your view. The setup screen links to How to make a chamber music log if you haven't built one yet. Once you've entered the URL, it's saved to your browser's local storage and the data loads automatically on subsequent visits (with a 5-second cache fallback so it stays usable when the network is flaky).

Filters at the top of Home (date range, part, players) work in combination — they apply across every composer tab and the data table at the bottom of each tab. The Calendar and Dashboard views have their own independent date filters.

The hamburger menu in the top-left has Download Data (a CSV export of everything in the current view) and Log Out (clears the saved URL so you can re-enter one). Use Log Out before sharing your screen if you want to keep your data private.

Privacy

The site is a static page hosted on GitHub Pages — there's no backend. Your data lives in two places: the Google Sheet you point at (whose access you control via Google), and your browser's local storage, which caches the parsed CSV between visits and stores the Sheet URL. The browser fetches the CSV directly from Google; nothing is sent to me or any third-party server. Log Out clears the saved URL and the cached data from your browser.

How it's built

The code is open source: github.com/jsundram/musiclog.

A bit of history

I started keeping a Google-Form-to-spreadsheet log of my own quartet sessions in 2016, and the visualizations grew from there — first a simple list of pieces I'd played ordered by composer, then over time the calendar grid, the cross-filtered dashboard, and many small refinements like name normalization, partial-movement handling, and mobile-friendly layouts.