This repository has been archived by the owner on Feb 23, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 219
Add new doc referencing feature flags and experimental interfaces. #3348
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
nerrad
requested review from
haszari and
Aljullu
and removed request for
a team
October 30, 2020 13:57
nerrad
added
focus: documentation
This issue is a request for better documentation.
status: needs review
labels
Oct 30, 2020
Size Change: 0 B Total Size: 1.12 MB ℹ️ View Unchanged
|
Aljullu
approved these changes
Oct 30, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Some format comments + a question regarding sign-up on checkout, but everything else looking good. 👍
Thanks for the great review Albert! I've addressed all the feedback and I'm going to skip checks to merge since these are only markdown changes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
As a part of the work we do in this repository, we utilize feature flags and
_experimental
prefix for in progress items that have various levels of surfacing to users of the plugin. This allows us to continuously commit totrunk
and optionally progressively rollout items for in development use, exposure in the feature plugin, or availability when Blocks are included in WooCommerce core as a package.This pull request adds some documentation that:
The goal is to have this document as an up to date resource for our repository to keep track of all these implementations as well as for regular review of what should be graduated to a stable feature/api.