swingmx / swingmusic

Swing Music is a beautiful, self-hosted music player for your local audio files. Like a cooler Spotify ... but bring your own music.
https://swingmx.com
MIT License
731 stars 41 forks source link

Introduce stores for state management on the server. #45

Closed cwilvx closed 2 years ago

cwilvx commented 2 years ago

Introduce state management in form of stores to manage how tracks, albums and other data is moved around in the system. It can be something like this:

We have a data class which has properties and methods to manipulate these properties. More on this later.

cwilvx commented 2 years ago

This won't be happening ... I've decided to move states to the database. This minimizes the number of states to maintain as states can be determined when a request is made.