cookbook icon indicating copy to clipboard operation
cookbook copied to clipboard

How do I create different types of notifications

Open juuso-vaadin opened this issue 5 years ago • 0 comments

What will this enable for the user? As a user of the application, I want to see different types of notifications which's behaviour is based on severity.

Common use case is to have four notification types: Generic, Success, Warning and Error. Each type should have set of rules based that define the behaviour.

Parameters pre-defined by each type are

  • Position
  • Theme variant (visual style)
  • Closing behaviour
    • Timeout (success and non-critical notifications)
    • Close button (warnings and errors that require user acknowledge)
    • Action buttons (warnings and errors that require user's decision)
    • Non-closable (i.e. background process)

Screenshot from customer case: image

Recipe tags (optional): Notifications

Related tags (optional):

juuso-vaadin avatar Sep 15 '20 09:09 juuso-vaadin