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

Add seen songs relation to User and Song models #103

Merged
merged 1 commit into from
Feb 2, 2025

Conversation

Advayp
Copy link
Collaborator

@Advayp Advayp commented Feb 2, 2025

Changes

  • Create a many-to-many relation between User and Song that represents if a User has seen a particular song (and vice versa)
  • This will eventually allow for a better recommendation algorithm

Related Issues

@Advayp Advayp self-assigned this Feb 2, 2025
@Advayp Advayp added enhancement New feature or request Backend 🔪 labels Feb 2, 2025
@Advayp Advayp merged commit 3acc341 into main Feb 2, 2025
4 checks passed
@Advayp Advayp deleted the advay/add-seen-field-to-songs branch February 2, 2025 07:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Backend 🔪 enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Store whether or not a user has seen a song
1 participant