{{ message }}
Script to find upgradeable patterns - #534
Merged
Merged
Conversation
… Allows for easier scanning of the new find_upgradeable_patterns.rb script
spier
requested review from
NewMexicoKid,
cewilliams,
lenucksi,
robtuley and
yuhattor
as code owners
March 21, 2023 19:42
Member
Author
Member
Author
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.

In a previous Board report we had discussed a plan to level up as many L1 pattern as possible to L2, to give them exposure to a wider audience (as the L2 patterns are published in our book).
To get a more reliable way to identify these patters, I wrote a script to find upgradeable patterns based on their number of Known Instances.
Warning: The number of Known Instances are only one of the requirement for our patterns to reach the next level.
Therefore running the script alone is not enough. Reading the pattern and the level requirements in detail is still required to decide whether or not a pattern can be pushed to the next level.
Main implementation steps:
/meta/scripts/find_upgradeable_patterns.rb- Script to identify upgradeable patterns based on their number of Known Instances