swe574-spring23 / SWE574

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

DEV I Fix followed user duplication #159

Closed sozkan4 closed 10 months ago

sozkan4 commented 10 months ago

Description: This PR addresses the bug where the friend recommendations section on the user list page includes users that are already being followed. The fix modifies the user_list view to exclude followed users from the friend recommendations, providing more relevant recommendations to the users.

Changes Made:

Updated the user_list view in views.py to exclude followed users from the friend recommendations. Modified the view logic to exclude users already in the following list when fetching the friend recommendations based on shared spaces.

Screen Shot 2023-05-26 at 23 57 50