mirror of
https://github.com/ClaperCo/Claper.git
synced 2026-02-24 04:01:04 +01:00
- Updated `assign_role/2` function to accept both role names and role structs in `Claper.Accounts`. - Modified `export_users_to_csv/1` to include user names and roles in the CSV export. - Enhanced `export_events_to_csv/1` to include event descriptions and statuses in the CSV export. - Adjusted CSV headers and fields accordingly for better clarity. - Removed unused user attributes in role tests to streamline setup. - Updated tests for CSV export to reflect changes in data structure and content. - Removed outdated tests for admin routes, user controller, OIDC provider controller, and admin form validation. - Deleted tests for admin required plug and shared view components as part of cleanup.