Skip to content

Conversation

patela22
Copy link
Contributor

@patela22 patela22 commented Oct 7, 2025

Description

Link to Ticket

Please include a summary of the changes and the related issue. Please also
include relevant motivation, context, and images!

How Has This Been Tested?

Please describe the tests that you ran to verify your changes. If they are unit
tests, provide the file name the tests are in. If they are not unit tests,
describe how you tested the change.

Checklist

  • I have performed a self-review of my code
  • I have reached out to another developer to review my code
  • I have commented my code, particularly in hard-to-understand areas
  • New and existing unit tests pass locally with my changes

@patela22 patela22 requested a review from Copilot October 7, 2025 14:44
@patela22 patela22 linked an issue Oct 7, 2025 that may be closed by this pull request
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR implements check-in and check-out functionality for volunteer registrations, allowing organizations and admins to mark volunteers as clocked in or out for events.

  • Adds check-in and check-out methods to the registration model
  • Implements API endpoints for checking volunteers in and out of events
  • Includes authorization checks to ensure only organizations and admins can perform these operations

Reviewed Changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated 4 comments.

File Description
app/models/registration.py Adds database methods for checking volunteers in and out
app/api/endpoints/registration.py Adds API endpoints with authorization and validation

Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.

@patela22 patela22 marked this pull request as draft October 7, 2025 14:46
@patela22 patela22 marked this pull request as ready for review October 7, 2025 14:51
@sierrawelsch sierrawelsch merged commit f664c76 into main Oct 13, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Volunteer Check-In To Event

2 participants