Guild Bank Snapshots

Guild Bank Snapshots

16.9k Downloads

[REQUEST]: Snapshot items/counts to calculate change between scans

JerbAcuch opened this issue ยท 1 comments

commented

Describe what you want to be implemented?

An overview of all net gain/loss in items, while subtracting moves from tab-to-tab or tab-to-bag-to-tab would help better survey the bank changes. This would also assist in auditing when the guild bank log becomes flooded; you may not know who but you know what changed.

To implement, only the latest snapshot would need to know what items and counts were in each tab, on a new scan, look for any delta per tab, then find "moves" by negating out subtracts and adds. Replace the 'last' snapshot with the current snapshot and log the deltas.

If "continuous log" was enabled, gaps could at least be annotated by changes.

Explain why you want this feature implemented.

This addon's uses become limited in use once the log is filled.

Describe any alternatives you've considered.

I'm not certain any exist to solve the log gap issue.

Please provide screenshots or relevant context to support your request.

No response

commented

I could possible have an overview like this for purely item changes, as I already save the items and counts in the database and it's part of what I use to verify there are actually any changes in a log when a scan occurs (you'll see sometimes it says no changes detected).

I want to add some sort of trend tracking, which was my next idea after trying to figure out a continuous log, and my idea was to first track changes in guild bank money, but this is something that would probably fall under that umbrella.

Sorry for the delay in response. Between life and the new expansion, I haven't had a lot of time for coding, let alone enhancements rather than bug fixing.

Just curious, what would you like to see first? Trends in gold or items?