Sobes.tech
Middle

Provide an example of a situation where a task has high severity but low priority.

sobes.tech AI

Answer from AI

An example of such a situation is the detection of a rare and specific localization error.

  • Severity: High. The error can lead to incorrect information being displayed to users in a certain region or language, negatively affecting their experience and understanding of the product. For example, an incorrect translation of a legal term or a function name.

  • Priority: Low. This error only manifests when using a specific locale or in very specific scenarios, which are used by a very small percentage of users. Most users of the product do not encounter this problem. Fixing it requires effort from the localization or development team but does not block core product functions and does not affect most users.

Example:

A website of an online store has an incorrect translation of the phrase "Returns Policy" into Catalan. Instead of the correct term, a misleading one is used.

  • Severity: High (Incorrect information for the user, potential legal consequences, poor user experience).
  • Priority: Low (Catalan is used by a small percentage of website users compared to overall traffic. The problem does not block the purchase process or main site functions).