Overview
Summary
Contact
Donate
Imprint
Prompt for the
WeatherLayerView
Please create a React-JS view called "WeatherLayerView" for the fields of the WeatherLayer entity. The WeatherLayerView must contain the following fields: - name: Description type: STRING - name: EnabledForPlans type: STRING - name: LayerType type: STRING - name: Name type: STRING An existing WeatherLayer entity should be loaded from the relative URL: "/WeatherLayerService/weatherlayer/{id}" (HTTP-GET) If a new WeatherLayer entity has been created, the new entity should be posted to the relative URL: "/WeatherLayerService/weatherlayer" (HTTP-POST) If an existing WeatherLayer entity has been updated, the modified entity should be sent to the relative URL: "/WeatherLayerService/weatherlayer/{id}" (HTTP-PUT) If an existing WeatherLayer entity has to be deleted, the following relative URL should be called: "/WeatherLayerService/weatherlayer/{id}" (HTTP-DELETE) Add a HTML table to the view with the following MapViewWeatherLayer columns: - column: MapViewSession - column: WeatherLayer - column: Visible The table should have the title "MapViewWeatherLayers" und the data must be loaded from the server with the following relative URL: "/UserAccountService/mapviewweatherlayer/weatherlayer/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint