Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
AbfallstromApp
Please create a React-JS application for the AbfallstromModule. The application has to offer the following views for the user interface: 1. AbfallstromView 2. DowncyclingAnwendungView 3. QualitaetsGrenzwertView 4. VerunreinigungsTypView The views have to be reachable for the user via a menu list at the left side of each view. The requirements for the 4 views are defined below. 1. The AbfallstromView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Abfallstrom entity should be loaded from the relative URL: "/AbfallstromService/abfallstrom/{id}" (HTTP-GET) If a new Abfallstrom entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/abfallstrom" (HTTP-POST) If an existing Abfallstrom entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/abfallstrom/{id}" (HTTP-PUT) If an existing Abfallstrom entity has to be deleted, the following relative URL should be called: "/AbfallstromService/abfallstrom/{id}" (HTTP-DELETE) Add a HTML table to the view with the following RecyclingProzessSchritt columns: - column: Optional - column: Name - column: Beschreibung - column: Abfallstrom - column: SchrittNummer - column: RecyclingAnlage - column: SensorEinsatz The table should have the title "RecyclingProzessSchritts" und the data must be loaded from the server with the following relative URL: "/SammelSystemService/recyclingprozessschritt/abfallstrom/{id}" Add a HTML table to the view with the following DowncyclingAnwendung columns: - column: QualitaetsAnforderung - column: Name - column: Beschreibung - column: Abfallstrom The table should have the title "DowncyclingAnwendungs" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/downcyclinganwendung/abfallstrom/{id}" Add a HTML table to the view with the following GlasProdukt columns: - column: Abfallstrom - column: Beschreibung - column: Name - column: GlasKategorie The table should have the title "GlasProdukts" und the data must be loaded from the server with the following relative URL: "/GlasProduktService/glasprodukt/abfallstrom/{id}" Add a HTML table to the view with the following RegelungsZiel columns: - column: Notizen - column: Regelung - column: ZielTyp - column: ZielProzent - column: ZielJahr - column: GlasKategorie - column: Abfallstrom The table should have the title "RegelungsZiels" und the data must be loaded from the server with the following relative URL: "/GlasKategorieService/regelungsziel/abfallstrom/{id}" Add a HTML table to the view with the following QualitaetsGrenzwert columns: - column: QualitaetsStandard - column: VerunreinigungsTyp - column: Einheit - column: Notizen - column: MaxWert - column: Abfallstrom - column: MinWert The table should have the title "QualitaetsGrenzwerts" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/qualitaetsgrenzwert/abfallstrom/{id}" 2. The DowncyclingAnwendungView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Beschreibung type: STRING - name: Name type: STRING - name: QualitaetsAnforderung type: STRING The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing DowncyclingAnwendung entity should be loaded from the relative URL: "/AbfallstromService/downcyclinganwendung/{id}" (HTTP-GET) If a new DowncyclingAnwendung entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/downcyclinganwendung" (HTTP-POST) If an existing DowncyclingAnwendung entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/downcyclinganwendung/{id}" (HTTP-PUT) If an existing DowncyclingAnwendung entity has to be deleted, the following relative URL should be called: "/AbfallstromService/downcyclinganwendung/{id}" (HTTP-DELETE) 3. The QualitaetsGrenzwertView must contain the following fields: - name: Abfallstrom type: Abfallstrom - name: Einheit type: STRING - name: MaxWert type: STRING - name: MinWert type: STRING - name: Notizen type: STRING - name: QualitaetsStandard type: QualitaetsStandard - name: VerunreinigungsTyp type: VerunreinigungsTyp The data source for the [VerunreinigungsTyp] select control should be loaded from the relative URL: "/AbfallstromService/verunreinigungstyp" (HTTP-GET) The data source for the [QualitaetsStandard] select control should be loaded from the relative URL: "/GlasFarbeService/qualitaetsstandard" (HTTP-GET) The data source for the [Abfallstrom] select control should be loaded from the relative URL: "/AbfallstromService/abfallstrom" (HTTP-GET) An existing QualitaetsGrenzwert entity should be loaded from the relative URL: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-GET) If a new QualitaetsGrenzwert entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/qualitaetsgrenzwert" (HTTP-POST) If an existing QualitaetsGrenzwert entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-PUT) If an existing QualitaetsGrenzwert entity has to be deleted, the following relative URL should be called: "/AbfallstromService/qualitaetsgrenzwert/{id}" (HTTP-DELETE) 4. The VerunreinigungsTypView must contain the following fields: - name: Beschreibung type: STRING - name: Einheit type: STRING - name: Name type: STRING An existing VerunreinigungsTyp entity should be loaded from the relative URL: "/AbfallstromService/verunreinigungstyp/{id}" (HTTP-GET) If a new VerunreinigungsTyp entity has been created, the new entity should be posted to the relative URL: "/AbfallstromService/verunreinigungstyp" (HTTP-POST) If an existing VerunreinigungsTyp entity has been updated, the modified entity should be sent to the relative URL: "/AbfallstromService/verunreinigungstyp/{id}" (HTTP-PUT) If an existing VerunreinigungsTyp entity has to be deleted, the following relative URL should be called: "/AbfallstromService/verunreinigungstyp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following QualitaetsGrenzwert columns: - column: QualitaetsStandard - column: VerunreinigungsTyp - column: Einheit - column: Notizen - column: MaxWert - column: Abfallstrom - column: MinWert The table should have the title "QualitaetsGrenzwerts" und the data must be loaded from the server with the following relative URL: "/AbfallstromService/qualitaetsgrenzwert/verunreinigungstyp/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum