Overview
Summary
Contact
Donate
Imprint
Prompt for the
MediaCoverageView
Please create a React-JS view called "MediaCoverageView" for the fields of the MediaCoverage entity. The MediaCoverageView must contain the following fields: - name: Project type: Project - name: PublicationDate type: DATE - name: Publisher type: STRING - name: Summary type: STRING - name: Title type: STRING - name: Url type: STRING The data source for the [Project] select control should be loaded from the relative URL: "/ProjectService/project" (HTTP-GET) An existing MediaCoverage entity should be loaded from the relative URL: "/LaunchSiteService/mediacoverage/{id}" (HTTP-GET) If a new MediaCoverage entity has been created, the new entity should be posted to the relative URL: "/LaunchSiteService/mediacoverage" (HTTP-POST) If an existing MediaCoverage entity has been updated, the modified entity should be sent to the relative URL: "/LaunchSiteService/mediacoverage/{id}" (HTTP-PUT) If an existing MediaCoverage entity has to be deleted, the following relative URL should be called: "/LaunchSiteService/mediacoverage/{id}" (HTTP-DELETE)
Copy prompt
Overview
Summary
Contact
Donate
Imprint