multica/apps/web/features
yushen 4036d64996 fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation
- Use google/uuid NewV7() for attachment ID and S3 file key instead of
  random hex, so the S3 object name matches the attachment record ID
- Add LinkAttachmentsToIssue query to associate orphaned attachments
  with a newly created issue
- Pass attachment_ids in CreateIssue request so uploads during issue
  creation (before the issue exists) get linked after commit
- Collect and pass attachment IDs in comment-input and reply-input
  so comment creation properly links uploaded files

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-04-05 07:55:17 +08:00
..
auth feat(web): redirect logged-in users from / to /issues via server-side proxy 2026-04-01 18:20:57 +08:00
editor docs(editor): annotate key files with design decisions and pitfalls 2026-04-03 11:21:54 +08:00
inbox fix(inbox): archive all items for the same issue instead of just one 2026-04-04 00:18:14 +08:00
issues fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
landing docs(web): add v0.1.6 changelog entry (#391) 2026-04-03 16:39:56 +08:00
modals fix(attachment): use UUIDv7 as S3 key and link attachments on issue/comment creation 2026-04-05 07:55:17 +08:00
my-issues feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
navigation feat(ui): route persistence, sidebar active fix, header spacing 2026-03-26 10:57:32 +08:00
realtime Merge pull request #347 from multica-ai/agent/naiyuan-agent/00dfb0e6 2026-04-02 18:17:07 +08:00
runtimes feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
skills feat(web): add skeleton loading, error toasts, and confirmation dialogs 2026-04-02 16:46:56 +08:00
workspace feat(agent): replace hard delete with archive/restore (#346) 2026-04-02 17:33:52 +08:00