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

Create Friendship DB Model #25

Closed
HuxleyBerry opened this issue Dec 6, 2024 · 1 comment · Fixed by #42
Closed

Create Friendship DB Model #25

HuxleyBerry opened this issue Dec 6, 2024 · 1 comment · Fixed by #42
Assignees
Labels
backend Task must have a back end issue difficulty::easy This issue is easy priority::medium This issue is medium priority

Comments

@HuxleyBerry
Copy link
Member

Prerequisites

#3

Issue

Create a django model for the friendship table. The fields should be:

  • id (primary key)
  • requester (foreign key to the user table)
  • receiver (foreign key to the user table)
  • status, which can either be "pending" or "accepted"
@HuxleyBerry HuxleyBerry added backend Task must have a back end issue priority::medium This issue is medium priority difficulty::easy This issue is easy labels Dec 6, 2024
@Sebagabones Sebagabones self-assigned this Dec 7, 2024
Copy link

github-actions bot commented Dec 7, 2024

Branch issue-25-Create_Friendship_DB_Model created!

@Sebagabones Sebagabones removed their assignment Dec 9, 2024
@23348918 23348918 self-assigned this Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Task must have a back end issue difficulty::easy This issue is easy priority::medium This issue is medium priority
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants