mirror of
https://github.com/DRYTRIX/TimeTracker.git
synced 2026-05-19 12:50:11 -05:00
b5c65b0ce8
- Add upload_comment_attachment route with file validation - Add download_attachment route for file downloads - Add delete_attachment route with permission checks - Enhance Comment.to_dict() to include attachments array - Support file size limits (10 MB) and type validation - Proper error handling and file cleanup on errors Routes follow existing attachment patterns from projects/clients.