Overview
Summary
Contact
Donate
Imprint
Prompt for the
SpectrumBandView
Please create a React-JS view called "SpectrumBandView" for the fields of the SpectrumBand entity. The SpectrumBandView must contain the following fields: - name: DuplexMode type: STRING - name: FrequencyRangeMhz type: STRING - name: Name type: STRING An existing SpectrumBand entity should be loaded from the relative URL: "/NetworkTechnologyService/spectrumband/{id}" (HTTP-GET) If a new SpectrumBand entity has been created, the new entity should be posted to the relative URL: "/NetworkTechnologyService/spectrumband" (HTTP-POST) If an existing SpectrumBand entity has been updated, the modified entity should be sent to the relative URL: "/NetworkTechnologyService/spectrumband/{id}" (HTTP-PUT) If an existing SpectrumBand entity has to be deleted, the following relative URL should be called: "/NetworkTechnologyService/spectrumband/{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/spectrumband/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint