bartervg / barter.vg

Track and hold discussion on Barter.vg bugs, enhancements, and other issues
https://barter.vg
MIT License
20 stars 4 forks source link

F2P games still display a non-zero price #238

Open bartervg opened 3 years ago

bartervg commented 3 years ago

Describe the bug

Games that switch to free-to-play display the old non-zero price

Steps to reproduce the bug

  1. Go to https://barter.vg/i/66781/
  2. Verify that it is Free on Steam, and it is tagged as $0 Free on Demand on Barter,
  3. yet the Barter.vg profile displays 9.99 Retail Price

Expected behavior

0.00 Retail Price, e.g. https://barter.vg/i/28639/ The game switched to F2P in June 2020.

Screenshots

image

Additional context, device information (OS & Browser) if applicable

Identified by luckz

bartervg commented 3 years ago

This game doesn't have a $0 tag in the bundle either https://barter.vg/bundle/3502/

Revadike commented 3 years ago

It would be valuable information to know which paid games turned f2p. Perhaps you can store the price changes. For example, instead of having a single number as price, you use an object with keys as unix timestamps and values the new price after that date.

bartervg commented 3 years ago

which paid games turned f2p

This information should be saved in price_high TODO: confirm this happens