Overview
Summary
Contact
Donate
Imprint
Prompt for the
NetworkTechnologyView
Please create a React-JS view called "NetworkTechnologyView" for the fields of the NetworkTechnology entity. The NetworkTechnologyView must contain the following fields: - name: MaxThroughputMbitPerSec type: STRING - name: Name type: STRING - name: Standard type: STRING An existing NetworkTechnology entity should be loaded from the relative URL: "/NetworkTechnologyService/networktechnology/{id}" (HTTP-GET) If a new NetworkTechnology entity has been created, the new entity should be posted to the relative URL: "/NetworkTechnologyService/networktechnology" (HTTP-POST) If an existing NetworkTechnology entity has been updated, the modified entity should be sent to the relative URL: "/NetworkTechnologyService/networktechnology/{id}" (HTTP-PUT) If an existing NetworkTechnology entity has to be deleted, the following relative URL should be called: "/NetworkTechnologyService/networktechnology/{id}" (HTTP-DELETE) Add a HTML table to the view with the following GroundStation columns: - column: NetworkTechnology - column: City - column: Name - column: SpectrumBand - column: Latitude - column: Longitude The table should have the title "GroundStations" und the data must be loaded from the server with the following relative URL: "/NetworkTechnologyService/groundstation/networktechnology/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint