Case Management Application
In this chapter, we’ll focus on creating the functionality of a case management application. A case management application is an application that allows you to manage a case for a customer, such as an insurance company or law firm, among many other use cases. A case holds information about a specific case, where you can track the status of the case and save notes related to it. This should further familiarize you with all the basics that you’ve been taught in the previous chapters. The application will make use of a data model, the page builder, actions, and interactions for our logic. We will also be using authentication in this application.
This chapter is divided into the following parts:
- Using the login template
- Creating our data model
- Setting up the Back Office
After this chapter, you will have a better understanding of the process of creating an application, setting up authentication, creating advanced pages...