groups¶
Classes
Functions
- intranet.apps.eighth.views.admin.groups.eighth_admin_distribute_group(self, request, *args, **kwargs)¶
- intranet.apps.eighth.views.admin.groups.eighth_admin_distribute_unsigned(self, request, *args, **kwargs)¶
- intranet.apps.eighth.views.admin.groups.eighth_admin_perform_group_signup(*, group_id: int, schact_id: int, request: HttpRequest | None, skip_users: set)[source]¶
Performs sign up of all users in a specific group up for a specific scheduled activity.
- Parameters:
group_id – The ID of the group that should be signed up for the activity.
schact_id – The ID of the EighthScheduledActivity all the users in the group should be signed up for.
request – If possible, the request object associated with the operation.
skip_users – A list of users that should not be signed up for the activity, usually because they are stickied into another activity.
- intranet.apps.eighth.views.admin.groups.eighth_admin_signup_group(self, request, *args, **kwargs)¶
- intranet.apps.eighth.views.admin.groups.eighth_admin_signup_group_action(request, group_id, schact_id)[source]¶