Remove modification of the SongCount #47

Closed
opened 2019-05-24 20:10:46 -04:00 by kdeng00 · 0 comments
kdeng00 commented 2019-05-24 20:10:46 -04:00 (Migrated from github.com)

For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables.

Affected tables

  • Artist
  • Album
  • Genre
  • Year
For the AlbumStoreContext, ArtistStoreContext, GenreStoreContext, and YearStoreContext classes alter how the SongCount is retrieved. Instead of storing or retrieving a song count in the tables themselves, calculate the song counts. This would translate to not mapping the SongCount field to the database tables. ### Affected tables * Artist * Album * Genre * Year
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: phoenix/icarus#47