Simple classes for setting group permissions
Project description
edc-permissions
Simple classes for setting group permissions required for Edc deployments.
To add the default groups and permissions run the management command:
python manage.py update_edc_permissions
Default Groups
The default groups are required for the normal operation of an EDC deployment. The default groups are:
ACCOUNT_MANAGER: members may add/change and delete user accounts
ADMINISTRATION: members may view the Administration page
AUDITOR: members may view all forms but have no add/change permissions.
CLINIC: members may add/edit/delete all CRFs, Requisitions, Actions and other required clinic trial data entry forms. They may also view the Requisition page of the Lab section;
EVERYONE: members may access the EDC;
LAB: members may perform all functions in the Lab section (Edit requisitions, receive, process, pack, manage manifests, etc);
PHARMACY:
PII: members may view all personally identifiable data and edit forms that manage such data (Screening, Consents, Patient registration);
PII_VIEW: members may view personally identifiable data but have no add/edit permissions for any of the forms that store such data.
Default membership for Clinical staff:
EVERYONE
ADMINISTRATION
CLINIC
PII
Default membership for Laboratory technicians:
EVERYONE
ADMINISTRATION
LAB
PII_VIEW
Default membership for Auditors:
EVERYONE
ADMINISTRATION
AUDITOR
PII_VIEW
** Permissions **
Permissions use Django’s permission framework, therefore, all permissions are linked to some model.
Permissions don’t always naturally link to a model. In such cases, a dummy model is created. For example, with Navigation bars from edc_navbar. Permissions to follow an item on a navigation bar are associated with model edc_navbar.Navbar. A similar approach is used for listboard permissions using edc_dashboard.Dashboard.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distributions
Built Distribution
File details
Details for the file edc_permissions-0.1.48-py3-none-any.whl
.
File metadata
- Download URL: edc_permissions-0.1.48-py3-none-any.whl
- Upload date:
- Size: 33.8 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/2.0.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/41.4.0 requests-toolbelt/0.9.1 tqdm/4.36.1 CPython/3.7.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 5a2dc7181399f4b056d758ca35bb1d17959fa0b45fbb33ba10311bf08740d9a8 |
|
MD5 | 3414786ef46402cd487e5bf6aded9f38 |
|
BLAKE2b-256 | 43fb773d9c6266e9a9add60f8b4a8e9f81556a775ad53e95467dab48c48385fe |