[WEB-5871] chore: added intake count for projects (#8497)

* chore: add intake_count in project list endpoint

* chore: sidebar project navigation intake count added

* fix: filter out closed intake issues in the count

* chore: code refactor

* chore: code refactor

* fix: filter out deleted intake issues

---------

Co-authored-by: Anmol Singh Bhatia <anmolsinghbhatia@plane.so>
This commit is contained in:
Sangeetha 2026-02-17 00:04:03 +05:30 committed by GitHub
parent ef5d481a19
commit 3a99ecf8f3
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 76 additions and 7 deletions

View file

@ -39,6 +39,7 @@ export interface IPartialProject {
// actor
created_by?: string;
updated_by?: string;
intake_count?: number;
}
export interface IProject extends IPartialProject {