You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
User story:
As a user I want to make friend requests and accept or reject friend requests from other users. And I should be able to delete a friend from my friends list.
Technical:
backend:
Modify models/User => add three arrays of objects.(done)
Add "sendFriendRequest" , "cancelFriendRequest" and "acceptFriendRequest" endpoints.(api/profile)(done)
front end:
A separate component called "friends" includes: friends list, requests list and waiting list.
Set "confirm", "reject" and "cancel" buttons in Friends component.
Set "sendFriendRequest" button in developers page.
set Alerts.
The text was updated successfully, but these errors were encountered:
User story:
As a user I want to make friend requests and accept or reject friend requests from other users. And I should be able to delete a friend from my friends list.
Technical:
backend:
front end:
The text was updated successfully, but these errors were encountered: