Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Show pattern-candidates for a PatternLanguage #119

Open
manuwei opened this issue Sep 15, 2021 · 1 comment
Open

Show pattern-candidates for a PatternLanguage #119

manuwei opened this issue Sep 15, 2021 · 1 comment
Assignees

Comments

@manuwei
Copy link
Contributor

manuwei commented Sep 15, 2021

Currently, pattern languages and pattern candidates are listed separately. However, as a reader I may not only be interested in patterns of a particular pattern language but also in pattern candidates that will likely become patterns in the future.

To further support this, display all pattern candidates below the patterns of the pattern language (if the feature toggle for pattern candidates is activated). They should be easily differenciable from patterns

@TYueksel
Copy link
Contributor

I added the pattern candidates to their pattern languages by creating a new tab group with the tabs "patterns" and "candidates" (check PR. This view will only be visible if the feature toggle for pattern candidates is activated, otherwise it still looks the same as previously.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants