Components
This module consists of 2 main components. Both are required to be setup for the module to work.
Backend Service
This Golang-based backend service serves as the core engine for the Incident Management module. It provides a comprehensive set of APIs for recording, editing, and managing various incident-related data.
warning
The backend service must be deployed or started up for the frontend component to work.
Frontend Web Component.
This Svelte-based component library seamlessly integrates with the web-base project, providing a set of screens and components for visualizing data from the backend service.