SJSUCSClub / acmsjsu-web

https://acmsjsu.org
0 stars 1 forks source link

[dev] Event Card - 2 FE + 2 BE #14

Open pankinkun opened 11 months ago

pankinkun commented 11 months ago

EventCard showing (1 FE)

Features (1 FE)

Backend handler ( 2 for each BE) POST /api/event/[:id]

GET /api/event/[:id] get and return event's info

PATCH /api/event/[:id] Update data in the database add attendees email into the Attendees array of Event

DELETE /api/event/[:id] Remove event

ManasC478 commented 11 months ago

i can do the POST and GET handlers for backend

ManasC478 commented 11 months ago

@triquenguyen not really sure if I still need to implement the POST api/event/[:id] after what we discussed.

pankinkun commented 11 months ago

@triquenguyen not really sure if I still need to implement the POST api/event/[:id] after what we discussed.

It can be use to handle RSVP, or adding attendees emails to the array

TimothyPhan2 commented 11 months ago

Done with the edit/delete/rsvp buttons for the most part. Used sample event data for it.

IbrahimD0 commented 11 months ago

Done with EventCard design

ejiro-codes commented 11 months ago

Pretty belated but I'd finished coding up the routes for patch and delete requests last week.