OrbitalMarket icon indicating copy to clipboard operation
OrbitalMarket copied to clipboard

Improve popularity score by flagging product with a lot of "discord reviews"

Open hugoattal opened this issue 2 years ago • 3 comments

Some sellers use reviews to check for discord verification.

Idea:

  • take the 10-20 last review of products with more than 10 reviews.
  • for each review with less than 3 words with a discord id => weight 0
  • for each review with more than 3 words with a discord id => weight 0.25
  • for each "normal" review => weight 1
  • multiply the number of stars by sum(reviewWeights)/numberOfReviews in the score calculation

hugoattal avatar Jan 15 '23 19:01 hugoattal

Not possible anymore... https://github.com/hugoattal/OrbitalMarket/issues/30

hugoattal avatar Jan 18 '23 00:01 hugoattal

Might be doable now that I saved every reviews!

hugoattal avatar Jan 19 '23 14:01 hugoattal

Done!

hugoattal avatar Jan 19 '23 17:01 hugoattal