? ? Pending

User tests: Successful: Unsuccessful:

avatar JoomliC
JoomliC
19 Sep 2018

REDO #22240

Use standardized strings for domain name and description in Privacy request xml export file.

avatar JoomliC JoomliC - open - 19 Sep 2018
avatar JoomliC JoomliC - change - 19 Sep 2018
Status New Pending
avatar joomla-cms-bot joomla-cms-bot - change - 19 Sep 2018
Category Front End Plugins
avatar JoomliC JoomliC - change - 19 Sep 2018
Title
[Privacy XML export] standardized convention for domain (Redo https://github.com/joomla/joomla-cms/pull/22240)
[Privacy XML export] standardized convention for domain (Redo #22240)
avatar JoomliC JoomliC - edited - 19 Sep 2018
avatar brianteeman
brianteeman - comment - 20 Sep 2018

I have tested this item successfully on 18faa4c


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22253.

avatar brianteeman brianteeman - test_item - 20 Sep 2018 - Tested successfully
avatar alikon
alikon - comment - 20 Sep 2018

I have tested this item successfully on 18faa4c


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22253.

avatar alikon alikon - test_item - 20 Sep 2018 - Tested successfully
avatar Quy Quy - change - 20 Sep 2018
Status Pending Ready to Commit
avatar Quy
Quy - comment - 20 Sep 2018

RTC


This comment was created with the J!Tracker Application at issues.joomla.org/tracker/joomla-cms/22253.

avatar mbabker mbabker - change - 22 Sep 2018
Status Ready to Commit Fixed in Code Base
Closed_Date 0000-00-00 00:00:00 2018-09-22 15:09:28
Closed_By mbabker
Labels Added: ? ?
avatar mbabker mbabker - close - 22 Sep 2018
avatar mbabker mbabker - merge - 22 Sep 2018
avatar mbabker
mbabker - comment - 22 Sep 2018

https://docs.joomla.org/J3.x:Integrate_Extensions_with_the_Privacy_Component needs to be updated to reflect the standardization of name/description

avatar JoomliC
JoomliC - comment - 26 Sep 2018

Well, someone edited code example before i do ;-)

About details for name and description, maybe to give some insights and recommendation on naming to keep futur usability when xml use programmatically ?

eg by replacing this part:

Domain name - A name to identify the domain
Domain description - A short description of the data contained in the domain

By this:

Domain name - A name to identify the domain (lowercase underscore separated string for reusability as a variable) eg "user_galleries"
Domain description - A short description of the data contained in the domain (lowercase underscore separated string recommended for reusability as a variable) eg "joomla_user_galleries_data"

RTC and if ok, i will update docs.
Note that if for name, it seems to me a good idea to use a variable, maybe not mandatory to request the same for description (recommended, but not required ?).

So, open to comments!

Add a Comment

Login with GitHub to post a comment