Informatievlaanderen / OSLOthema-consent

GitHub repository for the OSLO trajectory "consent"
0 stars 0 forks source link

DataSubject should be subclass of Person #12

Closed GeertThijs closed 2 years ago

GeertThijs commented 2 years ago

Description MinorDataSubject, while also being a subclass of Datasubject, is now defined as a subclass of Person. It should be Datasubject that is defined as a subclass of Person. Which infers that also a MinorDataSubject is a Person.

Solution Make DataSubject a subclass of Person in stead of MinorDataSubject.

GeertThijs commented 2 years ago

Simplified class diagram to illustrate the proposed solution: Illustration03

michaelgeamanu commented 2 years ago

This was done accordingly.