foyzulkarim / mern-video-streaming

MERN Video Streaming is a cutting-edge, open-source platform for video streaming, offering a comprehensive, full-stack solution utilizing the latest MERN stack technologies.
MIT License
182 stars 63 forks source link

Implement Video Edit page #55

Closed foyzulkarim closed 1 year ago

foyzulkarim commented 1 year ago

When we click on the Edit link/button, we will navigated to a new page and load all of the video information in the page. No need to UPDATE the property inthis ticket.

Let's not over-use our upload page and keep it as it is. Create a new VideoEditPage to edit the text values (NOT the uploaded video itself)

Also, take the latest code from main branch. Update the List page and add a Edit button in the actions (keep the Delete action but remove the other actions).

ReshadSadik commented 1 year ago

I've run the project on local but it seems like this page is already created . Can you confirm . See attached video. @foyzulkarim

https://github.com/foyzulkarim/mern-video-streaming/assets/66641469/5cbcf746-fea2-4f4c-b152-d6e75c9ee9c9

foyzulkarim commented 1 year ago

The page should have editable values

abirAbuAsim commented 1 year ago

@foyzulkarim Should the Edit button be inside the card in Videos page

Screenshot 2023-08-20 at 7 37 25 AM

or in the detailed page when we click on the card

Screenshot 2023-08-20 at 7 37 47 AM
foyzulkarim commented 1 year ago

@abirAbuAsim bro, it should be in the detailed page when we click on the card. thanks

foyzulkarim commented 1 year ago

@aninda052 I have updated the description