deathbeam / maps-of-exile

PoE Maps div cards and stuff
https://mapsofexile.com/
MIT License
31 stars 3 forks source link

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

Closed deathbeam closed 6 months ago

deathbeam commented 10 months ago

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

melink14 commented 9 months ago

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.

deathbeam commented 6 months ago

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