Skip to content
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

Frontend Committee Creation #284

Open
EricTRL opened this issue Oct 1, 2022 · 0 comments
Open

Frontend Committee Creation #284

EricTRL opened this issue Oct 1, 2022 · 0 comments
Labels
committees Related to committees good first issue Good for newcomers

Comments

@EricTRL
Copy link
Contributor

EricTRL commented Oct 1, 2022

Committees (known as AssociationGroups in Squire) can be added, modified, or deleted through the admin panel. Members can also be added or removed there. Committee members can change most of their committee information as well as the member roles and titles within that committee.

Although the board should be able to add committees in the admin panel, there is one caveat: they do not have access to Django groups (as that would give them access to the permission system). Since each committee must be linked to a group (as their name and permissions are fetched from there), the board is unable to actually create new committees.

I suggest we add a form to the front-end committee page that allows adding a committee. When doing so, an associated Django group should be generated. This way, the board can create new committees without needing access to Django's groups.

Optionally, we can also move the deleting or changing of committees for the board to the front-end as well, as to keep everything in a single place.

@EricTRL EricTRL added good first issue Good for newcomers committees Related to committees labels Oct 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
committees Related to committees good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant