Overview
Summary
Contact
Donate
Imprint
Prompt for the
OrbitShellView
Please create a React-JS view called "OrbitShellView" for the fields of the OrbitShell entity. The OrbitShellView must contain the following fields: - name: AltitudeKm type: DOUBLE - name: InclinationDeg type: DOUBLE - name: NumberOfPlanes type: INT - name: Phase type: STRING - name: SatellitesPerPlane type: INT - name: TotalSatellitesPlanned type: INT An existing OrbitShell entity should be loaded from the relative URL: "/SatelliteService/orbitshell/{id}" (HTTP-GET) If a new OrbitShell entity has been created, the new entity should be posted to the relative URL: "/SatelliteService/orbitshell" (HTTP-POST) If an existing OrbitShell entity has been updated, the modified entity should be sent to the relative URL: "/SatelliteService/orbitshell/{id}" (HTTP-PUT) If an existing OrbitShell entity has to be deleted, the following relative URL should be called: "/SatelliteService/orbitshell/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Satellite columns: - column: MassKg - column: PropulsionType - column: InclinationDeg - column: HeightKm - column: Generation - column: Name - column: OrbitShell - column: Version - column: HasLaserLink - column: MaterialNotes - column: CommunicationCapacityGbit - column: Status - column: SatelliteBatch - column: LaunchDate - column: DeorbitDate The table should have the title "Satellites" und the data must be loaded from the server with the following relative URL: "/SatelliteService/satellite/orbitshell/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint