Actions
Feature #28138
openBackend - Asset Model (API Design)
Start date:
04/23/2025
Due date:
04/24/2025 (Due in 0 days)
% Done:
0%
Estimated time:
Story Point:
3
Assignees:
Lembur (Hours):
Description
Jira Ticket: https://unicc.atlassian.net/browse/PIC1060-5284
Field | Data Type | M/O | Description |
id | Int | M | |
asset_type | Enum | M | only 4 asset types : Cold Storage , Incinerator, Autoclave, Scale |
manufacturer_id | Int | M | list of manufacturer names from the master manufacturer |
name | Varchar | M | Asset model name |
description | Varchar | O | Description of the asset model |
created_date | timestamp | M | date when the data was initially created in the system |
created_by | Varchar | M | user that created the data |
updated_date | timestamp | M | data of last modified or updated data in the system |
updated_by | Varchar | M | user that updated the data |
Actions