Overview
Summary
Contact
Donate
Imprint
Prompt for the
ExperimentResultView
Please create a React-JS view called "ExperimentResultView" for the fields of the ExperimentResult entity. The ExperimentResultView must contain the following fields: - name: Experiment type: Experiment - name: MetricName type: STRING - name: MetricValue type: STRING - name: Notes type: STRING - name: Unit type: STRING The data source for the [Experiment] select control should be loaded from the relative URL: "/LaunchSiteService/experiment" (HTTP-GET) An existing ExperimentResult entity should be loaded from the relative URL: "/LaunchSiteService/experimentresult/{id}" (HTTP-GET) If a new ExperimentResult entity has been created, the new entity should be posted to the relative URL: "/LaunchSiteService/experimentresult" (HTTP-POST) If an existing ExperimentResult entity has been updated, the modified entity should be sent to the relative URL: "/LaunchSiteService/experimentresult/{id}" (HTTP-PUT) If an existing ExperimentResult entity has to be deleted, the following relative URL should be called: "/LaunchSiteService/experimentresult/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint