Creating an overview page
In the previous chapter, we set up authentication for our application. This will be used in our frontend. After we’ve logged in to our frontend, we want to be redirected to an overview page, from where we can manage our current cases.
For our overview page, we will be using a predefined template. By using a predefined template, you can quickly build a lot of the basic functionality you need in your application. These predefined templates already contain a lot of basic functionality, which will be further extended in the future as well. This will save you even more time later on.
Let’s create a new page by clicking on the New page button, as shown in Figure 11.1.
Figure 11.1 – The button for creating a new page
After selecting this button, we will need to select our predefined template. For this template, we will be selecting CRUD with slide-out panel. See Figure 11.2.
CRUD is an abbreviation for create...