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

Rewrite application state's data model #19

Merged
merged 17 commits into from
Oct 26, 2021
Merged

Conversation

aome510
Copy link
Owner

@aome510 aome510 commented Oct 26, 2021

Brief description of changes

  • add state/model.rs module to store the application's Spotify models
  • separate the application's state and data
    • Previously, application data such as caches, user data, etc are stored inside the player state.
    • Now, state::data::AppData is used to store those the application's data.
  • add some cleanups, documentation/naming changes, and code refactors while making changes for the new data/state structure

@aome510 aome510 merged commit f4139a4 into master Oct 26, 2021
@aome510 aome510 deleted the rewrite-app-data-model branch October 26, 2021 02:43
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.

1 participant