discord / gamesdk-and-dispatch

Public issue tracker for the Discord Game SDK and Dispatch
22 stars 7 forks source link

X People you know have played it before caries over between SKUs #22

Closed PixelNinja132 closed 4 years ago

PixelNinja132 commented 4 years ago

Describe the bug When looking at a store page for an SKU, where it says X people you know have played it before, it caries between SKUs

Steps to reproduce Steps to reproduce the behavior:

  1. Go to one SKU store and look at X people you know as played it before.
  2. Go to another SKU and you will see exactly the same

Expected behavior It should only show people that have played the SKU of the current store, not all customers of the game.

Screenshots If applicable, add screenshots to help explain your problem. image

Additional context It should be per SKU of how many people you know that have played it.

Jump-Suit commented 4 years ago

it would care over because all the SKUs are under one Application...

PixelNinja132 commented 4 years ago

@Jump-Suit should it not be sepetate? Of you have a DLC with the game, you would not want the DLC to say X people have played it if they only play the game

msciotti commented 4 years ago

While a reasonable suggestion, all of the data tables used to power this feature are all based at the application level, so we aren't able to swap it over to SKU-specific. This is intended behavior.