Closed FraserGreenroyd closed 2 years ago
@BHoMBot check installer
@BHoMBot check versioning
@BHoMBot check required
@BHoMBot check ready-to-merge @BHoMBot check copyright-compliance
@BHoMBot this is a DevOps instruction. I am authorising dispensation to be granted on check ref. 8987860273
@BHoMBot this is a DevOps instruction. I am authorising dispensation to be granted on check ref. 8987115997
NOTE: Depends on
https://github.com/BHoM/BHoM_UI/pull/429
Issues addressed by this PR
Closes #
Test files
Changelog
Additional comments
When trying to do project analytics per canvas, the
doc.DocumentID
wasn't unique between canvases, so doing a new canvas or loading in a saved script would give the sameDocumentID
. Instead, there is a uniqueRuntimeID
available instead, but that is just aulong
rather than a more unique GUID, and resets each time you load Grasshopper. Therefore, the decision has been made to use that to generate unique IDs per canvas for the analytics, rather than theDocumentID
.