We need to create a floating action button for creating a video, which would open cards for creating a video, scribbling in the scratchpad and recording the screen. The flow for the app would work out like this:-
The teacher's dashboard would consist of a createPlaylist option which would take the teacher to the new route . Inside that route , the teacher would be able to add a new video by clicking on a floating action button. On clicking, 3 cards would pop over providing the teacher the options for using the scribble pad, screen record or webcam recording.
Component Flow:-
MainDashboard -> click on create playlist -> Route to new course component-> inside this component add a and for navigating to a particular route like scribble pad etc.
We need to create a floating action button for creating a video, which would open cards for creating a video, scribbling in the scratchpad and recording the screen. The flow for the app would work out like this:-
The teacher's dashboard would consist of a
createPlaylistoption which would take the teacher to the new route . Inside that route , the teacher would be able to add a new video by clicking on a floating action button. On clicking, 3 cards would pop over providing the teacher the options for using the scribble pad, screen record or webcam recording.Component Flow:-
MainDashboard -> click on create playlist -> Route to new course component-> inside this component add a and for navigating to a particular route like scribble pad etc.