TheThingsNetwork / lorawan-stack

The Things Stack, an Open Source LoRaWAN Network Server
https://www.thethingsindustries.com/stack/
Apache License 2.0
995 stars 309 forks source link

Allow admins to list entities of a specific user or organization in Console #4833

Closed htdvisser closed 1 month ago

htdvisser commented 3 years ago

Summary

The Console should allow admins to list entities of a specific user or organization.

Why do we need this?

So that admins / support staff can see what the regular user sees without having to use the CLI.

What is already there? What do you see now?

There is API and the CLI already supports listing entities of users/organizations.

The Console only lets admins list their own entities, or search across all entities.

What is missing? What do you want to see?

@kschiffer should probably think about the UX design, but the way I see it, the /console/admin/user-management/{username} route should let you click through to application/gateway/... lists for that user.

How do you propose to implement this?

KrishnaIyer commented 1 month ago

superseded by https://github.com/TheThingsNetwork/lorawan-stack/issues/6696