deathbeam / maps-of-exile

PoE Maps div cards and stuff

Home Page:https://mapsofexile.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Adding sorting by layout,density,boss rating will also improve experience.

deathbeam opened this issue · comments

From issue #15 so it do not contains multiple things at once

I was also thinking about this. I actually want to reverse sort in order to find maps for shadow sniping. :)

edit: I'm simulating this by using negative weights like -1000, -100, -10, -1 for each metric in order of importance which works pretty well. The one issue is that since the final score is reduced to 1-100 it means that there are sometimes ties between maps even when their shouldn't be. I would ask for the sorting to be based on the real underlying value rather than the 1-100 score but since the final solution is real sorting I guess there's no problem.

Also mention from reddit, additional sorting based on card rarity for card view might also be useful. I want to look at adding proper sort system at some point but I really dont like the table header sorting as its fairly limited, need to figure out something nicer