Summary of the first phase of the front-end work: to realize the basic interface

At present, the overall framework of the front-end and back-end has been built and opened up, except for the text retrieval function, all are implemented normally, and unit testing, integration testing, and functional and performance testing will be carried out later. The specific interface is shown as follows:

①Registration, login, forget-retrieve password

- register

- Log in

- Logout, exit the current account.

- Forgot Password Reset, which allows users to reset their password through the verification process.

 

② Upload video interface

- Video upload function, allowing users to select video files and upload them to the server for storage (display upload progress, provide real-time feedback of upload progress to users).

- Fill in the video information when uploading, including metadata such as title, description and tags.

- Provides the option to choose whether to save the video to the personal cloud disk.

③Personal cloud disk interface

- User video cloud disk, view uploaded videos and video notes, etc.

 

④Video player and video notes interface

Video player:

- Video player functionality that allows users to watch uploaded video clips.

- Basic video playback controls, including play, pause, fast forward, fast rewind, etc.

- Volume control that allows users to adjust the volume of the video.

- Full screen function, which allows users to watch videos in full screen.

Video notes:

- Allows creating and editing video notes (notes with a certain timestamp) while watching a video.

- Display, store and manage video notes created by users.

⑤ Interface for personal information maintenance and password modification

- Show user profile.

- User video cloud disk, view uploaded videos and video notes, etc.

- Edit profile function.

- Change password feature.

- Upload profile picture function.

 

 

 

 

Guess you like

Origin blog.csdn.net/Sunnyztg/article/details/131430448