Skip to content

As the business owner, I would like alerts so that I am aware of all items that need immediate attention.

Acceptance Criteria

  • Results are shown in a pagination. No more than 10 alerts shown at once.
  • Relevant modal should pop up upon clicking alert.

The following should be displayed in alerts:

  • Unpaid items.
  • Items overdue on collection.
  • Items with incomplete disposals.
  • Items near expiry that have not been marked down.

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
Edited by Jack Thomas