mitgliederverwaltung/lib
Moritz c6b5b7a22e feat: add UI-level authorization helpers
Implement MvWeb.Authorization module with can?/3 and can_access_page?/2
functions for conditional rendering in LiveView templates.

- can?/3 supports both resource atoms and record structs with scope checking
- can_access_page?/2 checks page access permissions
- All functions use PermissionSets module for consistency with backend
- Graceful handling of nil users and invalid permission sets
- Comprehensive test coverage with 17 test cases
2026-01-06 22:34:21 +01:00
..
accounts security: remove is_system_role from public API 2026-01-06 19:04:03 +01:00
membership formatting 2026-01-02 13:53:24 +01:00
membership_fees feat: allow amount updates for membership fee cycles 2025-12-18 15:08:31 +01:00
mv fix: add missing /custom_field_values/:id page to read_only and normal_user 2026-01-06 22:17:33 +01:00
mv_web feat: add UI-level authorization helpers 2026-01-06 22:34:21 +01:00
mv.ex Add generated starter app 2025-03-18 15:05:27 +01:00
mv_web.ex feat: add UI-level authorization helpers 2026-01-06 22:34:21 +01:00