-
Notifications
You must be signed in to change notification settings - Fork 94
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
Decision Log Package Filtering #93
Comments
I would also love to see this feature added. |
I wanted this functionality as well, so I've implemented a simple version of this request in #99. Please provide feedback if you would like! |
@tylerhubert I just wrapped up very similar code in my fork to add this functionality also. I just couldn't get it to commit due to a typescript listing issue I'm still trying to resolve. |
@qtzar, I got around that by doing |
I suggest going with @qtzar's changes. :) The UI is formatted much nicer than mine and has more features. |
Feature Request
Feature Suggestion
It would be of great value if we could get some views that were filtered down by a given package.
Context
Managing a long lived monorepo with lots of ADRs could grow cumbersome. We are also adopting ADR for decision making for our enterprise where we intend to model certain business and technical areas as packages, where it would be valuable to view those decision areas separately from the global adr population.
Possible Implementation
On the left side in the visual representation of the decision log, a drop down or method of picking a package that filters it down to the decisions in the package would be one way to implement this.
The text was updated successfully, but these errors were encountered: