decentralised-dataexchange / bb-consent-android-privacy-dashboard

This repository hosts source code for the reference implementation of the GovStack Consent Building Block Android Privacy Dashboard towards individuals.
Apache License 2.0
0 stars 0 forks source link

Create data agreement record only when the lawfullusage is not consent and not legitimate_interest #151

Closed josmilan closed 1 year ago

josmilan commented 1 year ago

At the initial step, create the data agreement record only if the lawfullusage is not consent and not legitimate_interest

If the lawfullusage is consent or legitimate_interest then create the data agreement record only when we update the consent.

API- https://consent-bb-swagger.igrant.io/v2023.8.2/index.html#put-/service/individual/record/data-agreement-record/-dataAgreementRecordId-

lalc commented 1 year ago

Just checking: What happens in the following scenario?

A person: 1) Opt-out 2) Opt-in 3) Opt-out

Why isn't the initial record in this case marked "Opt-Out"? @georgepadayatti