Add a new entry. It will write to PDR_tracker if connected.
Paste the Apps Script Web App URL. Once connected, edits read and write to your sheet directly.
Local-first interface for tracking public disclosure requests for the Unredacted project.
Data sources: when connected to a sheet, data is pulled live from PDR_tracker. Otherwise it lives in your browser.
Daily backup: a time-driven Apps Script trigger runs dailyBackup() once per day, dropping PDR_tracker_YYYY-MM-DD in the same Drive folder.
Setup: see apps_script.gs in the project for the script and step-by-step deployment.