Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Priority values [closed]

Tags:

math

We are developing software, where the users have to assign priority numbers (integers) to jobs. Our basic question is if a high priority should be done with a high or low number (and vice-versa for low priority)? This is software to be used by other developers and we want to do what is most natural to the majority.

We have looked around and found both systems are being used and we also have different opinions internally.

What do you prefer?

Sorry if the tag is not good, but it is the best I could find.

like image 230
Uffe Kousgaard Avatar asked May 12 '11 16:05

Uffe Kousgaard


People also ask

What does priority value mean?

Definition. Value priorities are principles that provide people with a way of knowing what they must do and what type of person they must be so that they can live the best way possible, taking into account their environment and personal attributes.

Is lower number higher priority?

A lower priority number means that the species is under greater threat. For example, a number of 2 indicates a higher degree of concern than a number of 8.

How do I change priority values in Jira?

To edit a priority, navigate to the Priorities page and then select Edit next to the priority you want to edit. To delete a priority, select Delete next to the priority you want to delete. You can't delete priorities that are used by non-default priority schemes.


2 Answers

It really depends on how you present the value to the user. If you present it as kind of a ranking, then 1 would be "better"/higher ranked than 2. But if you instead present it as a kind of "weight" then 2 would be "heavier" than 1. So it's more a matter of how you present it (be sure to be consistent with your choice).

Put personally, I have the feeling that the ranking system is more intuitive than a "weight" system. You normally think about the most important things, and you want to put them at the front, or handle them "first". Thus starting with 1 for high priorities and going to larger numbers for lower priorities seems more natural.

like image 163
DarkDust Avatar answered Oct 24 '22 09:10

DarkDust


I think that DarkDust does a good job of capturing the ambiguity that causes why people do it differently. My advice is, for whichever convention you choose, annotate the word "priority" with an indication of the convention you chose. Say "priority rank" if lower values proceed first, and "priority weight" or "priority level" if higher values proceed first. Avoid "priority number", as you are implicitly talking about a quantity with a direction.

like image 5
John with waffle Avatar answered Oct 24 '22 11:10

John with waffle