BetterFrame/server/src/shared/db
Mitchell R e0941f533d
feat: AbleSign dropdown nav + screens/content/playlists pages
- Sidebar: NavGroup component (details/summary) for AbleSign dropdown
  with Accounts, Screens, Content, Playlists sub-items
- Global screens page (/admin/ablesign/screens) — all screens across
  accounts with Internal/External badge
- Content page — aggregates media files + web apps from all accounts
- Playlists page — shows per-screen playlist items
- Auto-sync screens on account creation
- Internal/External: Internal = created via "Create & Pair" (has
  screenToken, gets entity). External = synced from AbleSign (no token,
  no entity, management-only). Only internal screens become entities.
- Entity creation only on Create & Pair path — not on sync or assign

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-05-27 01:47:17 +02:00
..
config.ts refactor: decommission SQLite + add UUIDv7 PK migration for existing PG 2026-05-26 13:22:29 +02:00
db-adapter.ts refactor: decommission SQLite + add UUIDv7 PK migration for existing PG 2026-05-26 13:22:29 +02:00
init.ts refactor: decommission SQLite + add UUIDv7 PK migration for existing PG 2026-05-26 13:22:29 +02:00
mappers.ts feat: managed entities (read-only) + AbleSign auto-creates entity 2026-05-26 17:08:19 +02:00
migrations-pg.ts fix: move AbleSign migrations to end of array (after UUIDv7 backfill) 2026-05-26 17:28:38 +02:00
pg-adapter.ts refactor: decommission SQLite + add UUIDv7 PK migration for existing PG 2026-05-26 13:22:29 +02:00
repository.ts feat: AbleSign dropdown nav + screens/content/playlists pages 2026-05-27 01:47:17 +02:00
util.ts fix(db): handle PG JSONB as native objects in j() mapper 2026-05-26 01:58:06 +02:00