[WEB-4335] improvement: optimize assignee grouping with improved member scope handling (#7227)

This commit is contained in:
Prateek Shourya 2025-06-17 17:17:04 +05:30 committed by GitHub
parent 53e6a62a12
commit 89b8cdbe6e
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 70 additions and 40 deletions

View file

@ -220,6 +220,11 @@ export type GroupByColumnTypes =
| "created_by"
| "team_project";
type TGetColumns = {
isWorkspaceLevel?: boolean;
projectId?: string;
};
export interface IGroupByColumn {
id: string;
name: string;