Overview
Summary
Contact
Donate
Imprint
Prompt for the
StageEngineView
Please create a React-JS view called "StageEngineView" for the fields of the StageEngine entity. The StageEngineView must contain the following fields: - name: EngineCount type: INT - name: RocketEngine type: RocketEngine - name: RocketStage type: RocketStage - name: Role type: STRING The data source for the [RocketStage] select control should be loaded from the relative URL: "/LaunchVehicleService/rocketstage" (HTTP-GET) The data source for the [RocketEngine] select control should be loaded from the relative URL: "/ShipRoleService/rocketengine" (HTTP-GET) An existing StageEngine entity should be loaded from the relative URL: "/ShipRoleService/stageengine/{id}" (HTTP-GET) If a new StageEngine entity has been created, the new entity should be posted to the relative URL: "/ShipRoleService/stageengine" (HTTP-POST) If an existing StageEngine entity has been updated, the modified entity should be sent to the relative URL: "/ShipRoleService/stageengine/{id}" (HTTP-PUT) If an existing StageEngine entity has to be deleted, the following relative URL should be called: "/ShipRoleService/stageengine/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint