-
Notifications
You must be signed in to change notification settings - Fork 0
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
Integrated both our changes #6
Integrated both our changes #6
Conversation
Signed-off-by: mathis-m <mathis.michel@outlook.de>
Signed-off-by: mathis-m <mathis.michel@outlook.de>
Signed-off-by: mathis-m <mathis.michel@outlook.de>
Signed-off-by: mathis-m <mathis.michel@outlook.de>
Signed-off-by: mathis-m <mathis.michel@outlook.de>
remark fixed minor issue on hierarchicalTags check Signed-off-by: mathis-m <mathis.michel@outlook.de>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks great! One cleanup item and one potentially important thing. I'll go ahead merge it and fix those two things and then we can PR against swagger.
} = this.props | ||
|
||
// Note returns now optional filtered and optional hierarchical structure, in case user has set config accordingly | ||
const taggedOps = specSelectors.taggedOperations() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I like this approach! This makes a lot of sense to me. That said, it also introduces a major, backward-incompatible change, so it may not fly.... As with the rest of this, though, I say let's go for it and see what Tim thinks. If he asks us to factor it into a hierarchy-specific selector, we can do that then.
(This is not a blocker, just an idle comment.)
I did end up pulling the renderChildTags into the operations component. with this the new copy and paste hierarchical-operations-tag component is obsolete. So we dont end up with duplicate code base.