FairPlayTube icon indicating copy to clipboard operation
FairPlayTube copied to clipboard

Create the "VideoPlaylist" page

Open efonsecab opened this issue 2 years ago • 0 comments

In the client app create the following "/Pages/Users/VideoPlaylists/MyPlayLists.razor" "/Pages/Users/VideoPlaylists/MyPlayLists.razor.cs"

Create the constant for the page route, the page route must be "/Users/VideoPlaylists/MyPlayLists" Set the page to be access only to authorized users with role="User"

Add a title "My Video Playlists"

Add a button "Create Video Playlist" When the button is clicked, show a modal requesting the following fields

  • Playlist name
  • Playlist Description

Use the "VideoPlaylistClientService.CreateVideoPlaylist" method to create the new playlist

Add a menu item to the main menu

efonsecab avatar Nov 02 '21 14:11 efonsecab