Gutenberg RTC: Add real_time_collaboration feature#47483
Gutenberg RTC: Add real_time_collaboration feature#47483arthur791004 wants to merge 2 commits intotrunkfrom
Conversation
|
Thank you for your PR! When contributing to Jetpack, we have a few suggestions that can help us test and review your patch:
This comment will be updated as you work on your PR and make changes. If you think that some of those checks are not needed for your PR, please explain why you think so. Thanks for cooperation 🤖 Follow this PR Review Process:
If you have questions about anything, reach out in #jetpack-developers for guidance! Wpcomsh plugin:
If you have any questions about the release process, please ask in the #jetpack-releases channel on Slack. |
|
Are you an Automattician? Please test your changes on all WordPress.com environments to help mitigate accidental explosions.
Interested in more tips and information?
|
There was a problem hiding this comment.
Pull request overview
This PR adds a new real_time_collaboration feature constant to WPCOM_Features in the wpcomsh plugin, gating it behind the Business and Ecommerce plans. It is part of the Gutenberg Real-Time Collaboration (RTC) rollout (DOTCOM-16097).
Changes:
- Defines a new
REAL_TIME_COLLABORATIONpublic constant with slug'real_time_collaboration' - Maps the feature to
WPCOM_BUSINESS_PLANSandWPCOM_ECOMMERCE_PLANS(explicitly excluding trial/WooExpress plans)
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| public const PRIORITY_SUPPORT = 'priority_support'; | ||
| public const PRIVATE_WHOIS = 'private_whois'; | ||
| public const REAL_TIME_BACKUPS = 'real-time-backups'; | ||
| public const REAL_TIME_COLLABORATION = 'real_time_collaboration'; |
There was a problem hiding this comment.
A Changelogger entry is missing for this PR. Per repository conventions (docs/pull-request.md and existing patterns in projects/plugins/wpcomsh/changelog/), any PR touching a project under /projects must include a changelog file in that project's changelog/ directory. Please add a new file under projects/plugins/wpcomsh/changelog/ (e.g., add-real-time-collaboration-feature) with the appropriate Significance, Type, and description fields, similar to other entries like add-social-unified-ui-ff.
Code Coverage SummaryThis PR did not change code coverage! That could be good or bad, depending on the situation. Everything covered before, and still is? Great! Nothing was covered before? Not so great. 🤷 |
1bc70a8 to
1e0679a
Compare
Related to DOTCOM-16097
Proposed changes:
Other information:
Jetpack product discussion
Does this pull request change what data or activity we track or use?
Testing instructions:
Changelog