Skip to content

Conversation

@bhuvanh66
Copy link

ℹ️ Issue

Closes 62

📝 Description

Added page to view all the pantries they were assigned to, as well as their information from the pantry application.

Path /volunteer-assigned-pantries

Screenshot 2025-12-02 at 9 47 33 PM

Also tested adding filtering by being Refrigerator Friendly or not.

Screenshot 2025-12-02 at 9 48 07 PM

@bhuvanh66 bhuvanh66 changed the title initial frontend assigned pantries implementation [SSF-62] Assigned Pantries Frontend Dec 3, 2025
@amywng amywng force-pushed the BH/SSF-62-Assigned-Pantries-Frontend branch from d21970f to 8fd4520 Compare December 4, 2025 02:33
const fetchAssignments = async () => {
try {

const data = await ApiClient.getAllAssignments() as Assignments[];
Copy link
Member

Choose a reason for hiding this comment

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

this endpoint was deleted, the new equivalent is getAllVolunteers in the users controller. can you add a method to the apiclient and update this accordingly?

@sam-schu
Copy link
Collaborator

sam-schu commented Dec 5, 2025

At first glance I'm seeing a decent number of things that don't fully match the design. Could you please take another look at the design and try to match things like spacing, alignment, colors, etc. as closely as possible?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants