Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
QualitaetsStandardView
Please create a React-JS view called "QualitaetsStandardView" for the fields of the QualitaetsStandard entity. The QualitaetsStandardView must contain the following fields: - name: AnwendungsBereich type: STRING - name: Beschreibung type: STRING - name: Jahr type: INT - name: Name type: STRING - name: Organisation type: Organisation The data source for the [Organisation] select control should be loaded from the relative URL: "/GlasFarbeService/organisation" (HTTP-GET) An existing QualitaetsStandard entity should be loaded from the relative URL: "/GlasFarbeService/qualitaetsstandard/{id}" (HTTP-GET) If a new QualitaetsStandard entity has been created, the new entity should be posted to the relative URL: "/GlasFarbeService/qualitaetsstandard" (HTTP-POST) If an existing QualitaetsStandard entity has been updated, the modified entity should be sent to the relative URL: "/GlasFarbeService/qualitaetsstandard/{id}" (HTTP-PUT) If an existing QualitaetsStandard entity has to be deleted, the following relative URL should be called: "/GlasFarbeService/qualitaetsstandard/{id}" (HTTP-DELETE) Add a HTML table to the view with the following FarbToleranz columns: - column: MaxProzent - column: FremdFarbe - column: ZielFarbe - column: QualitaetsStandard - column: Notizen The table should have the title "FarbToleranzs" und the data must be loaded from the server with the following relative URL: "/GlasFarbeService/farbtoleranz/qualitaetsstandard/{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/qualitaetsstandard/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum