Skip to content

feat: milestone deliverable file upload API (#151) - #163

Merged
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Husten150:feat/milestone-deliverables
Jul 25, 2026
Merged

feat: milestone deliverable file upload API (#151)#163
SudiptaPaul-31 merged 1 commit into
Lumina-eX:mainfrom
Husten150:feat/milestone-deliverables

Conversation

@Husten150

@Husten150 Husten150 commented Jul 24, 2026

Copy link
Copy Markdown
Contributor

Closes #151


See full description in the issue #151

Implement file upload API for milestone deliverables:

- Add 007_milestone_deliverables migration with metadata table
- Add file validation schemas (allowed MIME types, size limits)
- Add AES-256-CBC file encryption utility for secure storage
- Add POST /api/milestones/[id]/deliverables for uploading files
- Add GET /api/milestones/[id]/deliverables for listing deliverables
- Add GET /api/milestones/[id]/deliverables/[id] for file download
- Add DELETE /api/milestones/[id]/deliverables/[id] for file removal
- Update env.example with FILE_ENCRYPTION_KEY and FILE_UPLOAD_DIR
- Add comprehensive test suite

Closes Lumina-eX#151
@drips-wave

drips-wave Bot commented Jul 24, 2026

Copy link
Copy Markdown

@Husten150 Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

@SudiptaPaul-31
SudiptaPaul-31 merged commit 3a29358 into Lumina-eX:main Jul 25, 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.

[Feature]: File Upload API for Milestone Deliverables

2 participants