-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Enhance Staleliness Feature with 15-Day Case Tracking
- Added a new field for cases stale in less than 15 days to the GraphQL schema and updated the computation logic in `staleliness.py`. - Updated the frontend components to display the new 15-day stale cases in the operational summaries and consultant pages. - Introduced a changelog entry documenting the addition of the 15-day stale cases feature. These changes improve the visibility of cases approaching staleness, allowing for better tracking and management of operational summaries.
Showing
7 changed files
with
35 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
title: 15-days stale cases | ||
date: 2024-12-30 | ||
--- | ||
|
||
### New Features | ||
|
||
- Added [15-days stale cases](/operational-summaries/staleliness) to view cases that are stale in less than 15 days. | ||
- Added 15-days stale cases to the [consultant's page](/about-us/consultants-and-engineers/fernando-paiva). |