You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Currently, the preset view only provides preset values for filters but not for groupby. We can provide more valuable preset views with different groupby values.
For example, we can have a preset view "My Contributions" which groups the issues and PRs by milestone and filters the assignee as the current user.
Describe the solution you'd like
We can have a separate PresetViewService to handle the value for both FilterService and GroupingContextService
Describe alternatives you've considered
nil
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Currently, the preset view only provides preset values for filters but not for groupby. We can provide more valuable preset views with different groupby values.
For example, we can have a preset view "My Contributions" which groups the issues and PRs by milestone and filters the assignee as the current user.
Describe the solution you'd like
We can have a separate
PresetViewService
to handle the value for bothFilterService
andGroupingContextService
Describe alternatives you've considered
nil
The text was updated successfully, but these errors were encountered: