bounswe / 2021SpringGroup4

This is the project repository of Group 4 for Boğaziçi University's Fundamentals of Software Engineering course.
2 stars 1 forks source link

Implement apply events functionality #249

Closed alialperendurak closed 2 years ago

alialperendurak commented 2 years ago

In events section users can apply events according to the their wishes.

alialperendurak commented 2 years ago

Implemented the apply event functionality. When users click the apply event button, event information is updated with the related user information. I used the update_event endpoint with patch request.