Closed Beznet closed 4 years ago
Decided that a decision table is the next feature priority. It'll take any item's rank value of x<=3 and put that item in a "donate/sell" column and anything x>=4 in the "keep" column
x<=3
x>=4
Basic functionality added, will tidy up in later iterations.
Decided that a decision table is the next feature priority. It'll take any item's rank value of
x<=3
and put that item in a "donate/sell" column and anythingx>=4
in the "keep" column