-
Notifications
You must be signed in to change notification settings - Fork 585
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
Enterprise distribution, reporting dashboard, custom reporting functionality - done #956
Comments
The following lines in tagui/src/tagui_report.php is where users can change to output the reporting summary. And at the end of that file is where the individual log files are written. I think it'll be good if we make this as an option configurable by users, instead of them having to modify the files or maintain their own fork of TagUI. I'm assuming on users' centralised server, a program can write files to it directly by specifying the intranet network path and file to write to. |
So outstanding for this issue is having an option to set where to store report summary and log files |
Evaluate the concept of setup + teardown |
added enterprise security section in readme |
Considering adding new fields like user_id and link to error image file |
Above commit adds a new |
If you are using TagUI v6.46 and above, you can get this update with |
If you are using TagUI v6.46 and above, you can get this update with |
Above commit adds a custom reporting section to tagui\src\tagui (macOS/Linux) and tagui\src\tagui.cmd (Windows). It is not viable for configuration text file to do custom reporting, eg sending data and files to a central server or API. This is because the range of what to be done is broad and differs from organisation to organisation. Also, having this setting simply in a text file would increase the chance of a central IT config being tampered by end-users. Below approach lets central IT make the configuration themselves as needed before distribution and installation. And with this approach it is much harder for the same end-user to tamper for malicious purpose, since it is within a batch/bash script.
Fyi @marcelocecin and @ruthtxh on this approach above. |
If you are using TagUI v6.46 and above, you can get this update with |
Closing since this change has made its way into the latest packaged release. |
"Can definitely add feature for distribution, it would help small teams and enterprise which may not have access to bloated enterprise tools and licences on tool distribution."
The text was updated successfully, but these errors were encountered: