-
Notifications
You must be signed in to change notification settings - Fork 25
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
Integrate Grouping Service #313
Integrate Grouping Service #313
Conversation
d912df4
to
930e88e
Compare
930e88e
to
62a1bbf
Compare
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.
LGTM!
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.
An excellent PR which lays the groundwork for switching by group. Perhaps the currGroupBy variable could be stored and updated as a filter since I would consider it a filter variable. This would reduce duplicated code for enhancements regarding filters such as storing filters in the url. I will create an issue for discussion not to be implemented in this PR.
Also a minor complaint about naming, but otherwise a great implementation which no doubt took a lot of work! 😀
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.
LGTM!
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.
LGTM!
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.
LGTM!
Summary:
Fixes part of #306
Type of change:
Changes Made:
IssueDataTable
to useGroupingContextService
for data groupingIssueViewerComponent
to useGroupingContextService
for groupingCardViewComponent
to render dynamic header for differentGroup
typeHiddenUsersComponent
to render differentGroup
typeFilterBarComponent
Proposed Commit Message: