Overview
Summary
Contact
Donate
Imprint
Prompt for the
BigDataSourceView
Please create a React-JS view called "BigDataSourceView" for the fields of the BigDataSource entity. The BigDataSourceView must contain the following fields: - name: Category type: STRING - name: DataSource type: DataSource - name: Description type: STRING - name: PrivacyRiskLevel type: STRING The data source for the [DataSource] select control should be loaded from the relative URL: "/DataSourceService/datasource" (HTTP-GET) An existing BigDataSource entity should be loaded from the relative URL: "/DataSourceService/bigdatasource/{id}" (HTTP-GET) If a new BigDataSource entity has been created, the new entity should be posted to the relative URL: "/DataSourceService/bigdatasource" (HTTP-POST) If an existing BigDataSource entity has been updated, the modified entity should be sent to the relative URL: "/DataSourceService/bigdatasource/{id}" (HTTP-PUT) If an existing BigDataSource entity has to be deleted, the following relative URL should be called: "/DataSourceService/bigdatasource/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint