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

Cache user's data into files (liked tracks, saved albums, followed artists, etc) #306

Merged
merged 5 commits into from
Dec 2, 2023

Conversation

aome510
Copy link
Owner

@aome510 aome510 commented Dec 2, 2023

Resolves #291
Resolves #235

  • implement store_data_into_file_cache to save user's data into a file upon receiving Spotify API's response
  • implement load_data_from_file_cache to load user's data from a file upon initializing the application's state
  • and other small code improvements

@aome510 aome510 merged commit 2358708 into master Dec 2, 2023
3 checks passed
@aome510 aome510 deleted the cache-user-save-data branch December 2, 2023 23:28
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Cache user's saved albums, artists, playlists cache liked tracked playlist
1 participant