Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
LiteraturquelleApp
Please create a React-JS application for the LiteraturquelleModule. The application has to offer the following views for the user interface: 1. LiteraturquelleView 2. TechnologieartView 3. TechnologieartLiteraturquelleView 4. VerfahrenLiteraturquelleView 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 LiteraturquelleView must contain the following fields: - name: Autoren type: STRING - name: Doi type: STRING - name: Hinweise type: STRING - name: Jahr type: LONG - name: QuelleTyp type: STRING - name: Titel type: STRING - name: Url type: STRING - name: Verlag type: STRING An existing Literaturquelle entity should be loaded from the relative URL: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-GET) If a new Literaturquelle entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/literaturquelle" (HTTP-POST) If an existing Literaturquelle entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-PUT) If an existing Literaturquelle entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/literaturquelle/{id}" (HTTP-DELETE) Add a HTML table to the view with the following UmweltauswirkungLiteraturquelle columns: - column: Kommentar - column: Literaturquelle - column: Umweltauswirkung The table should have the title "UmweltauswirkungLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/UmweltauswirkungService/umweltauswirkungliteraturquelle/literaturquelle/{id}" Add a HTML table to the view with the following TechnologieartLiteraturquelle columns: - column: Technologieart - column: Kommentar - column: Literaturquelle The table should have the title "TechnologieartLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/technologieartliteraturquelle/literaturquelle/{id}" Add a HTML table to the view with the following VerfahrenLiteraturquelle columns: - column: Literaturquelle - column: Kommentar - column: Verfahren The table should have the title "VerfahrenLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/literaturquelle/{id}" 2. The TechnologieartView must contain the following fields: - name: Beschreibung type: STRING - name: Name type: STRING An existing Technologieart entity should be loaded from the relative URL: "/LiteraturquelleService/technologieart/{id}" (HTTP-GET) If a new Technologieart entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/technologieart" (HTTP-POST) If an existing Technologieart entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/technologieart/{id}" (HTTP-PUT) If an existing Technologieart entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/technologieart/{id}" (HTTP-DELETE) Add a HTML table to the view with the following TechnologieartLiteraturquelle columns: - column: Technologieart - column: Kommentar - column: Literaturquelle The table should have the title "TechnologieartLiteraturquelles" und the data must be loaded from the server with the following relative URL: "/LiteraturquelleService/technologieartliteraturquelle/technologieart/{id}" Add a HTML table to the view with the following Verfahren columns: - column: Kurzname - column: Beschreibung - column: TypischerEnergiebedarfKwhProM3 - column: IstMembranbasiert - column: IstSolargetrieben - column: PhysikalischesMinimumKwhProM3 - column: Name - column: TypischeAnlagengroesse - column: Technologieart - column: IstThermisch The table should have the title "Verfahrens" und the data must be loaded from the server with the following relative URL: "/VerfahrenService/verfahren/technologieart/{id}" 3. The TechnologieartLiteraturquelleView must contain the following fields: - name: Kommentar type: STRING - name: Literaturquelle type: Literaturquelle - name: Technologieart type: Technologieart The data source for the [Technologieart] select control should be loaded from the relative URL: "/LiteraturquelleService/technologieart" (HTTP-GET) The data source for the [Literaturquelle] select control should be loaded from the relative URL: "/LiteraturquelleService/literaturquelle" (HTTP-GET) An existing TechnologieartLiteraturquelle entity should be loaded from the relative URL: "/LiteraturquelleService/technologieartliteraturquelle/{id}" (HTTP-GET) If a new TechnologieartLiteraturquelle entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/technologieartliteraturquelle" (HTTP-POST) If an existing TechnologieartLiteraturquelle entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/technologieartliteraturquelle/{id}" (HTTP-PUT) If an existing TechnologieartLiteraturquelle entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/technologieartliteraturquelle/{id}" (HTTP-DELETE) 4. The VerfahrenLiteraturquelleView must contain the following fields: - name: Kommentar type: STRING - name: Literaturquelle type: Literaturquelle - name: Verfahren type: Verfahren The data source for the [Verfahren] select control should be loaded from the relative URL: "/VerfahrenService/verfahren" (HTTP-GET) The data source for the [Literaturquelle] select control should be loaded from the relative URL: "/LiteraturquelleService/literaturquelle" (HTTP-GET) An existing VerfahrenLiteraturquelle entity should be loaded from the relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/{id}" (HTTP-GET) If a new VerfahrenLiteraturquelle entity has been created, the new entity should be posted to the relative URL: "/LiteraturquelleService/verfahrenliteraturquelle" (HTTP-POST) If an existing VerfahrenLiteraturquelle entity has been updated, the modified entity should be sent to the relative URL: "/LiteraturquelleService/verfahrenliteraturquelle/{id}" (HTTP-PUT) If an existing VerfahrenLiteraturquelle entity has to be deleted, the following relative URL should be called: "/LiteraturquelleService/verfahrenliteraturquelle/{id}" (HTTP-DELETE)
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum