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.
This page contains the discussions (posts) from other users, milestones, popular groups and upcoming meetups. If a user is signed in, his/her profile picture is displayed and when clicked takes the user to the profile page.
Note: Switching between tabs works by changing elements’ custom states.
add-new-product
Here, a user can add a new product.
After the “Add product” button is pressed, a new product is created and user is redirected to created
product
page. admin
This page is designed to manage platform data, e.g. Users, groups, posts and meetups. 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.
The content of the page is displayed in 5 tabs:
- stars with the “Home” tab, where a sum up of other tabs is displayed.
- “Users” - here, admin user can search, view, delete or contact users registered on app.
- “Articles” - here, admin user can search, view, delete or create articles.
- “Groups” - here, the admin user can search, view, delete or create groups.
- “Meetups” - here, the admin user can search, view, and delete meetups.
articles
Here, users can do a filtered search through articles posted on the platform.
contribute
Here, after a Call to Action block, the user can read information on platform features, written in 9 small blocks.
group
This is the page that contains full details of specific groups opened.
Here, a registered user can:
- join/leave the group,
- see posts and members,
- and add a post.
interview-detail
This page is where the full article about the interview is displayed.
login
This is the login page, where besides ordinary login, Google and Facebook authentication is allowed.
meetups
This is the page that lists all available meetups on the platform.
meetups-new
This is the page where users can create their own meetup and add such things as the meetup URL, description, time, and date.
posts
This page holds the discussion, starting with the main message, followed by comment thread.
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.
product
After initial registration of the product on the
add-new-product
page , here user can indicate and save all product-related details. product_view
Here, all product-related information is displayed, like name, short description, milestones, etc.
products
Here, the list of all registered products is displayed, which can be filtered by a wide range of options.
profile
This is the profile page of every user, it contains all the information about the user, his posts, his settings, his followers count and followers, following and following count.
User can also edit his profile on this page.
signup
This is the signup page, where besides ordinary registration, Google and Facebook authentication is allowed.
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.
reset_pw
This page is for resetting the password.
404
This is a page for 404 redirect errors, informing a user that the web page he or she is looking for cannot be found.