[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:
parent
ef5d481a19
commit
3a99ecf8f3
5 changed files with 76 additions and 7 deletions
|
|
@ -39,6 +39,7 @@ export interface IPartialProject {
|
|||
// actor
|
||||
created_by?: string;
|
||||
updated_by?: string;
|
||||
intake_count?: number;
|
||||
}
|
||||
|
||||
export interface IProject extends IPartialProject {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue