Overview
Summary
Contact
Donate
Imprint
Prompt for the
WindLayerView
Please create a React-JS view called "WindLayerView" for the fields of the WindLayer entity. The WindLayerView must contain the following fields: - name: AltitudeKm type: STRING - name: DataSource type: STRING - name: DirectionDegrees type: STRING - name: SpeedMps type: STRING An existing WindLayer entity should be loaded from the relative URL: "/WindLayerService/windlayer/{id}" (HTTP-GET) If a new WindLayer entity has been created, the new entity should be posted to the relative URL: "/WindLayerService/windlayer" (HTTP-POST) If an existing WindLayer entity has been updated, the modified entity should be sent to the relative URL: "/WindLayerService/windlayer/{id}" (HTTP-PUT) If an existing WindLayer entity has to be deleted, the following relative URL should be called: "/WindLayerService/windlayer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following BalloonFlightWindLayer columns: - column: WindLayer - column: AssociationType - column: RelevanceScore - column: BalloonFlight The table should have the title "BalloonFlightWindLayers" und the data must be loaded from the server with the following relative URL: "/ProjectService/balloonflightwindlayer/windlayer/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint