Overview
Summary
Contact
Donate
Imprint
Prompt for the
MenuItemTagView
Please create a React-JS view called "MenuItemTagView" for the fields of the MenuItemTag entity. The MenuItemTagView must contain the following fields: - name: Description type: STRING - name: Name type: STRING An existing MenuItemTag entity should be loaded from the relative URL: "/MenuItemTagService/menuitemtag/{id}" (HTTP-GET) If a new MenuItemTag entity has been created, the new entity should be posted to the relative URL: "/MenuItemTagService/menuitemtag" (HTTP-POST) If an existing MenuItemTag entity has been updated, the modified entity should be sent to the relative URL: "/MenuItemTagService/menuitemtag/{id}" (HTTP-PUT) If an existing MenuItemTag entity has to be deleted, the following relative URL should be called: "/MenuItemTagService/menuitemtag/{id}" (HTTP-DELETE) Add a HTML table to the view with the following MenuItemTagLink columns: - column: MenuItemTag - column: MenuItem The table should have the title "MenuItemTagLinks" und the data must be loaded from the server with the following relative URL: "/MenuItemTagService/menuitemtaglink/menuitemtag/{id}"
Copy prompt
Overview
Summary
Contact
Donate
Imprint