Project ILIDA is a platform that solves the problem of accident reporting and management in grand scale. It is designed to act in a national scope, providing the right tools and support on every interested party, from the final consumer, to insurance companies, or even the police and the national emergency aid center.
The platform consists of various modules and sub-modules, four of them are presented here as a MVP.
- Mobile app for consumers
- Mobile app for experts
- Web app for backoffice operators
- Restful Core API
The public consumer app is used to easily submit an accident and track it's progress.
The expert app is used by experts that register and evaluate accident data. This app will notify experts in the vicinity of an accident accepted by the backoffice system. An expert can accept the accident and move to it's location.
The backoffice app is used by the operation center. Operators will manage and validate all accidents that pass from the platform.
In the core of the platform resides a RESTful API in ASP.NET Web API, this API services all the current and future modules of the platform. There is currently no documentation available, but you can see the Domain Model.