#43994 closed enhancement (fixed)
Help for Export/Erasure and Privacy admin pages need text and links.
Reported by: | xkon | Owned by: | xkon |
---|---|---|---|
Milestone: | 5.7 | Priority: | normal |
Severity: | normal | Version: | 4.9.6 |
Component: | Privacy | Keywords: | has-screenshots has-patch needs-copy-review commit |
Focuses: | administration, ui-copy | Cc: |
Description
Both of the new Tools don't have any Help
tab at all at the moment so that needs to get added and the Privacy (settings) page has a somewhat of abstracted text but nothing specific with a link that points to #
since there are no online docs yet.
I think we have 2 options to make it to the release in a nice way:
1] We remove the Help tab from the Privacy(settings) as well.
2] We have to add Help everywhere with the appropriate explanations and links to online docs for people to read more if they want.
Any extra suggestions or texts that we could add?
Attachments (8)
Change History (50)
This ticket was mentioned in Slack in #gdpr-compliance by xkon. View the logs.
6 years ago
This ticket was mentioned in Slack in #gdpr-compliance by desrosj. View the logs.
6 years ago
#5
@
6 years ago
We definitely need to mention what gets deleted/exported and what does not (whether on .org or inline). After working on some integration of my own plugins, I'm noticing not much information is given about what gets deleted and what does not (e.g. user posts and author info) and the only way to understanding it is trying it out yourself.
For example, currently, posts submitted by authors are not exported or erased. Comments and user accounts are not erased either, the comment is just anonymized and the user account remains. I appreciate what exactly is removed/deleted is changed down the line.
Additionally, like the privacy policy, it may be helpful for other plugins to also have a way to hook into this help and state what they delete/anonymize too, possibly deriving from a list generated by WP containing things it deletes/anonymizes/keeps.
This ticket was mentioned in Slack in #core-privacy by desrosj. View the logs.
6 years ago
This ticket was mentioned in Slack in #core by joshuawold. View the logs.
6 years ago
This ticket was mentioned in Slack in #core-privacy by desrosj. View the logs.
6 years ago
This ticket was mentioned in Slack in #core-privacy by desrosj. View the logs.
6 years ago
#14
@
6 years ago
- Keywords has-screenshots added
Added some screenshots of what the Posts page has. I think some of these tabs might actually work for us.
This ticket was mentioned in Slack in #core-privacy by desrosj. View the logs.
6 years ago
This ticket was mentioned in Slack in #core-privacy by desrosj. View the logs.
6 years ago
#18
@
6 years ago
- Milestone changed from 4.9.9 to 5.0
Punting to 5.0
since it falls outside of the 4.9.9
focus.
#20
@
6 years ago
- Milestone changed from 5.1 to Future Release
This still needs copy. Punting until some is written.
This ticket was mentioned in Slack in #core-privacy by burtrw. View the logs.
4 years ago
This ticket was mentioned in PR #315 on WordPress/wordpress-develop by burtrw.
4 years ago
#23
- Keywords has-patch added; needs-patch removed
Trac ticket: https://core.trac.wordpress.org/ticket/43994
This ticket was mentioned in PR #316 on WordPress/wordpress-develop by burtrw.
4 years ago
#24
Trac ticket: https://core.trac.wordpress.org/ticket/43994
#25
@
4 years ago
Soo, I admit, I got lost in trying SVN and I'm a total novice with pull requests, etc. But I did test this locally and added a combination of some text at the top of the screen and text for the "Help" tab. I tried to follow examples from other core pages and re-use some of the info in docs.
I also couldn't figure out how to do both files in one PR, so sorry about that. Grr.
#26
@
4 years ago
- Focuses administration ui-copy added
- Milestone changed from Future Release to 5.5
- Owner changed from idea15 to garrett-eclipse
- Status changed from assigned to reviewing
- Version set to 4.9.6
Thanks @burtrw this is a great start, I've moved this to review for 5.5.
This ticket was mentioned in PR #322 on WordPress/wordpress-develop by burtrw.
4 years ago
#27
Trac ticket: https://core.trac.wordpress.org/ticket/43994
#28
@
4 years ago
I re-did the PRs to combine them into one. I also moved some of my suggested text from the into area of the screens to the Help tab to better match tone, length, and type of text on other core screens.
This ticket was mentioned in Slack in #core-privacy by burtrw. View the logs.
4 years ago
This ticket was mentioned in Slack in #core by david.baumwald. View the logs.
4 years ago
#32
@
4 years ago
- Milestone changed from 5.5 to Future Release
With Beta 1 landing tomorrow, this ticket is being moved to Future Release
. If any maintainer or committer feels the remainder of this ticket can be resolved in time, or wishes to assume ownership during a specific cycle, feel free to update the milestone accordingly.
#33
@
4 years ago
- Keywords needs-copy-review needs-testing added
- Milestone changed from Future Release to 5.7
- Owner changed from garrett-eclipse to xkon
Thanks for all the work here @burtrw !
43994.diff is a refresh of the latest PR to apply cleanly.
This has been waiting for quite a while and it would be nice to finally have some help tabs in 5.7 so I'm marking it just in case it can make it.
The text looks good to me and I've also made a small change to add some sprintf
so we can correctly use the admin_url()
where needed.
Also adding a needs-testing & needs-copy-review for a second look on the text as well just in case something isn't fully clear from the information provided :).
To test:
- Apply the 43994.diff patch.
- Navigate to your wp-admin and from the menu select Tools, Export Personal Data & Erase Personal Data
- You should now have a
Help
button (top right of the screen along with screen options) available for these screens. Preview at export_help.jpg & erase_help.jpg
#34
@
4 years ago
- Keywords commit added; needs-testing removed
After applying the latest patch, works as expected. Removing needs-testing
. Adding commit
.
hellofromtonya commented on PR #315:
4 years ago
#38
Closed with changeset https://core.trac.wordpress.org/changeset/50147
hellofromtonya commented on PR #316:
4 years ago
#39
Closed with changeset https://core.trac.wordpress.org/changeset/50147
hellofromtonya commented on PR #322:
4 years ago
#40
Closed with changeset https://core.trac.wordpress.org/changeset/50147
Bumping to 4.9.7 so enough thought can be put into providing helpful text.