Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
RegionView
Please create a React-JS view called "RegionView" for the fields of the Region entity. The RegionView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Region entity should be loaded from the relative URL: "/LandService/region/{id}" (HTTP-GET) If a new Region entity has been created, the new entity should be posted to the relative URL: "/LandService/region" (HTTP-POST) If an existing Region entity has been updated, the modified entity should be sent to the relative URL: "/LandService/region/{id}" (HTTP-PUT) If an existing Region entity has to be deleted, the following relative URL should be called: "/LandService/region/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Regelung columns: - column: Jahr - column: Beschreibung - column: Organisation - column: Name - column: Land - column: Region The table should have the title "Regelungs" und the data must be loaded from the server with the following relative URL: "/LandService/regelung/region/{id}" Add a HTML table to the view with the following HistorischesEreignis columns: - column: Organisation - column: Beschreibung - column: Region - column: Titel - column: Land - column: Jahr The table should have the title "HistorischesEreigniss" und the data must be loaded from the server with the following relative URL: "/LandService/historischesereignis/region/{id}" Add a HTML table to the view with the following JahresStatistik columns: - column: GesammeltTonnen - column: RecyclingQuoteProzent - column: SammelQuoteProzent - column: Jahr - column: PostConsumerAnteilProzent - column: Notizen - column: RecyceltTonnen - column: MarktMengeTonnen - column: GlasKategorie - column: Region - column: Land The table should have the title "JahresStatistiks" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/jahresstatistik/region/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum