Closed SunburnedGoose closed 8 years ago
Regarding 6iv,
The sum of the stats is at the max CSP for that item type.
The item should be complete if the sum of that stats is at or greater than the max CSP, in case we're caught off guard.
And then in 7ii,
Let's start with 1% chance to upload all completed items when a completed item event occurs.
Be careful about uploading duplicate data, though. Need to locally keep track of infusion events uploaded.
At this point I don't have answers to your three questions, but everything else looks good. Question 1 is important.
We'll remove the data once it's uploaded. There won't be duplicates.
I've updated 6 to hopefully clear it up. Just trying to make it clear that an infusion event must occur, so when an item is deleted, we can upload that data point.
As for tampering, that's a tough one.
fixed in #572 per work from the data collecting script. can re-run the script if we need to update values, don't need it built into DIM at this time?
I need a feature of DIM that can collect the stats for items and track their changes as the item is infused. These changes will help understand the rate of change each item experiences as items are infused into it. The question I'm looking to answer is do all items of similar type have the same rate of change?
We'll need a couple of features to make this happen.
The remote resource should be a restful endpoint that accepts data to be stored into a database.
Questions