Base solution for your next web application
Open Closed

Grouping Custom Entities (IoT Device) #9662


User avatar
0
devinedon created

.NET Core 3.1, ANZ 9.0.1 Angular.

Hey everyone,

Just a question to see if anyone has encountered a similar requirment and can recommend a smart approach for this. So currently we have a Device entity (used Power Tools to assist with). Its pretty self explanatory what it is; its an IoT Device. What we require is to group devices in some way, similar to how Organization units groups users (and roles). Would it be best to duplicate how Org Units is being done or is there a better smarter approach within ABP/ANZ? Reason being is the UI is perfect in what we want to achieve regarding the steps in the user going about assigning a device to a group. We may eventually assign device groups by geolocation, date etc...

Best Regards Donovan


3 Answer(s)
  • User Avatar
    0
    devinedon created

    Any update?

  • User Avatar
    0
    ismcagdas created
    Support Team

    Hi @devinedon

    AspNet Zero or AspNet Boilerplate doesn't provide such a feture out of the box. I suggest you to copy code for Organization unit and implement it for your Device entity.

  • User Avatar
    0
    devinedon created

    Perfect thanks :) Just wanted confirmation :)