Parse loadouts response and send sell orders information to marketOrdersIngest topic#143
Parse loadouts response and send sell orders information to marketOrdersIngest topic#143DERGONokay wants to merge 2 commits intoao-data:masterfrom
Conversation
|
I have not tested this, but I think this generates a problem on the server side. Currently, when someone looks for The reason we bucket the data is we have no way to know if a market item was sold, taken down, changed, etc so we assume we only want to see the most recent data. To be fair, we have the same issue if someone does a random search that returns a bunch of mismatched items (vs looking at pages of the same item to get the true min/max). Have to think about how to deal with that issue. Unfortunately, that means this PR will sit on hold until I/we/whoever comes up with a workable solution. |
Added a new operation to parse and send sell orders retrieved in the Loadouts tab solving the Issue #9