Hello Martin, Thanks for your interest in Apache Unomi !
Actually I have some good news in the upcoming version (1.3.0), we have already built-in a system to store and update consents for each visitor profile. I am a little behind in releasing 1.3.0 but if you are interested in this you could build the source from the master branch and it includes all the new consent management features. Basically the Profile object now has an accessor to a Consent object list, and each consent contains the following information: - a scope - a type identifier for the consent. This can be any key to reference a consent. Note that Unomi does not manage consent definitions, it only stores/retrieves consents for each profile based on this type - a status : GRANT, DENY or REVOKED - a status date (the date at which the status was updated) - a revocation date, in order to comply with GDPR this is usually set at two years You can then set and update consents using a consent-specific event called "modifyConsent". You can find an example of sending such an event in our integration tests here : https://github.com/apache/incubator-unomi/blob/636037486c5b370230ae3b0775c634af705f01aa/itests/src/test/java/org/apache/unomi/itests/ModifyConsentIT.java I hope this will help. Best regards, Serge... Serge Huber CTO & Co-Founder T +41 22 361 3424 9 route des Jeunes | 1227 Acacias | Switzerland jahia.com <http://www.jahia.com/> SKYPE | LINKEDIN <https://www.linkedin.com/in/sergehuber> | TWITTER <https://twitter.com/sergehuber> | VCARD <http://www.jahia.com/vcard/HuberSerge.vcf> > JOIN OUR COMMUNITY <http://www.jahia.com/> to evaluate, get trained and to discover why Jahia is a leading User Experience Platform (UXP) for Digital Transformation. On Sun, May 20, 2018 at 11:34 PM, Martin Nielsen <[email protected]> wrote: > Hello everyone. > I am very new to Unomi, and I have been looking through the Unomi page, > very much motivated by the new european privacy rules. > > I am trying to figure out if Unomi can be used to handle customer opt-in > when a new type of personal data is about to be recorded? > Is it possible to somehow make unomi check if an item is recieved with a > new kind of personal information, such as for example the users phone > number, and ask for a prompt/permission from the user before that data is > made available though Unomi? > > And if yes, can someone point me in the right direction? > If no: Can someone give me a rough idea of where that functionality should > be implemented? In that case i might take a crack at it. > > Have a good day/night > -Martin >
