swe574-spring23 / SWE574

BOUN Spring 574 Project
MIT License
0 stars 0 forks source link

BUG - Friends Duplication #158

Closed sozkan4 closed 10 months ago

sozkan4 commented 10 months ago

Currently, the friend recommendations section on the user list page includes users that are already being followed by the logged-in user. This results in redundant recommendations and a less optimal user experience.

Proposed Solution:

Modify the user_list view to exclude the followed users from the friend recommendations. Update the view logic to exclude users already in the following list when fetching the friend recommendations based on shared spaces.