Overview
Summary
Contact
Donate
Imprint
Prompt for the
PlatformAppView
Please create a React-JS view called "PlatformAppView" for the fields of the PlatformApp entity. The PlatformAppView must contain the following fields: - name: Category type: STRING - name: MinVersion type: STRING - name: Name type: STRING - name: ProgrammingLanguage type: STRING An existing PlatformApp entity should be loaded from the relative URL: "/DeviceService/platformapp/{id}" (HTTP-GET) If a new PlatformApp entity has been created, the new entity should be posted to the relative URL: "/DeviceService/platformapp" (HTTP-POST) If an existing PlatformApp entity has been updated, the modified entity should be sent to the relative URL: "/DeviceService/platformapp/{id}" (HTTP-PUT) If an existing PlatformApp entity has to be deleted, the following relative URL should be called: "/DeviceService/platformapp/{id}" (HTTP-DELETE) Add a HTML table to the view with the following Device columns: - column: IsSpotifyConnectCapable - column: ModelName - column: PlatformApp - column: DeviceType - column: UserAccount - column: RegisteredAt The table should have the title "Devices" und the data must be loaded from the server with the following relative URL: "/DeviceService/device/platformapp/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint