Store shuffle settings #34

Closed
opened 2019-03-10 01:47:21 -05:00 by kdeng00 · 0 comments
kdeng00 commented 2019-03-10 01:47:21 -05:00 (Migrated from github.com)

Store the shuffle settings in the database

  • Create a Shuffle table to store different shuffle types
  • The default shuffle value will be Shuffle All
  • Will be a one record table
  • When app starts initialize the shuffle controls with the stored value
  • When any shuffle interactions take place, alter the the value in the database table
Store the shuffle settings in the database - Create a Shuffle table to store different shuffle types - The default shuffle value will be Shuffle All - Will be a one record table - When app starts initialize the shuffle controls with the stored value - When any shuffle interactions take place, alter the the value in the database table
Sign in to join this conversation.