OrbitalMarket
OrbitalMarket copied to clipboard
Improve popularity score by flagging product with a lot of "discord reviews"
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
Not possible anymore... https://github.com/hugoattal/OrbitalMarket/issues/30
Might be doable now that I saved every reviews!
Done!