Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Plugin] Component/Page alert notification #22

Open
arivera12 opened this issue Aug 7, 2020 · 0 comments
Open

[Plugin] Component/Page alert notification #22

arivera12 opened this issue Aug 7, 2020 · 0 comments
Assignees
Labels
area oneline blazor Includes oneline blazor client and server sides area oneline includes OneLine enhancement New feature or request oneline plugin New feature plugin

Comments

@arivera12
Copy link
Owner

arivera12 commented Aug 7, 2020

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
@arivera12 arivera12 added enhancement New feature or request area oneline blazor Includes oneline blazor client and server sides area oneline includes OneLine oneline plugin New feature plugin labels Aug 7, 2020
@arivera12 arivera12 self-assigned this Aug 7, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area oneline blazor Includes oneline blazor client and server sides area oneline includes OneLine enhancement New feature or request oneline plugin New feature plugin
Projects
None yet
Development

No branches or pull requests

1 participant