- Introduction
- Installation
- Starting the App
- Using the App
- Misc Comments
The IDOI MVC is an Entity Framework 6.4 based integrated database system with views for multiple tables and foreign key relationships across entities. The purpose of this project was to service a proof of concept for a future complaint handling system and a technology demo for Entity Framework.
The IDOI MVC is deployed on Azure. The codebase requires Entity Framework 6.4, Boostrap 4.6.0, and Microsoft.AspNet.Identity.EntityFramework 2.2.3.
The application can be accessed from Azure.
The database contains tables for Complaints, Agents, Insurers, Admin Actions, Investigators, and Consumers. The homepage displays current complaints and the Invesigator detail shows complaints assigned.
Future implementations will include impact analysis pages, duplicate value handling, and more customized views.