Skip to content

Feature/fix document reupload#74

Merged
Thomasbenissan merged 27 commits intomainfrom
feature/fix-document-reupload
Apr 8, 2026
Merged

Feature/fix document reupload#74
Thomasbenissan merged 27 commits intomainfrom
feature/fix-document-reupload

Conversation

@tiffanyjin39
Copy link
Copy Markdown
Contributor

  • Connect file reupload in edit modal to backend (Supabase Storage + Prisma)
  • Delete old file from storage on reupload
  • Show all viewers on document cards (was capped at 3), make scrollable

calebj04 and others added 27 commits November 18, 2025 11:30
…elation between EmployeeEvaluation and EmployeeEvaluationMetadata
…sting metadata; add TypeScript safety to POST route
@Thomasbenissan
Copy link
Copy Markdown
Collaborator

Great work on this, Tiffany! The reupload flow is solid.

  • Wired file reupload to the backend with proper content-type routing (FormData vs JSON) in PATCH
  • Old files are cleaned up from Supabase Storage on reupload so nothing gets orphaned
  • Document cards now show all viewers with a scrollable container instead of capping at 3

Clean implementation, nice job!

@Thomasbenissan Thomasbenissan merged commit 17fa587 into main Apr 8, 2026
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants