Currently, the audit trail logs when users open/view a file and when they download a file as the same type of event, including a timestamp. This makes it impossible to distinguish whether a document has only been viewed within the system or actually downloaded to a local device.
We propose separating these into two distinct event types:
File viewed/opened
File downloaded
This distinction should be clearly visible in the audit trail, allowing administrators and project stakeholders to track download activity specifically.
|
Practical use of functionality?
This functionality is particularly important for projects handling classified or sensitive documents where access is strictly regulated. Being able to clearly identify if and when a file has been downloaded enables:
This also supports project teams and administrators in quickly responding to potential data handling risks. |
|
|
What is the impact of not doing this?
If this functionality is not implemented:
|