Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Username to ZPM.Analytics.Event #109

Open
scanzano-bcbssc opened this issue Mar 21, 2024 · 0 comments
Open

Add Username to ZPM.Analytics.Event #109

scanzano-bcbssc opened this issue Mar 21, 2024 · 0 comments

Comments

@scanzano-bcbssc
Copy link

scanzano-bcbssc commented Mar 21, 2024

In the class ZPM.Analytics.Event which is used to track the events done for a module, ie
install

install
uninstall
download
etc
I would like to see the following added

/// The username of the person that performed the action
Property Username As %String [ SqlComputeCode = {set {*}=$Username}, SqlComputed, SqlComputeOnChange = %%INSERT ];

so as to be able to track who is performing the actions.

Our practice is to

standup our own private repo/registry
Provide username and password commonly based on customer names, although not exclusively customer names, they are sometimes personal names
Use the data in ZPM_Analytics.Event to determine who has performed what actions. It's not clear that fields like
city
country
region
are ever populated and fields like
-GUID
-IP
provide little any meaningful insight
Adding this single property declaration should be completely safe and transparent to users.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant