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

Friend Requests #24

Open
musafir928 opened this issue Dec 2, 2019 · 1 comment
Open

Friend Requests #24

musafir928 opened this issue Dec 2, 2019 · 1 comment
Assignees
Labels
finish backend Last discussion last discussion in team, ready to pull to development

Comments

@musafir928
Copy link

musafir928 commented Dec 2, 2019

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:

  1. Modify models/User => add three arrays of objects.(done)
  2. Add "sendFriendRequest" , "cancelFriendRequest" and "acceptFriendRequest" endpoints.(api/profile)(done)

front end:

  1. A separate component called "friends" includes: friends list, requests list and waiting list.
  2. Set "confirm", "reject" and "cancel" buttons in Friends component.
  3. Set "sendFriendRequest" button in developers page.
  4. set Alerts.
@musafir928 musafir928 added finish backend Last discussion last discussion in team, ready to pull to development labels Dec 4, 2019
@musafir928
Copy link
Author

finished and deployed for test and presentation.
https://whispering-inlet-00905.herokuapp.com/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
finish backend Last discussion last discussion in team, ready to pull to development
Projects
None yet
Development

No branches or pull requests

3 participants