BOX HIVE WORKFLOW Pages • Home • Login • Signup • Genres (Categories) • Movie detail page • Profile page • Contact Page • Settings • Scheduled movies page • Search
The Flow
- The URL takes user to the homepage
- The homepage shows all latest movies
- The movies are listed accordingly like • Most Watched • Kids / Cartoon • Anime • Action • Romance and so on
- Before a user can watch or see a movie description, the user has to login
- New users have to register, manually or through google authentication
- After registration, the user goes to the payment page either through paystack, paypal or stripe, whichever one works
- After payment, the user can watch unlimited number of movies for the subscribed duration
- Clicking any video on the homepage takes the user to the movie details page
- The details page holds the following information • Name/Title of movie • Short description of movie • Rating and Year of release • Schedule when to watch if user want to watch later • Actors in the movie • Other movies by same actors • Other movies under the same category • Other top movies • And the movie itself
- Under the profile page, the user can see the following • Full name • Email • Payment method (which can be changed) • Delete account • Report a problem • Logout
- Scheduled movies page has the following information • List of scheduled movies • Time of each movie • Add or delete a scheduled movie (scheduled movie information are sent to user email)
- The categories page shows all categories of movies in the database
- Reminder to renew subscription is sent to user email one week before expiration and also two days before expiration.