Commit Graph

9 Commits

Author SHA1 Message Date
EENE Dashboard
c93df1ae40 fix: persist uploads on Render disk and show missing file notice
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 23:01:00 +09:00
EENE Dashboard
41feabec04 fix: sync production DB schema for task detail API
Always run prisma db push on Render build and start so milestones/files columns exist for GET /tasks/:id.
2026-06-05 22:23:18 +09:00
EENE Dashboard
1ba312fb42 fix: unblock Render deploy when Prisma migrations fail
Add missing milestones migration and fall back to db push so backend updates deploy successfully.
2026-06-05 22:12:00 +09:00
EENE Dashboard
9abb58e5c8 feat: detail page attachments, preview, and file metadata
Add file displayName/sortOrder APIs, result preview with Excel/video support,
unified attachment/link editing, feedback modal, and AuthProvider fix.
Run prisma migrate deploy on Render builds.

Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-05 18:32:56 +09:00
EENE Dashboard
db511dbf35 fix: prisma generate before build in render
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 14:47:16 +09:00
EENE Dashboard
e7e6f64410 fix: remove prisma db push from build (schema applied via SQL)
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 09:15:27 +09:00
EENE Dashboard
2701975c8d fix: install devDeps for build, relax TS strict
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 09:04:57 +09:00
EENE Dashboard
aa03542916 Add prisma db push to Render build command
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-06-01 08:51:49 +09:00
EENE Dashboard
22366dde72 Initial commit - EENE Dashboard
Co-authored-by: Cursor <cursoragent@cursor.com>
2026-05-29 18:07:10 +09:00