Skip to content
Permalink
4fd6904eb4
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Go to file
 
 
Cannot retrieve contributors at this time
21 lines (21 sloc) 1.54 KB
<div ng-controller='adminController'>
<div class="text-center">
<h1 class=''>Media Center Here</h1><br /><br />
Enter/Edit New Media Screen – as shown in Figure 4 for the UConnJobSearch app, there
needs to a screen to enter all of the information on a new media item including: track name,
album name, artist name, composer name, genre name, and/or media name; this means
entering new artists, albums, genres, media types, and tracks. You may also need to add
new track names as well. <br /><br />
Create/Manage Playlists: A screen that for a Employee to create/manage/modify playlists
(nPlaylist and PlaylistTrack entities/tables) for the Chinook web app, which requires
detailed search capabilities for tracks (track name, album name, artist name, composer
name, genre name, and/or media name). This has the ability to modify an existing Chinook
playlist (add or remove tracks or remove the entire playlist). This also has the ability to
create a new named Chinook playlist which will allow the Employee to perform a detailed
search and select tracks. The Search Screen, as shown in Figure 3 for the UConn Job Search,
the upper left should have a set of options to search media by track name, album name, artist
name, composer name, genre name, and/or media name, return the results. You will need to
support multiple pages for the result sets since there can be many results based on the search
criteria. <br /><br />
</div>
</div>