Skip to content

Commit

Permalink
Fix end date aging
Browse files Browse the repository at this point in the history
  • Loading branch information
mcarans committed Dec 30, 2024
1 parent d3358dc commit 87df966
Show file tree
Hide file tree
Showing 4 changed files with 1,432 additions and 1,439 deletions.
21 changes: 7 additions & 14 deletions config/project_configuration.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -44,23 +44,16 @@ last_modified_aging:

end_date_aging:
1:
UpToDate: 1
OutOfDate: 2
OutOfDate: 1
7:
UpToDate: 7
OutOfDate: 14
OutOfDate: 7
14:
UpToDate: 14
OutOfDate: 28
OutOfDate: 14
30:
UpToDate: 30
OutOfDate: 60
OutOfDate: 30
90:
UpToDate: 90
OutOfDate: 180
OutOfDate: 90
180:
UpToDate: 180
OutOfDate: 360
OutOfDate: 180
365:
UpToDate: 365
OutOfDate: 730
OutOfDate: 365
Loading

0 comments on commit 87df966

Please sign in to comment.