inou/tools
James 6ba57df6ae refactor: clean up reference data and remove rate limiting
Reference data simplification (choke point pattern):
- Remove RefSave/RefDelete from lib (import-time only, not runtime)
- Remove LabTestSave*, LabRefSave* from lib/lab_reference.go
- Remove PopulateReferences (LLM-based ref generation)
- Keep only RefQuery() for runtime reads
- Import tools handle their own SQL inserts

Rate limiting removed:
- Delete new_signups table and all rate limit code
- Solved via different approach (not in codebase)

Database consolidation (on staging):
- Moved genotypes table (30K SNPs) to reference.db
- Deleted empty DBs: portal.db, rate_limit.db, snpedia.db, ratelimit.db

Net -293 lines. Runtime code now only reads reference data via RefQuery().

Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
2026-02-11 01:20:18 -05:00
..
dbquery refactor: complete RBAC redesign with hierarchical permissions 2026-02-11 00:06:02 -05:00
decrypt Initial commit 2026-02-01 02:43:27 -05:00
fips-check Initial commit 2026-02-01 02:43:27 -05:00
fix-jane Initial commit 2026-02-01 02:43:27 -05:00
grant Initial commit 2026-02-01 02:43:27 -05:00
import-caliper refactor: clean up reference data and remove rate limiting 2026-02-11 01:20:18 -05:00