Commit Graph

5 Commits

Author SHA1 Message Date
Первов Артем
ad245db29f Refactor ChangeEquipmentStatus forms to include new fields
- Added a text input for "Номер" in both ChangeEquipmentStatusCreate and ChangeEquipmentStatusEdit components.
- Rearranged the order of fields in the forms for better user experience.
- Included the StatusChangeAttachmentsInput component to handle file attachments in both forms.
2026-04-21 12:50:55 +03:00
Первов Артем
48c61cc2e5 Enhance attachment display in ChangeEquipmentStatusList
- Added a new component, StatusChangeAttachmentLink, to render file attachments in the ChangeEquipmentStatusList.
- Updated the rendering logic to display up to three attachment links with a count of additional attachments if more than three exist.
- Improved the overall user interface for better visibility of file attachments related to equipment status changes.
2026-04-21 12:36:53 +03:00
Первов Артем
b1aefae2fa Add support for file attachments in equipment status changes
- Introduced functionality for uploading and managing attachments in the ChangeEquipmentStatus module.
- Added new endpoints for uploading and deleting attachments, as well as for downloading them.
- Updated the ChangeEquipmentStatusService to handle attachment storage and retrieval using the new storage service methods.
- Enhanced the ChangeEquipmentStatusEdit and ChangeEquipmentStatusShow components to support attachment input and display.
- Removed deprecated attachment handling from Equipment module to streamline functionality.
- Updated Prisma schema to reflect changes in attachment management.
2026-04-21 12:19:49 +03:00
MaKarin
60e07e9c6e add createbutton on ListPage 2026-04-04 10:19:22 +03:00
MaKarin
cec42f08d0 init equipment & change-status 2026-04-03 21:45:13 -07:00