Item Managemant

PRO

Item management is the most advanced example included in the Pro theme, because every item has a picture, belongs to a category and has multiple tags. To access this example click the `Examples (API)/Item Management` link in the left sidebar or add /examples/item-management/list-items to the URL.
Here you can manage the items. A list of items will appear once you start adding them (to access the add page click `Add item`). On the add page, besides the Name and Description fields (which are present in most of the CRUD examples) you can see a category dropdown, which contains the categories you added, a file input and a tag multi select. If you did not add any categories or tags, please go to the corresponding sections (category management, tag management) and add some.

You can find the components for item functionality in `src\views\examplesApi\ItemManagement` folder.
The store used for item functionality is found in `src\store\item.module.js` and you can find the service file in `src\services\item.service.js`.


Item List