Overview
Summary
Contact
Donate
Imprint
Prompt for the
BatteryCellFormatView
Please create a React-JS view called "BatteryCellFormatView" for the fields of the BatteryCellFormat entity. The BatteryCellFormatView must contain the following fields: - name: Description type: STRING - name: DiameterMm type: DOUBLE - name: FormatName type: STRING - name: LengthMm type: DOUBLE An existing BatteryCellFormat entity should be loaded from the relative URL: "/BatteryPackService/batterycellformat/{id}" (HTTP-GET) If a new BatteryCellFormat entity has been created, the new entity should be posted to the relative URL: "/BatteryPackService/batterycellformat" (HTTP-POST) If an existing BatteryCellFormat entity has been updated, the modified entity should be sent to the relative URL: "/BatteryPackService/batterycellformat/{id}" (HTTP-PUT) If an existing BatteryCellFormat entity has to be deleted, the following relative URL should be called: "/BatteryPackService/batterycellformat/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BatteryPack columns: - column: NominalVoltageV - column: PackName - column: CoolingType - column: Description - column: BatteryCellFormat - column: CapacityKwh - column: CellCount The table should have the title "BatteryPacks" und the data must be loaded from the server with the following relative URL: "/BatteryPackService/batterypack/batterycellformat/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint