intersystems-community / DeepSeeWeb

Renderer for DeepSee Dashboards in Browser with MDX2JSON as a Serverside and JS web-client
MIT License
18 stars 13 forks source link

Implement auditing support for DSW dashboards usages #430

Closed evshvarov closed 1 month ago

evshvarov commented 1 month ago

THis works in DSZ. Here is documentation https://docs.intersystems.com/iris20233/csp/docbook/DocBook.UI.Page.cls?KEY=D2IMP_ch_dev#D2IMP_audit_code

Could it be implemented in DSZ as well?

Lena-Ev commented 1 month ago
Frisle commented 1 month ago

The logging method performed according to the documentation provided does not enable dashboard/query auditing through Audit UI. This doc. has concrete example of using console instead of Audit UI.

I will look for another way to enable it, but it will take more time to research. We need to set a deadline for completing this task. And if my research fails, I suggest writing our own version of auditing using a workaround I recently wrote

You said you have some .xml doc from client. Could you send it to me somewhere?

evshvarov commented 1 month ago

I think this is implemented in MDX2JSON and we can close the issue, thank you!