feat: add PermissionService with access level checks (Closes #36) #82
Reference in New Issue
Block a user
Delete Branch "feature/issue-36-permissionservice-implementation"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Permissionentity with JSON-decoded allowed Stufen helperPermissionMapperwith findByUserId and findAllPermissionServicewith all required access checks:canAccess,canRead,canWrite(with Stufe-level checking),canWriteStufeisAdmin,canSeeBanking,getVisibleStufensetPermission(create-or-update),removePermissionAccess Level Hierarchy
none < read < stufe < full < admin
Closes #36