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

Support of sub-data-agreements #10

Open
JanLin opened this issue Oct 19, 2021 · 1 comment
Open

Support of sub-data-agreements #10

JanLin opened this issue Oct 19, 2021 · 1 comment
Assignees
Labels
enhancement New feature or request question Further information is requested

Comments

@JanLin
Copy link
Contributor

JanLin commented Oct 19, 2021

There may be multiple purposes associated with a single interaction/transaction between individual and controller. The data agreement record is on a per purpose bases and in order to create the relation between data agreements a new list is added to allow to refer to multiple sub-data-agreements. Below is a proposal to be added to the schema. A PR will be issued if agree on the addition.

"sub_data_agreements": [
{
"data_agreement_id": "d7216cb1-aedb-471e-96f7-7fef51dedb76"
}
]

@lalc lalc self-assigned this Oct 26, 2021
@lalc
Copy link
Member

lalc commented Oct 26, 2021

This is a quick way to solve, but in my mind comes with complex consequences. By referring to a sub-agreement in an agreement as you did above, we get into certain complexity, examples:

  1. Recursive sub-agreements one gets in when you refer to an agreement within another agreement. There are a few design issues that came to my mind that I need to check further esp towards users. GDPR requires any data usage to be clear and comprehensive from an end-user perspective.

  2. For any data agreement that is not with legal basis consent, you cannot have optional attributes. Consent typically is non-mandatory. For e.g. during a registration process, some attributes could be optional clarifying the additional purpose for which the request is being sought. Attributes that are optional shall be defined in a data agreement with legal basis consent.

What is, however, needed is the ability to define multiple data agreements within a single data exchange transaction. So, question is, how do we attach multiple data agreements with one verification?

@lalc lalc added the enhancement New feature or request label Oct 26, 2021
@georgepadayatti georgepadayatti added the question Further information is requested label Dec 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request question Further information is requested
Projects
None yet
Development

No branches or pull requests

3 participants