Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum
Prompt for the
JobDepartmentView
Please create a React-JS view called "JobDepartmentView" for the fields of the JobDepartment entity. The JobDepartmentView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing JobDepartment entity should be loaded from the relative URL: "/JobDepartmentService/jobdepartment/{id}" (HTTP-GET) If a new JobDepartment entity has been created, the new entity should be posted to the relative URL: "/JobDepartmentService/jobdepartment" (HTTP-POST) If an existing JobDepartment entity has been updated, the modified entity should be sent to the relative URL: "/JobDepartmentService/jobdepartment/{id}" (HTTP-PUT) If an existing JobDepartment entity has to be deleted, the following relative URL should be called: "/JobDepartmentService/jobdepartment/{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/jobdepartment/{id}"
Copy prompt
Overview
My API
System Designs
Dienstleistungen
Kontakt
Energieausgleich
Ansprechpartner
Impressum