Progress Update: Insurance App
Mar 11, 2022
I have been working on my insurance app and have made some progress.
I have created a script for each panel that will need one for my app. I have also created the IPanel interface to force each panel to have a method that will process information that the panel will need.
I then defined what a case was and created a UI manager that will display the information of the active case.
I have the create a case button set up to create a new active case and generate a random case ID number.
I then used the process info method to check to make sure the first and last name fields are filled and have that information filled into the active case data.