Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mongoose2 #500

Open
wants to merge 64 commits into
base: main
Choose a base branch
from
Open

Mongoose2 #500

wants to merge 64 commits into from

Conversation

AlexBuzea
Copy link

add sentFriendRequests field to user model in order to evaluate whether a request was sent to that user already and if it was to not allow to Add Friend again, not fully implemented yet

Swright88 and others added 30 commits June 12, 2023 15:27
… the user requested for, updates the database. Once accepted the request database update to add users in each others friends field. However, the page does not update and allows to press accept multiple times and add the same user multiple times in the friends field instead of refreshing to reflect the new values
cutetofuu and others added 29 commits June 15, 2023 14:52
Mongoose branch merged with profile page and user model and seed
Update seed data with hashed passwords
 button to remove the friend for that user and remove the user from t
he friend's friends as well
r can click add friend button multiple times and it was populating th
e friend requests field multiple times, only allows to add user to fr
iend requests once and server no longer breaks
…ere a request was sent to that user already and if it was to not allow to Add Friend again, not fully implemented yet
@AlexBuzea
Copy link
Author

add sentFriendRequests field to user model in order to evaluate whether a request was sent to that user already and if it was to not allow to Add Friend again, not fully implemented yet

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants