tech-debt: Dropzone upload path consistency and error handling #331

Open
opened 2026-05-31 14:30:12 +00:00 by jmiller · 0 comments
Owner

Summary

File upload (dropzone) path consistency and error handling.

Status (audited 2026-06-28)

Relative path consistency — FIXED

  • web_src/js/features/dropzone.ts:38 - should use relative path for consistency now uses relative paths

Remaining

  • web_src/js/features/dropzone.ts:149 - TODO: if listing existing attachments failed (unhandled error)
  • web_src/js/features/comp/EditorUpload.ts:33 - FIXME: file does not satisfy DropzoneFile

Action Required

Add error handling for attachment listing failures. Fix DropzoneFile type mismatch.


Created by Claude Opus 4.6

## Summary File upload (dropzone) path consistency and error handling. ## Status (audited 2026-06-28) ### ~~Relative path consistency~~ — FIXED - ~~`web_src/js/features/dropzone.ts:38` - should use relative path for consistency~~ ✅ now uses relative paths ### Remaining - `web_src/js/features/dropzone.ts:149` - TODO: if listing existing attachments failed (unhandled error) - `web_src/js/features/comp/EditorUpload.ts:33` - FIXME: file does not satisfy DropzoneFile ## Action Required Add error handling for attachment listing failures. Fix DropzoneFile type mismatch. --- *Created by Claude Opus 4.6*
jmiller added the tech-debtupstream labels 2026-05-31 14:30:12 +00:00
Sign in to join this conversation.