refactor: rename Review Notes → Editorial Notes, Refine from Notes → Editorial Updates#528
refactor: rename Review Notes → Editorial Notes, Refine from Notes → Editorial Updates#528zeus2611 wants to merge 12 commits into
Conversation
|
The following accounts have interacted with this PR and/or linked issues. I will continue to update these lists as activity occurs. You can also manually ask me to refresh this list by adding the If you're merging code through a pull request on GitHub, copy and paste the following into the bottom of the merge commit message. To understand the WordPress project's expectations around crediting contributors, please review the Contributor Attribution page in the Core Handbook. |
Review Notes → Editorial Notes, Refine Notes → Editorial Updates. Full rename: PHP namespaces, class names, feature slugs, DB option keys, Webpack entries, TS source dirs, REST ability routes, plugin IDs, integration tests, E2E specs, mock fixtures, and docs. V1_0_0 upgrade migration copies existing enabled-state options from old keys to new keys on plugin upgrade.
67a22f0 to
6a02fe2
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #528 +/- ##
=============================================
+ Coverage 71.20% 72.19% +0.99%
- Complexity 1150 1154 +4
=============================================
Files 67 68 +1
Lines 5563 5571 +8
=============================================
+ Hits 3961 4022 +61
+ Misses 1602 1549 -53
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
|
Thanks for taking this on @zeus2611 My plan was to do things in a similar manner. Happy to defer to this PR; would just leave a few suggestions for consideration: 1. Experiment + button descriptions still describe the old behaviour. The
2. "Editorial Updates" button label. Right now the button reads 3. 4. |
| ### Changed | ||
| - Rename "Review Notes" experiment to "Editorial Notes" and "Refine from Notes" experiment to "Editorial Updates" ([#506](https://github.com/WordPress/ai/issues/506)). |
There was a problem hiding this comment.
No need to add changelog entries here. We'll handle that as part of the release
Yeah, we like to keep these as The plan is to have this in v1.0.0 so I think fine to leave those as-is for now. But I agree with all the feedback @saarnilauri gave above so once that's taken care of, I can do a final review here. |
|
Thanks @saarnilauri for those review comments, most seem accurate to me. |
|
Thanks @saarnilauri (and @dkotter, @jeffpaul) for the detailed review! All four points have been addressed:
@dkotter would it be possible to do a review before syncing with develop? That way I can address any remaining feedback and resolve any new merge conflicts in one pass. |
Closes #506
Renames the "Review Notes" and "Refine from Notes" experiments to "Editorial Notes" and "Editorial Updates" respectively, across all PHP, TypeScript, docs, tests, and build configuration.
Why?
The original experiment names were internal/developer-facing labels that didn't clearly communicate their purpose to editors. "Editorial Notes" and "Editorial Updates" better describe the user-facing value of each feature.
How?
PHP
Experiments\Review_Notes→Experiments\Editorial_NotesandExperiments\Refine_Notes→Experiments\Editorial_UpdatesAbilities\Review_Notes→Abilities\Editorial_NotesandAbilities\Refine_Notes→Abilities\Editorial_Updatesai/review-notes→ai/editorial-notes,ai/refine-notes→ai/editorial-updatesV1_0_0upgrade migration to carry over any previously-enabled feature options from the old option keys to the new onesTypeScript / JS
src/experiments/review-notes/→editorial-notes/andrefine-notes/→editorial-updates/webpack.config.jsentry pointsTests
e2e-request-mocking.phpto match renamed fixture filesreview-notes-*→editorial-notes-*,refine-notes-*→editorial-updates-*)Use of AI Tools
AI assistance: Implementation was planned with assistance from Claude Code (Anthropic). All code was reviewed, tested, and validated.
Testing Instructions
Screenshots or screencast
Changelog Entry
Changed - Rename "Review Notes" experiment to "Editorial Notes" and "Refine from Notes" experiment to "Editorial Updates" (#506).