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 hot reload functionality for comment addition, badge giving, event apply #252

Closed alialperendurak closed 2 years ago

alialperendurak commented 2 years ago

When users adding comments, applying events and giving badge to other users page should not need to be refreshed, data should be fetched instantly.

alialperendurak commented 2 years ago

Hot reload functionality is implemented in events detail and user profile pages. In event detail page, the comments user added is listed instantly. Also when they apply the event, their names are also listed participant section instantly again. Same functionality implemented for badge giving.