mirror of
https://github.com/johndoe6345789/metabuilder.git
synced 2026-04-26 23:04:57 +00:00
31 lines
862 B
Markdown
31 lines
862 B
Markdown
# Notification Center Package
|
|
|
|
## Overview
|
|
Notification system for displaying alerts, messages, and system notifications.
|
|
|
|
## Location
|
|
[/packages/notification_center/](/packages/notification_center/)
|
|
|
|
## Purpose
|
|
Provides a centralized notification system for displaying user messages, alerts, and system events.
|
|
|
|
## Features
|
|
- Notification queue management
|
|
- Toast notifications
|
|
- Alert dialogs
|
|
- System notifications
|
|
- Notification filtering and prioritization
|
|
|
|
## Seed Data
|
|
Notification templates and configurations are stored in the package's seed directory.
|
|
|
|
## Configuration
|
|
Notification behavior is configured through database-stored definitions.
|
|
|
|
## Usage
|
|
Import notification components through the package management system.
|
|
|
|
## Related Documentation
|
|
- [Package System](/docs/development/package-system.md)
|
|
- [Component Architecture](/docs/architecture)
|