Skip to content

As a employee, I would like to send out notifications when an item is sold, so that my customers are informed on their items.

Acceptance Criteria

  • The overview page will contain buttons on overdue return to send out a notification
  • Pending return will automatically send out a notification when the due date is close (1 week)
  • Items ready for markdown will be populated with near due items and a button to reduce price by a set amount

Definition of Ready

  • Understood by the team
  • Has clear business value
  • Is estimated
  • Has its dependencies linked
  • Is small
  • Has its acceptance criteria defined

Definition of Done

  • Built and runs without errors
  • Is tested against acceptance criteria
  • Demoed to the team
  • Documented and commented code
  • Pages have some basic styling (if appropriate)
  • Has at least 70% code coverage for automated testing
  • Uses Selenium to full stack test (if appropriate)
  • Has no ESLint errors