mitgliederverwaltung/test
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 test: add tests for user-member linking and fuzzy search (#168) 2025-11-20 16:51:43 +01:00
membership Merge branch 'main' into bugfix/274_required_custom_fields 2026-01-02 13:47:24 +01:00
membership_fees refactor: implement proper notification handling via after_action hooks 2025-12-18 15:00:44 +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
support Fix postgres errors when running tests 2025-12-03 14:47:58 +01:00
seeds_test.exs Add German translations and fix Credo warnings 2025-12-18 15:11:04 +01:00
test_helper.exs Add generated starter app 2025-03-18 15:05:27 +01:00