multica/server
yushen 15f96468be feat(upload): add attachment table for tracking uploaded files
- Add attachment table with workspace/issue/comment associations
- Upload handler creates attachment record when workspace context exists
- Add GET /api/issues/{id}/attachments and DELETE /api/attachments/{id}
- Frontend passes issueId context during uploads for tracking
- Add Attachment type, listAttachments, deleteAttachment to API client

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-31 15:29:41 +08:00
..
cmd feat(upload): add attachment table for tracking uploaded files 2026-03-31 15:29:41 +08:00
internal feat(upload): add attachment table for tracking uploaded files 2026-03-31 15:29:41 +08:00
migrations feat(upload): add attachment table for tracking uploaded files 2026-03-31 15:29:41 +08:00
pkg feat(upload): add attachment table for tracking uploaded files 2026-03-31 15:29:41 +08:00
go.mod fix(upload): add file type/size validation, Content-Disposition header 2026-03-31 14:55:27 +08:00
go.sum feat(upload): add file upload API with S3 + CloudFront signed cookies 2026-03-31 14:41:17 +08:00
sqlc.yaml feat: pivot to AI-native task management platform (#232) 2026-03-20 17:55:49 +08:00