defguard icon indicating copy to clipboard operation
defguard copied to clipboard

Implement permissions to modules based on groups

Open teon opened this issue 1 year ago • 2 comments

Implement API for Groups Management UI, Look groups-management space in Figma.

teon avatar Jan 31 '24 07:01 teon

@moubctez this should be done? @filipslezaklab what is missing?

teon avatar Jan 31 '24 07:01 teon

There is no concept of permissions in the current group struct which is the main point of this view. Currently you can only do a simple crud on group struct that has only id and name fields. This view has a list, edit of permissions, constructing new group with permissions, and ability to bulk assign many groups to many users at once at users overview.

filipslezaklab avatar Jan 31 '24 09:01 filipslezaklab