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, users can signup and log in and see all posts available on the application.
dashboard
This page is designed to manage platform data, namely Users and posts. 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.
By default, it displays an overview tab, which can be switched to the Users and All posts tabs
Note: Switching between tabs works by changing elements’ custom states.
reset_pw
Here, users reset their password after accessing the link in the mail.
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.