Add your comments directly to the page. Include links to any relevant research, data, or feedback.
Background
At the moment the user’s permission schema is realized with four tables in the DB:
USERS: contains users and passwords
GROUPS: contains users’ groups
MENUITEM: contains all functionalities among menuitems, submenus and buttons
GROUPMENU: contains the associations between GROUPS and MENUITEM
This is ok for the Swing GUI, but in a REST application the workflow is slighty different
Relevant data
It would be nice to use the same DB tables, by adding new ones
Options considered
Option 1: | Option 2: | |
---|---|---|
Description | ||
Pros and cons | There’s a React guideline | |
Estimated cost | LARGE | MEDIUM |
Action items
- To define a permissions’ schema pattern