Zac Gaetano zgaetano · He/Him
  • Joined on 2026-03-31
zgaetano closed issue WildDragonLLC/dragonflight#141 2026-05-26 22:06:42 -04:00
UX: Settings inputs not wrapped in form — no Enter key or native validation
zgaetano closed issue WildDragonLLC/dragonflight#142 2026-05-26 22:06:37 -04:00
UX: No sidebar collapse/expand toggle button
zgaetano pushed to main at WildDragonLLC/dragonflight 2026-05-26 22:06:25 -04:00
04ce096e67 chore: 1.2 ship-prep sweep — close 38 issues
zgaetano closed issue WildDragonLLC/dragonflight#128 2026-05-26 22:03:26 -04:00
Tracker: 2026-05-26 audit session — 27 bugs logged (#100-#127)
zgaetano closed issue WildDragonLLC/dragonflight#40 2026-05-26 22:03:21 -04:00
[High] All projects rail item never clears openProject filter
zgaetano closed issue WildDragonLLC/dragonflight#49 2026-05-26 22:03:11 -04:00
[Low] Project context menu missing contextmenu/scroll dismiss handlers
zgaetano closed issue WildDragonLLC/dragonflight#50 2026-05-26 22:03:05 -04:00
[Low] Project grid cards have no right-click context menu
zgaetano closed issue WildDragonLLC/dragonflight#55 2026-05-26 22:02:13 -04:00
[Low] Recorder polling spams 401s on unauthenticated tabs
zgaetano closed issue WildDragonLLC/dragonflight#58 2026-05-26 22:01:40 -04:00
Filmstrip dispaly only works for clips that are ingested
zgaetano closed issue WildDragonLLC/dragonflight#60 2026-05-26 22:01:29 -04:00
BUG: Asset copy duplicates proxy+thumbnail S3 refs — no S3 copy done
zgaetano closed issue WildDragonLLC/dragonflight#61 2026-05-26 22:01:15 -04:00
BUG: S3 proxy client export breaks when s3Client is rebuilt
zgaetano closed issue WildDragonLLC/dragonflight#63 2026-05-26 22:01:02 -04:00
BUG: POST /assets with status=live asset already existing: captures registered as processing overwrite the live asset
zgaetano closed issue WildDragonLLC/dragonflight#64 2026-05-26 22:00:47 -04:00
BUG: POST /assets body param sourceType, needsProxy documented but unused
zgaetano closed issue WildDragonLLC/dragonflight#66 2026-05-26 22:00:37 -04:00
BUG: POST /assets/:id/mark-empty requires status=live — but capture shutdown may pass wrong assetId
zgaetano closed issue WildDragonLLC/dragonflight#68 2026-05-26 22:00:23 -04:00
BUG: GET /upload route missing — upload.js has no list endpoint, frontend may 404
zgaetano closed issue WildDragonLLC/dragonflight#73 2026-05-26 22:00:14 -04:00
BUG: BullMQ orphan jobs remain when asset row is deleted — no GC for dangling jobs
zgaetano closed issue WildDragonLLC/dragonflight#74 2026-05-26 21:59:59 -04:00
BUG: Upload POST /part uses upload.single('file') but nginx strips Content-Type for multipart — multer may misparse
zgaetano closed issue WildDragonLLC/dragonflight#90 2026-05-26 21:58:57 -04:00
BUG: Batch-trim DB jobs row is orphaned — no status lifecycle, job_type enum is stale
zgaetano closed issue WildDragonLLC/dragonflight#70 2026-05-26 21:58:50 -04:00
BUG: POST /assets/batch-trim creates jobs table row with wrong job_type — no matching pg_enum value
zgaetano closed issue WildDragonLLC/dragonflight#75 2026-05-26 21:58:45 -04:00
BUG: job_type and job_status enums don't match — jobs.js DB table uses job_type ENUM with missing values