Distinguish complete but unpublishable features from incomplete drafts #2666
Labels
enhancement
New feature or request
tools and infrastructure
Project internal tooling, such as linters, GitHub Actions, or repo settings
Summary
In a few places, we've dealt with a compat key but can't publish feature data for one reason or another. We should consider adapting tools (like
stats.ts
) or our overall workflow (e.g., add aunpublished
directory with different semantics) to give us a more accurate look at which parts of the platform we've addressed.Background
Prompted by this comment:
Originally posted by @foolip in #2566 (review)
Problem
The current
/features/drafts
folder mingles feature data in two different conditions:This means it's difficult to find keys that are unmapped and use them to describe new/unfinished features.
Examples
Here are some cases where this has come up:
The text was updated successfully, but these errors were encountered: