Overview
Summary
Contact
Donate
Imprint
Prompt for the
SupportVendorView
Please create a React-JS view called "SupportVendorView" for the fields of the SupportVendor entity. The SupportVendorView must contain the following fields: - name: Description type: STRING - name: Name type: STRING - name: Platform type: STRING An existing SupportVendor entity should be loaded from the relative URL: "/SupportVendorService/supportvendor/{id}" (HTTP-GET) If a new SupportVendor entity has been created, the new entity should be posted to the relative URL: "/SupportVendorService/supportvendor" (HTTP-POST) If an existing SupportVendor entity has been updated, the modified entity should be sent to the relative URL: "/SupportVendorService/supportvendor/{id}" (HTTP-PUT) If an existing SupportVendor entity has to be deleted, the following relative URL should be called: "/SupportVendorService/supportvendor/{id}" (HTTP-DELETE) Add a HTML table to the view with the following DataBreach columns: - column: Name - column: Description - column: IncidentDate - column: ThirdPartyVendor - column: RecordsAffected - column: RansomDemanded - column: Company The table should have the title "DataBreachs" und the data must be loaded from the server with the following relative URL: "/SupportVendorService/databreach/thirdpartyvendor/{id}" Add a HTML table to the view with the following SupportSystem columns: - column: Description - column: Name - column: Company - column: Vendor - column: IsThirdParty The table should have the title "SupportSystems" und the data must be loaded from the server with the following relative URL: "/CompanyService/supportsystem/vendor/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint