-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add a definition next to each user role in wagtail admin #3541
Comments
@fourthletter can you please add the text for each of the labels in the issue description please? |
@wes-otf - here are definitions here. We could shorten the terms to fit on the Wagtail interface. Staff view and edit all submissions, submit reviews, send determinations, and set up applications (this means creating Forms, Funds, and Rounds, and give other users (e.g. Reviewers or other Staff) access to applications/submissions. Staff Admin view and edit all submissions, submit reviews, send determinations, and set up applications. Can disable 2FA, archive submissions, and other components not accessible to other roles. Community Reviewer is an applicant with access to other applications for the Request with community review (peer review) workflow. Reviewer has their own dashboard and can submit reviews. Advisory Council Members are typically assigned the 'Reviewer' role. Applicant can access their own application and send communication in the communication/comment tab. Partner could view, edit, and comment on a specific application they are assigned to. Contracting could review and approve the PAF and access documents associated with contracting. Finance could review and approve the PAF, access documents associated with contracting, and access invoices approved by Staff. Approver is not a standalone role. This role has to be assigned in tandem with Staff, Contracting, or Finance. This role could review and approve PAF, and could access compliance documents. |
@fourthletter Great! Thanks a ton. |
@wes-otf - I forgot to add definitions for staff admin and community reviewer Staff Admin view and edit all submissions, submit reviews, send determinations, and set up applications. Can disable 2FA, archive submissions, and other components not accessible to other roles. Community Reviewer is an applicant with access to other applications for the Request with community review (peer review) workflow. |
Fixes #3541. This PR adds descriptive help text to the Wagtail admin edit/create user "Groups" prompt. This was done by creating custom Wagtail forms and overwriting the existing group field, along with adding another field to the [groups.py](https://github.com/HyphaApp/hypha/blob/enhancement/add-desc-to-user-roles/hypha/apply/users/groups.py#L40). The [definitions](#3541 (comment)) provided by @fourthletter were shortened just a bit for the sake of appearance. If anyone believes they got too truncated I'm fine with updating them.
Fixes #3541. This PR adds descriptive help text to the Wagtail admin edit/create user "Groups" prompt. This was done by creating custom Wagtail forms and overwriting the existing group field, along with adding another field to the [groups.py](https://github.com/HyphaApp/hypha/blob/enhancement/add-desc-to-user-roles/hypha/apply/users/groups.py#L40). The [definitions](#3541 (comment)) provided by @fourthletter were shortened just a bit for the sake of appearance. If anyone believes they got too truncated I'm fine with updating them.
Fixes #3541. This PR adds descriptive help text to the Wagtail admin edit/create user "Groups" prompt. This was done by creating custom Wagtail forms and overwriting the existing group field, along with adding another field to the [groups.py](https://github.com/HyphaApp/hypha/blob/enhancement/add-desc-to-user-roles/hypha/apply/users/groups.py#L40). The [definitions](#3541 (comment)) provided by @fourthletter were shortened just a bit for the sake of appearance. If anyone believes they got too truncated I'm fine with updating them.
Description
Add a definition next to each user role in the WagTail admin
The text was updated successfully, but these errors were encountered: