Configuration
Documentation for configuring the Notification component in the LiveHealth frontend application.
👤 Development Team📅 Updated: Mar 13, 2026📁 Services🏷️ notifications🏷️ frontend🏷️ setup🏷️ dependencies🏷️ firebase
Notification Component Configuration
This document provides an overview of the Notification component located at src/components/OrganisationLogin/Notification in the LiveHealth frontend application.
Component Overview
The Notification component is responsible for displaying and managing notifications within the application. It includes features such as:
- Displaying a list of notifications.
- Marking notifications as read or unread.
- Handling different notification types (e.g., critical reports, report ready).
- Providing actions for each notification (e.g., review, open report).
Configration Files
File: src/components/Finance/Components/OrganizationManagement/MultipleUserOrganisation/Notification Preferences/NotificationToggles.tsx
Component Path: src/components/OrganisationLogin/Notification
GitHub: View on GitHub
Configuration Options
Notification Types
The component supports the following notification types, defined in NOTIFICATION_TYPE:
- REPORT_READY: Indicates that a report is ready.
- CRITICAL_REPORT: Indicates a critical report.