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

As a user I should be able to send friend requests to other users #3

Open
yudistrange opened this issue May 17, 2023 · 1 comment
Open
Labels
feature New feature or request

Comments

@yudistrange
Copy link
Contributor

No description provided.

@shahn95
Copy link
Contributor

shahn95 commented Jul 27, 2023

Friend Requests

  • Users exist

  • Get a list of currently registered users?

  • Send a FR

    • Check if the given user exists
    • If they exist
      • Friend Request is created in the system
  • Pull a list of FRs

    • Have a list
    • Respond to a FR
      • Accept
        • Each others friends ❤️
      • Reject
        • Nothing happens 💔
  • APIs

    • POST /friend-requests/
    • GET /friend-requests/
    • POST /friend-requests/:id/accept
    • POST /friend-requests/:id/reject

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
Development

No branches or pull requests

2 participants