User tests: Successful: Unsuccessful:
REDO #22240
Use standardized strings for domain name and description in Privacy request xml export file.
Status | New | ⇒ | Pending |
Category | ⇒ | Front End Plugins |
Title |
|
I have tested this item
Status | Pending | ⇒ | Ready to Commit |
RTC
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:
?
?
|
https://docs.joomla.org/J3.x:Integrate_Extensions_with_the_Privacy_Component needs to be updated to reflect the standardization of name/description
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!
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.