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

"Forget me" feature #4

Open
fedir opened this issue Apr 22, 2018 · 3 comments
Open

"Forget me" feature #4

fedir opened this issue Apr 22, 2018 · 3 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@fedir
Copy link

fedir commented Apr 22, 2018

Let's find how we could implement "Forget me" feature (one of the most important points of GDPR).

What it could be :

  • Creation of transversal layer in all TYPO3 system, where all contents and data, related to the FE user are tracked via, for example, "feuser_private_data_mm" relations, where any FE user generated content could be tracked;
  • Backend module for controlling all these records by admins;
  • Mechanism of safe deletion request, which will safely remove those data and contents.

Ressources:

@georgringer
Copy link
Owner

TBH I dont see this as so important for TYPO3 as in only rare cases fe_users create content and if this is done on a system, this can easily be embeded in the custom extension

@georgringer georgringer added the enhancement New feature or request label Apr 23, 2018
@georgringer georgringer added this to the 3.0.0 milestone Apr 23, 2018
@nostadt
Copy link

nostadt commented Apr 23, 2018

I see your point but such a feature or configurable service would be handy. Yet I understand that this feature may should be located in an additional ext.

Let's say EXT:gdpr provides a configurable Service and a respective fe plugin & each 3rd party providing fields for custom data comes along with the required configuration. An admin or editor just needs to place the fe plugin on a desired page once and with each additional activated ext. the new custom data are deleted automatically. Further it's always the same configuration and admins or editors - depending on the configured acl - can easily figure out the configuration. On the other hand, if every ext. develop it own it's own there will be surely various implementation and sometimes not well structured.

@georgringer georgringer added the help wanted Extra attention is needed label Apr 23, 2018
@nostadt
Copy link

nostadt commented Apr 28, 2018

I can imagine this feature is somehow related to #6 as basically same data needs to be gathered and then processed. May be a good call to wait for the implementation of https://typo3.org/community/teams/typo3-development/initiatives/persistence/ either.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

3 participants