Overview
Summary
Contact
Donate
Imprint
Prompt for the
VerificationEventView
Please create a React-JS view called "VerificationEventView" for the fields of the VerificationEvent entity. The VerificationEventView must contain the following fields: - name: CreatedAt type: DATE - name: EventType type: STRING - name: SafetyNumber type: SafetyNumber - name: VerifiedUserAccount type: LONG - name: VerifierUserAccount type: LONG The data source for the [SafetyNumber] select control should be loaded from the relative URL: "/SafetyNumberService/safetynumber" (HTTP-GET) An existing VerificationEvent entity should be loaded from the relative URL: "/SafetyNumberService/verificationevent/{id}" (HTTP-GET) If a new VerificationEvent entity has been created, the new entity should be posted to the relative URL: "/SafetyNumberService/verificationevent" (HTTP-POST) If an existing VerificationEvent entity has been updated, the modified entity should be sent to the relative URL: "/SafetyNumberService/verificationevent/{id}" (HTTP-PUT) If an existing VerificationEvent entity has to be deleted, the following relative URL should be called: "/SafetyNumberService/verificationevent/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint