Correct way to save permissions by user or groups from form options

0

You have the following table (HTML), with a list of users (from BD with ASP.NET), you want to add certain settings or permissions (form below the table) for each selected user, or for a group of users (the number of users is dynamic).

So, the problem, what is the correct way to save the permissions for each case? Without making too many forms (if possible).

My idea at first, was to create a form by user, every time a user is selected, its corresponding form appears, then if I select several at the same time, use a new form especially for these, BUT if I do another one again selection of several users, I would start to make too many dynamic forms.

    
asked by Alex Lz 26.07.2018 в 22:00
source

0 answers