cornellh4i / lagos-volunteers

Lagos Food Bank Volunteer Management System
https://lagos-volunteers.vercel.app
MIT License
13 stars 6 forks source link

Added Tanstack Mutation for canceling events and modal #245

Closed dvala041 closed 4 months ago

dvala041 commented 6 months ago

Summary

Closes #238

  1. Created handleCancelEventAsync tanstack mutation in EventForm.tsx for calling event endpoint and cancelling events
  2. Created modal for cancelling an event. On click it calls our handleCancelEvent function

Testing

  1. Tested by running website
  2. also tested endpoint with postman

Notes

  1. Cancelling event sends admin back to home page (we are trying to fix this)
  2. The "cancel" and "save changes" buttons do not stay disabled because the page refreshes
vercel[bot] commented 6 months ago

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
lagos-volunteers ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jun 8, 2024 10:38pm
jasozh commented 4 months ago

BUG: Cancel event button is grayed out even if event is upcoming and is not canceled.

jasozh commented 4 months ago

Add cancel banner on top image