Creating an incident tracking solution – building the user interface
Before designing interfaces, we must ask ourselves which requirements our application will solve. This analysis will help us decide which technology to use, what infrastructure holds every piece of our solution, and even how our end users will consume it.
Getting ready
With the help of the previous recipe, we have solved the data source section of our infrastructure. It’s time to leverage Power Apps to automate creating the building blocks of our application.
Power Apps deeply integrates with SharePoint as a tool to build solutions rapidly with its low-code principles. This integration allows the creation of a completely functional application in a few steps.
In this recipe, we will discover the classic approach to developing apps with SharePoint. The evolution of the platform allows newer ways to tackle these tasks. Please refer to the Creating a canvas app from existing data recipe...