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

List the events that users are going in their profile pages #254

Closed alialperendurak closed 2 years ago

alialperendurak commented 2 years ago

Users should see events that they have participated or will participate in their profiles.

alialperendurak commented 2 years ago

Created new structure named SearchEvent and implemented in user profile page. When user clicks their profile, they will see the events that they are participating. System takes the current logged in username via AuthContext and filter the events with this username.