Skip to content

Provide a way to categorize and/or tag recipes #185

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

Open
fabapp2 opened this issue Jul 7, 2022 · 0 comments
Open

Provide a way to categorize and/or tag recipes #185

fabapp2 opened this issue Jul 7, 2022 · 0 comments

Comments

@fabapp2
Copy link
Contributor

fabapp2 commented Jul 7, 2022

What needs to be done

Provide a way to categorize/group/tag recipes so related recipes can be displayed and filtered by these categories.

Why it needs to be done

  • When showing OpenRewrite recipes found by scanning the classpath the conditions are currently not interpreted and thus all recipes are shown in the list of recipes.
  • It can be confusing when e.g. recipes for a Boot version upgrade get mixed up with recipes of a very different type, e.g. "applying best practices" or alike

Acceptance Criteria

Given the user scans an application
When recipes from multiple categories are found applicable
Then the list of recipes shows these recipes under the categories they belong to

TODO:

  • Define how to navigate categories
  • Define how to filter recipes by categories

Additional Information

The RewriteRecipeLoader is currently ignored, enable it again when this issue is solved and show these recipes under a category openrewrite

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

1 participant