Overview
Summary
Contact
Donate
Imprint
Prompt for the
ProgramTechnologyView
Please create a React-JS view called "ProgramTechnologyView" for the fields of the ProgramTechnology entity. The ProgramTechnologyView must contain the following fields: - name: Program type: Program - name: TechnologyComponent type: TechnologyComponent The data source for the [Program] select control should be loaded from the relative URL: "/ProgramService/program" (HTTP-GET) The data source for the [TechnologyComponent] select control should be loaded from the relative URL: "/TechnologyComponentService/technologycomponent" (HTTP-GET) An existing ProgramTechnology entity should be loaded from the relative URL: "/TechnologyComponentService/programtechnology/{id}" (HTTP-GET) If a new ProgramTechnology entity has been created, the new entity should be posted to the relative URL: "/TechnologyComponentService/programtechnology" (HTTP-POST) If an existing ProgramTechnology entity has been updated, the modified entity should be sent to the relative URL: "/TechnologyComponentService/programtechnology/{id}" (HTTP-PUT) If an existing ProgramTechnology entity has to be deleted, the following relative URL should be called: "/TechnologyComponentService/programtechnology/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint