View Revisions: Issue #63 |
[ All Revisions ] [ Back to Issue ] |
Summary |
0000063: Add the concept of PlaylistSongDTO |
|
Revision |
2011-04-25 14:36 by ycastonguay |
|
Description |
Now that the users can add songs to their playlist, if they add the same song multiple times, the application will display a play icon near every song.
Thus PlaylistDTO cannot simply contain a list of SongDTO. PlaylistSongDTO must be introduced, with SongId and Position as properties. |
|
Revision |
2011-04-24 16:38 by ycastonguay |
|
Description |
Now that the users can add songs to their playlist, if they add the same song multiple times, the application will display a play icon near every song.
Thus PlaylistDTO cannot simply contain a list of SongDTO. PlaylistItemDTO must be introduced, with SongId and Position as properties. |