mitgliederverwaltung/test/mv/authorization
Moritz 3a0fb4e84f
feat: implement PermissionSets module with all 4 permission sets
- Add types for scope, action, resource_permission, permission_set
- Implement get_permissions/1 for all 4 sets (own_data, read_only, normal_user, admin)
- Implement valid_permission_set?/1 for string and atom validation
- Implement permission_set_name_to_atom/1 with error handling
2026-01-06 21:33:39 +01:00
..
permission_sets_test.exs feat: implement PermissionSets module with all 4 permission sets 2026-01-06 21:33:39 +01:00
role_test.exs test: update role tests for is_system_role API change 2026-01-06 19:04:05 +01:00