This folder is a GitHub Pages-ready Phase 1 template for CAID.
- publishes a sanitized public export of Sheet1
- provides a searchable incident table
- provides clickable record-level detail pages
- uses a static JSON data source
index.html— public dataset tableincident/incident.html— detail pageassets/style.css— presentationassets/script.js— table filtering and navigationassets/incident.js— detail page renderingdata/incidents.json— public exportdata/incidents.csv— public exportexport_public_dataset.py— regenerate public data from the private workbook
- Create a repo named
caid - Upload these files
- Go to Settings → Pages
- Choose Deploy from a branch
- Select
mainand/root - Visit
https://<your-username>.github.io/caid/
Only the public JSON / CSV export should be committed. The private master workbook should remain outside the public repository.