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
New users have preferences initialized based on genre selection. The initial recommendations will be equal ratios based on the genre selection. This ratio will be adjusted as they like songs.
Preferences are stored as String[] in postgres.
Unit testing:
check for writes to database
check for any updates to liked songs
The text was updated successfully, but these errors were encountered:
New users have preferences initialized based on genre selection. The initial recommendations will be equal ratios based on the genre selection. This ratio will be adjusted as they like songs.
Preferences are stored as String[] in postgres.
Unit testing:
The text was updated successfully, but these errors were encountered: