-
Notifications
You must be signed in to change notification settings - Fork 26
Allow selection of group classifier #386
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
Conversation
|
LGTM |
|
NB: This should only be merged and released once SC 1.27.0 has been released. Marking as [WIP] until then. |
|
|
||
| <div class="row"> | ||
| <div class="col-sm-12" ng-show="vm.exceptionGroups.length > 0"> | ||
| <div class="row" ng-show="vm.availableClassifiers.length && vm.exceptionGroups.length"> |
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.
This condition means that if we switch to classification that has no groups we won't be able to go back, right?
I think we should remove vm.exceptionGroups.length part.
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.
Good catch. I've updated.
|
Changed from [WIP] to ready as SC has been released. @tmasternak We just need the release notes now and we can release this. |
|
@WilliamBZA considering final version we have chosen for SC (reusing the already existing classifications) I don't think it's no longer critical to release SP ASAP. In other words this could be bundled with next SP release when maintainers decide to do a release. /cc: @mikeminutillo |
Adds support for displaying groups displayed by different classifications.
Addresses: #239
Addresses: https://github.com/Particular/PlatformDevelopment/issues/1038
Ping @Particular/servicepulse-maintainers, @janovesk, @mikeminutillo, @SzymonPobiega, @tmasternak, @boblangley