We need a comprehensive, up-to-date checklist of all code that still needs refactoring to use the Active Record pattern. An existing conversion plan lives at apps/web/src/models/active-record-conversion.md (created 2026-03-02). Our job is to verify whether that plan is still current, identify any gaps (new tables, new files), and produce a single authoritative checklist suitable for handing off to Kindling.
- Active Record library:
apps/web/src/lib/active-record/(baseRecord,Collection,Relationclasses) - Secure layer:
apps/web/src/models/base/secure-record.ts(addsSecureModel+SecureCollectionwith auto-scoping, permissions, FK ownership validation)