Please enable JavaScript.
Coggle requires JavaScript to display documents.
Interactions between front and backend - Coggle Diagram
Interactions between front and backend
Login
Show the Login Page
Check the credentials with backend user data
if
Successfull
authorize the user
Unsuccessfull
Not Allowed
Register
Show the Register page
validate the fields according to the model data
validation complete
Something bad
Don't creat new user
Save the new user data in db
Click on View All
Show the whole gallery
Show only recent 4 videos
Click on any video
Suggested Video listed at right and at left in big space clickable video will show and now it is ready to watch. just click once again on it to play
You can control video such as increasing sound, mute etc
Click on My video
All video fetch from the current user from the db to show on front end
When click on any video
display videos at left side and information of clickable video at right side
You have two options now either you can delete or save
Click on upload video
select a video from your local machine from drag and drop, fill the all fields
Save the video in db with all the details
Show this new video at first place