nathanleiby / drum-break

Drum training tool
https://drumbreak.nathanleiby.me/
0 stars 0 forks source link

Store user's `score` history #1

Open nathanleiby opened 2 weeks ago

nathanleiby commented 2 weeks ago

Reason: want to collect data over time to permit longitudinal analysis.

Want to emit minimal useful data: score, BPM, loop_id, datetime

First pass is to write these anywhere. I've started here: https://github.com/nathanleiby/drum-break/commit/16b22397be38c79a9f68e13faeb25f14957531ae

Related: