-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Implement fixed age intervals #194
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #194 +/- ##
==========================================
- Coverage 30.16% 29.71% -0.46%
==========================================
Files 103 106 +3
Lines 3388 3507 +119
Branches 91 94 +3
==========================================
+ Hits 1022 1042 +20
- Misses 2290 2386 +96
- Partials 76 79 +3 ☔ View full report in Codecov by Sentry. |
…dey into implement-fixed-age-intervals
…dey into implement-fixed-age-intervals
Quality Gate passedIssues Measures |
@lkeegan will we use this thing now or should it be closed (will keep the branch around locally though in that case) |
I guess it's all implemented in other PRs by now? So yes, let's close the PR but keep the branch in case |
no, it's not. in fact, I went to some lengths to not pollute other PRs with this.... |
first version (obsolete)
timedelta
anymore (that we had set to 6 months), but a configurable interval per milestoneageinterval
member that tells to which interval they belong.openapi.json
file.revised version
expected_age_months_minus
andexpected_age_months_plus
in milestone database models.expected_age_months
milestone = [expected_age_months-expected_age_months_minus, expected_age_months + expected_age_months_plus]
expected_age_months
inEditMiletoneModal
with that to edit the age interval for a milestone in one go.