chore: close overview counts and review reliability workplans
This commit is contained in:
parent
b14844351c
commit
99a66765f3
6 changed files with 351 additions and 9 deletions
|
|
@ -225,7 +225,7 @@ function _workstreamsForMode(mode, rows) {
|
|||
return allRows.filter(w => normalizeWorkstreamStatus(w.status) === modeValue);
|
||||
}
|
||||
if (modeValue === "needs_review") return allRows.filter(needsReviewWorkstream);
|
||||
if (modeValue === "stalled") return allRows.filter(isStalledWorkstream);
|
||||
if (modeValue === "stalled") return allRows.filter(w => isStalledWorkstream(w));
|
||||
|
||||
const since = _timeCutoff(modeValue);
|
||||
if (!since) return allRows.filter(w => normalizeWorkstreamStatus(w.status) === "active");
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue