Skip to content

Conversation

@amandayu255
Copy link
Contributor

Closes #60

Overview

Created endpoint for volunteers to allow filtering by Chapter, Role, and Status

Testing

Through Postman and Supabase

Screenshots / Screencasts

051F4155-8D39-4D3B-B14B-7F425A6FC2D8

Checklist

  • Code is neat, readable, and works
  • Code is commented where appropriate and well-documented
  • Commit messages follow our guidelines
  • Issue number is linked
  • Branch is linked
  • Reviewers are assigned (one of your tech leads)

Tip: You can make the issue and then check them after the fact or replace [ ] with [x] to check it!

Notes

{Any issues/suggestions relating to the ticket, repo, assignments, TL duties; please mention here!}

@amandayu255 amandayu255 changed the base branch from main to develop November 12, 2025 10:10
Copy link
Collaborator

@soramicha soramicha left a comment

Choose a reason for hiding this comment

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

Hi Amanda, please make sure CI passes!

@soramicha
Copy link
Collaborator

Okay, looks good to me!! For future reference, when we want to get our data, since we are using GraphQL, on Postman, you should have something like this in your query:

query {
volunteers(
filter: {
statuses: ["PROFESSIONAL", "STUDENT"],
roles: ["Developer"],
chapters: ["Cal high"]
}
) {
volunteer_id
first_name
}
}

image

Copy link
Collaborator

@soramicha soramicha left a comment

Choose a reason for hiding this comment

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

Thanks for your work! Also please put a little more information in the PR like any instructions, etc.

@soramicha soramicha merged commit b5b08a4 into develop Nov 15, 2025
1 check passed
@soramicha soramicha deleted the feature/60-filter-volunteers branch November 15, 2025 23:40
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.

[Issue]: Filter Volunteers by Chapter, Role, Status

3 participants