1. Add / update a result input
Fill this in whenever you’ve run a test in one of the labs. The log is deduped on (category, label) — so editing the same combo just overwrites the card instead of spamming clones.
2. Evidence cards log
Each card below is one (category, label) pair with the latest metrics and notes. Use this page live in a room, or export the JSON into a paper appendix / code repo.
3. Import / export JSON
This stays local to the device via browser storage. Use export/import if you want the same log on both phones, or to drop into your QDS repo.
Copy this into QDS_EVIDENCE_LOG.json or paste into a paper appendix.
It’s deliberately simple: one flat array of entries.
Expected shape: [{ category, label, status, kernel, metrics, notes, key, updatedAt }].
Import will replace the current log on this device.