GW2Treasures / gw2treasures.com

Guild Wars 2 database
https://gw2treasures.com/
MIT License
18 stars 5 forks source link

Add item relevancy score #1435

Closed darthmaim closed 1 month ago

darthmaim commented 1 month ago

Calculates a relevancy score for each item


relevancy = (
  buyQuantity / maxBuyQuantity +
  sellQuantity / maxSellQuantity +
  2 * views / maxViews
) / 4