shanirub / ecommerce

An E-commerce System Inspired by the Super Mario Universe
MIT License
2 stars 0 forks source link

Manage permissions assignment and testing from a table #29

Open shanirub opened 2 months ago

shanirub commented 2 months ago

create a table (json format?) with all the groups, models and corresponding permissions.

this table will be parsed and used for assigning initial permissions, and for testing.

in this way, there's one place to manipulate permissions (table) without the need to code each change in assignment script and testing.

--

should research to see if such a thing already exists.