inou/portal
James 96fec23e22 refactor: rename prompt to tracker everywhere
- Rename prompts table to trackers
- Rename all Prompt types/functions to Tracker
- Rename prompt_id to tracker_id throughout
- Rename API endpoints /api/prompts -> /api/trackers
- Rename URL paths /dossier/{id}/prompts -> /dossier/{id}/trackers
- Rename template files and references
- Add migration script for schema changes
- Next: implement self-contained entries with metadata
2026-02-09 02:05:17 -05:00
..
bin Initial commit 2026-02-01 02:43:27 -05:00
lang fix: genome query RBAC - use system context for data access 2026-02-07 16:31:17 -05:00
static fix: genome query RBAC - use system context for data access 2026-02-07 16:31:17 -05:00
templates refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
access_log.go Initial commit 2026-02-01 02:43:27 -05:00
api_client.go Initial commit 2026-02-01 02:43:27 -05:00
api_mobile.go refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
api_proxy.go Initial commit 2026-02-01 02:43:27 -05:00
defense.go feat: add Terms of Service page and legal page updates 2026-02-08 04:59:59 -05:00
dossier_sections.go refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
genome.go Initial commit 2026-02-01 02:43:27 -05:00
inou-portal Initial commit 2026-02-01 02:43:27 -05:00
main.go refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
main.go.bak Initial commit 2026-02-01 02:43:27 -05:00
mcp_http.go refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
mcp_tools.go feat: add Terms of Service page and legal page updates 2026-02-08 04:59:59 -05:00
oauth.go Initial commit 2026-02-01 02:43:27 -05:00
portal Initial commit 2026-02-01 02:43:27 -05:00
trackers.go refactor: rename prompt to tracker everywhere 2026-02-09 02:05:17 -05:00
upload.go security: replace empty string bypass with explicit system accessor ID 2026-02-07 17:20:24 -05:00