adam-codersgu / supernova

A Kotlin-based Android application that allows the user to play music from their device while custom animations fall over the album artwork of the currently playing song.
0 stars 0 forks source link

Filter most played by week month and year #115

Closed adam-codersgu closed 6 months ago

adam-codersgu commented 11 months ago

Implement feature for what period of time is covered for the most played on the homepage:

adam-codersgu commented 6 months ago

Working on branch feature/filter-most-played-by-date

adam-codersgu commented 6 months ago

This feature will require cleanup activity that clears old song plays?

adam-codersgu commented 6 months ago

This feature will require song plays for deleted songs to be deleted from the database

adam-codersgu commented 6 months ago

Also need to migrate aged plays to the SongPlays table via one off script that runs during the next install?

adam-codersgu commented 6 months ago

Also need to purge data from songplays when songs are deleted

adam-codersgu commented 6 months ago

Completed and merged https://github.com/adam-codersgu/supernova/pull/128