Skip to content

[SSF-185] volunteer order management page#149

Open
amywng wants to merge 2 commits intomainfrom
acw/SSF-185/volunteer-order-mgmt
Open

[SSF-185] volunteer order management page#149
amywng wants to merge 2 commits intomainfrom
acw/SSF-185/volunteer-order-mgmt

Conversation

@amywng
Copy link
Copy Markdown
Member

@amywng amywng commented Apr 6, 2026

ℹ️ Issue

Closes SSF-185

📝 Description

new volunteer order management page here
new complete required actions modal
added endpoints to apiclient

✔️ Verification

frontend page renders w/ all information
Screenshot 2026-04-05 at 9 24 38 PM
modal renders w/ all information, clicking "Mark as Complete" updates db
Screenshot 2026-04-05 at 9 25 01 PM

🏕️ (Optional) Future Work / Notes

currently the /:orderId/requests endpoint is blocked for volunteers, but is needed to render the order details modal

  • pending client decision

@amywng amywng changed the title volunteer order management page [SSF-185] volunteer order management page Apr 6, 2026
Copy link
Copy Markdown

@Juwang110 Juwang110 left a comment

Choose a reason for hiding this comment

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

Looks great! just two notes

variant="underline"
onClick={() => onOrderSelect(order.orderId)}
>
{order.orderId}
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

When I try to open the order details modal it brings me to a page where it says I'm unauthorized? Are you getting something similar, it might just be something on my end

variant="underline"
onClick={() => onOpenActionModal(order)}
>
Complete Required Actions
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

In the figma once this is filled out there is text that says No Action Required, can we add that

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.

2 participants