Overview
Summary
Contact
Donate
Imprint
Prompt for the
StressTestView
Please create a React-JS view called "StressTestView" for the fields of the StressTest entity. The StressTestView must contain the following fields: - name: AladdinSystem type: AladdinSystem - name: Description type: STRING - name: MaxDrawdown type: STRING - name: Name type: STRING - name: Portfolio type: Portfolio - name: ResultSummary type: STRING - name: Scenario type: Scenario - name: StressCategory type: STRING The data source for the [Portfolio] select control should be loaded from the relative URL: "/OrganizationService/portfolio" (HTTP-GET) The data source for the [AladdinSystem] select control should be loaded from the relative URL: "/AladdinSystemService/aladdinsystem" (HTTP-GET) The data source for the [Scenario] select control should be loaded from the relative URL: "/ScenarioService/scenario" (HTTP-GET) An existing StressTest entity should be loaded from the relative URL: "/ScenarioService/stresstest/{id}" (HTTP-GET) If a new StressTest entity has been created, the new entity should be posted to the relative URL: "/ScenarioService/stresstest" (HTTP-POST) If an existing StressTest entity has been updated, the modified entity should be sent to the relative URL: "/ScenarioService/stresstest/{id}" (HTTP-PUT) If an existing StressTest entity has to be deleted, the following relative URL should be called: "/ScenarioService/stresstest/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint