Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(assetGroups): add groups for assets (#306)
* feat(assetGroups): implement CRUD actions * feat(assetGroups): implement add assets to group * feat(assetGroups): implement remove assets to group * chore(types): export group api types * feat(createGroup): id is not mandatory anymore, auto generated if missing * feat(groupName): add check of name unicity * feat(groupAsset): handle group hierarchy * feat(groupName): check presence of name when create
- Loading branch information