I still don't understand how hotness is evaluated...
For example, my values are
100/100
100/100
50/100
0/100
0/100
..in order of the above.
I'm thinking that
2/100
2/100
1/100
0/100
0/100
...is the same thing as above.
would there be a difference if I made them all 50/100 - I'm thinking no because they are all the same as if I used 0/100, assuming 0 still evaluates. If there is only 5 options (currently) I think it would be less confusing to just allow the user to set a order, 0 through 5, 0 means ignored.
For example,
5/5
4/5
3/5
0/5
0/5
So, since you are setting priority, it wouldn't make sense to set two with the same values, because then you are going to foobar your requirements, which value would take precedence and when? So, Id recommend to allow for 0 through 5, 0 is ignored, 1 is lowest priority and 5 is the highest (if exist).
OK, I think the horse is dead now.