An option for tracking data changes, as related to #10.
Globally maintained list of changes per session
Just an append-only log: no further functionality required
For LCA practitioner – this could provides a complete overview of their original process development activities (if conducted through AB)
Could be viewed in AB for supplementing with sources or notes etc. But probably not necessary as they could use an text editor if this is desired
Could be stored on disk as json file, perhaps in same directory as ab_settings.json
User should be informed that the log exists, and how it can be helpful to them
Data to be appended on each modification:
i. Timestamp
ii. BW project
iii. db
iv. activity guid
v. exchange id (optional)
vi. data key
vii. original value (None if insert)
viii. new value
ix. data change type (maybe unnecessary)
An option for tracking data changes, as related to #10.