Is your feature request related to a problem? Please describe.
Now is already existed withRule HOC. Need to add the ability to configure these permissions.
Describe the solution you'd like
Need to add a Permissions block to the user profile, where every route should have its own human name. E.g.
POST:/api/projects should be called Create project, GET:/api/teams/{teamId} - Show team details and etc.
Describe alternatives you've considered
Maybe we should consider the option with another page where all users would be grouped by permissions.
Is your feature request related to a problem? Please describe. Now is already existed
withRule
HOC. Need to add the ability to configure these permissions.Describe the solution you'd like Need to add a Permissions block to the user profile, where every route should have its own human name. E.g.
POST:/api/projects
should be calledCreate project
,GET:/api/teams/{teamId}
-Show team details
and etc.Describe alternatives you've considered Maybe we should consider the option with another page where all users would be grouped by permissions.