Define roles and permissions in real-time

Hello wapplers.
It would be very helpful if you add this.
**Define roles and permissions when your Application is online. **
As an example
Add new role with name x
And it’s permission add, edit, etc
Thank for this great software.

You could create this by creating for example a “role” table, where the admin can create new roles, with true/false fields for each functionality if that role has permission.

Then a reference field in the users to the roles table.

In server connect actions conditions based on the user’s role permissions.