hybrid¶
Classes
Functions
- intranet.apps.eighth.views.admin.hybrid.eighth_admin_perform_group_signup(*, group_id: int, schact_virtual_id: int, schact_person_id: int, request: HttpRequest | None)[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_virtual_id – The ID of the EighthScheduledActivity all the virtual users in the group should be signed up for.
schact_person_id – The ID of the EighthScheduledActivity all the in-person users in the group should be signed up for.
request – If possible, the request object associated with the operation.
- intranet.apps.eighth.views.admin.hybrid.eighth_admin_signup_group_action_hybrid(request, group_id, schact_virtual_id, schact_person_id)[source]¶
- intranet.apps.eighth.views.admin.hybrid.eighth_admin_signup_group_hybrid_view(self, request, *args, **kwargs)¶