Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JobLocationView
Please create a React-JS view called "JobLocationView" for the fields of the JobLocation entity. The JobLocationView must contain the following fields: - name: Address type: STRING - name: City type: STRING - name: Country type: STRING - name: Name type: STRING - name: PostalCode type: STRING An existing JobLocation entity should be loaded from the relative URL: "/JobDepartmentService/joblocation/{id}" (HTTP-GET) If a new JobLocation entity has been created, the new entity should be posted to the relative URL: "/JobDepartmentService/joblocation" (HTTP-POST) If an existing JobLocation entity has been updated, the modified entity should be sent to the relative URL: "/JobDepartmentService/joblocation/{id}" (HTTP-PUT) If an existing JobLocation entity has to be deleted, the following relative URL should be called: "/JobDepartmentService/joblocation/{id}" (HTTP-DELETE) Add a HTML table to the view with the following JobPosting columns: - column: EmploymentType - column: ValidUntil - column: JobDepartment - column: Description - column: Title - column: IsActive - column: PublishedAt - column: ApplicationEmail - column: JobLocation The table should have the title "JobPostings" und the data must be loaded from the server with the following relative URL: "/JobDepartmentService/jobposting/joblocation/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum