SoftwareAG / cumulocity-digital-twin-manager

The Digital Twin Manager enables you to create and manage assets around your physical connected devices in Cumulocity IoT.
Apache License 2.0
10 stars 4 forks source link

DTM : Same device can be used in multiple hierarchies, which should not be allowed. #12

Closed nupadhyaya closed 1 year ago

nupadhyaya commented 2 years ago

Currently in DTM application the below issues are observed with respect to hierarchy creation and hierarchy structure :

  1. Adding same device for different assets should be restricted. User is able to assign the same device to multiple Assets, which is not logical. This should be restricted.

  2. Moving an asset outside it's parent should be restricted. Currently user can move an asset outside the parent and place it in a totally different asset hierarchy, which should be restricted. Eg : User can move the printer asset from under a Building and place it in Production line which is not relevant/ logical.

    1. When user tries to move an asset, it is observed that alert popup is getting displayed. Currently the following message is getting displayed on the popup "Do you want to move the group?", this has to be changed like "Do you want to move the asset?".

    2. A generic isseue observed throughou the application is that, user can create duplicate labels / names or names with whitespaces only. Both should be restricted.

pavanshivajirao commented 1 year ago

Working as per the design.