Docs: groups and roles/permissions architecture, Group moduledoc
All checks were successful
continuous-integration/drone/push Build is passing

- groups-architecture: normal_user and admin can manage groups.
- roles-and-permissions: matrix and MembershipFeeCycle :linked for own_data.
- group_policies_test: update moduledoc.
This commit is contained in:
Moritz 2026-02-04 09:20:26 +01:00
parent 178f5a01c7
commit c035d0f141
3 changed files with 13 additions and 12 deletions

View file

@ -3,7 +3,7 @@ defmodule Mv.Membership.GroupPoliciesTest do
Tests for Group resource authorization policies.
Verifies that own_data, read_only, normal_user can read groups;
only admin can create, update, and destroy groups.
normal_user and admin can create, update, and destroy groups.
"""
use Mv.DataCase, async: false