forked from openscd/open-scd
-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Labels
Description
Is your feature request related to a problem? Please describe.
The IEC61850 definition allows a history to be written in the SCL file in the form of History
> HItem
.
The HItem
can have a who
attribute to track who made a change.
At the moment, Com-pas fills this attribute with the user information when saving a new version, so it seems that the application is not GDPR compliant at the moment.
- There is no disclaimer on how the data will be handled (which could be instance specific).
- User data is shared and stored in the cloud without notice.
- The SCL files containing this user data can be downloaded and shared with third parties.
Describe the solution you'd like
At least :
- The user should be able to consent to the use of their data (this could come from a company policy regarding its use, but there should be an option to display this within Com-pas).
- The data in the 'who' attribute should be pseudonymised.