[Plugin] Component/Page alert notification
arivera12 opened this issue · 0 comments
arivera12 commented
Make a component which provides inline alert notifications which can be displayed anywhere dynamically by friendly remembered notification alert Identifier.
Brainstorming
Notification Alert
- NotificationAlertId
- BootstrapColorId
- NotificationName (This should be friendly to remember and apply)
- NotificationAlertTitle (Nullable)
- NotificationAlertDescription
- NotificationRecurringTypeId (Nullable)
- Always - Displays always and ignores dates range
- YearlyWithinDatesRange - Displays between dates range yearly and From cannot be less than To
- MonthlyWithinDaysRange - Displays between dates range of days and From cannot be less than To
- OnceWithinDatesRange - Displays between dates range only once within the year and From cannot be less than To
- NotificationAvailableFrom (Nullable)
- NotificationAvailableTo (Nullable)
- IsDeleted
- RecordRevisions
- CreatedBy
- CreatedOn
- ModifiedBy
- ModifiedOn
BootstrapColors
- BootstrapColorId
- BootstrapColorName
- None - 0
- Active - 1
- Primary - 2
- Secondary - 3
- Success - 4
- Danger - 5
- Warning - 6
- Info - 7
- Light - 8
- Dark - 9
- Link - 10