punchcard-cms / punchcard

The Punchcard CMS
Apache License 2.0
31 stars 19 forks source link

Core Developer: Alert component #601

Closed ineedsubstance closed 7 years ago

ineedsubstance commented 7 years ago

Build a component for alert messages.

Feature: Contextual Feedback
  As a Core Developer,
  I want to provide users with a feedback message that requires their attention 
  So that users understand if an action is needed and what they need to do

  Scenario: Alerts
    Given that, a user may require contextual feedback
    When they perform an action in Punchcard that required feedback
    Then they will see an alert message
      And the message will be displayed in context of the related element 
      And the message will state the issue and how the user can take action

Contextual Feedback:


Related to #225

ineedsubstance commented 7 years ago

Blocking #225