Prioritization Notes

The best ideas on how to make a decision on what to do next

Development

An essential question for development is not only how to find a problem solution, but also what to implement first. And there are always bugs to be fixed. Learn about feature prioritization and peculiarities of bug prioritization.

The simplest and popular method to decide which issues should be tackled first to make the software better and safer for users.

  • Relevance — Helps to understand if the bug still exist and remove it from a backlog.
  • Frequency — Shows how often users can face with it and broken their workflow.
  • Severity — Means how badly the bug has affected the application’s functionality.
  • Front Time — Time estimates for Front-End development.
  • Back Time — Time estimates for Back-End development.