Commit Graph

8 Commits

Author SHA1 Message Date
Первов Артем
b60c4ee0ed Add file attachment functionality for equipment management
- Introduced DTO for file attachments with metadata (objectKey, originalFileName, contentType, sizeBytes, downloadUrl).
- Updated Equipment DTO to include an optional attachment field.
- Implemented endpoints for uploading and deleting equipment attachments.
- Enhanced Equipment service to handle file storage and retrieval using S3.
- Updated EquipmentEdit, EquipmentList, and EquipmentShow components to support file attachment input and display.
- Configured S3 settings in docker-compose and environment files.
2026-04-21 00:46:17 +03:00
MaKarin
873550ae9b update db-seed 2026-04-04 10:07:10 +03:00
MaKarin
1a8fd94858 implement db-seed 2026-04-04 10:04:47 +03:00
MaKarin
df2797fe7d fix docker-compose.yml 2026-04-04 09:17:30 +03:00
MaKarin
f0fdd8bdde update docker-compose.yml 2026-04-04 09:12:51 +03:00
MaKarin
8a578baac0 update docker-compose.yml 2026-04-03 22:06:47 -07:00
MaKarin
cec42f08d0 init equipment & change-status 2026-04-03 21:45:13 -07:00
MaKarin
c89c23fd1d git init 2026-04-03 20:54:37 +03:00