This section states the purpose of each page.
Introduction
In this summary, we will describe each page and its content. The Page Element is the fundamental one that contains all the other elements.
Tip: See Bubble Reference for more information about Pages element https://bubble.io/reference#Elements.Page 🙂
Pages
index
This is the main page typically encountered first on the web app that usually contains links to the other pages of the site. A homepage includes a variety of menus that make it easy for users to find the information they need.
Here, the page starts with a here section that contains a banner (sourced from TMDB), followed by a repeating group with different movies displayed (also sourced from TMDB).
Below, it contains 6 tabs with results filtered by categories: Top Rated, In Theaters, Coming Soon, Popular, TV Shows, Latest.
The page is ended with a repeating group that displays all recently viewed movies.
about
This page shows information about the managing team in two main groups.
Tip: The text on this page is a placeholder and should be modified according to your own requirements.
actors
This page displays information about certain actors, showing all details about them and their careers and the movies they featured in.
admin
This page is designed to manage platform users and track statistical data about registered users and recently viewed movies. Only users with admin rights are able to access this page (in read-only mode), and those users who have access rights can edit or delete anything here.
Note: Switching between tabs works by changing elements’ custom states.
celebs
This page displays lists of celebrities and details about them and their career.
community
This page is dedicated to the platform community, with the description split into 4 text blocks.
Tip: The text on this page is a placeholder and should be modified according to your own requirements.
login_signup
This page is used for users’ login and signup into the site.
movies
This page shows detailed information about the selected movie.
movies_and_shows
This page displays a list of movies filtered by a certain category.
privacy
This is the page where users see the legal statement that specifies how the company manages the collected user data.
Tip: The text on this page is a placeholder and should be modified according to your own privacy policy.
Tip: Also, make sure you have Terms page in your app. This will help you go through App Store and Google Play approval procedures, in case you decide to convert your Bubble app into native iOS and Android apps. These links are also important for Facebook login.
profile
This page displays the user profile, in a simplistic style.
search
This page is designed for users to display the list of search results.
termsofservice
This is the page where users see the agreement act between both sides: the company that has the web application and users who access the web application.
Tip: The text on this page is a placeholder and should be modified according to your own terms of service.
Tip: Also, make sure you have Privacy page in your app. This will help you go through App Store and Google Play approval procedures, in case you decide to convert your Bubble app into native iOS and Android apps. These links are also important for Facebook login.
tv
This page shows detailed info about the selected tv show.
watchlist
This page displays a list of movies, added by the user to be watched later.
reset-pw
This page is for resetting passwords. Here, users reset their password after accessing the link in the mail.
404
This page comes up when a searched item could not be found. This is a page for 404 redirect errors, informing a user that the web page he or she is looking for cannot be found.