-
Notifications
You must be signed in to change notification settings - Fork 4
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
Download Button Disappears #3396
base: develop
Are you sure you want to change the base?
Conversation
), | ||
( | ||
'202010', 18, {}, False, | ||
'2020 must be less than or equal to 2006 to meet the minimum age requirement.' | ||
'2020 must be less than or equal to 2007 to meet the minimum age requirement.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needed an update since it is now officially 1/1/2025!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make this dynamic so we don't run into test issues in the future?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, this affects a lot (all?) of the other open PRs. might be worth making it its own hotfix
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## develop #3396 +/- ##
========================================
Coverage 91.45% 91.45%
========================================
Files 299 299
Lines 8605 8605
Branches 638 638
========================================
Hits 7870 7870
Misses 617 617
Partials 118 118
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report in Codecov by Sentry.
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Button fix works. Suggestion on the test update
cd tdrs-frontend && docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d | ||
cd tdrs-backend && docker-compose -f docker-compose.yml -f docker-compose.local.yml up -d | ||
cd tdrs-frontend && docker-compose up --build | ||
cd tdrs-backend && docker-compose up --build |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thank you 🥇
), | ||
( | ||
'202010', 18, {}, False, | ||
'2020 must be less than or equal to 2006 to meet the minimum age requirement.' | ||
'2020 must be less than or equal to 2007 to meet the minimum age requirement.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
can we make this dynamic so we don't run into test issues in the future?
), | ||
( | ||
'202010', 18, {}, False, | ||
'2020 must be less than or equal to 2006 to meet the minimum age requirement.' | ||
'2020 must be less than or equal to 2007 to meet the minimum age requirement.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
also, this affects a lot (all?) of the other open PRs. might be worth making it its own hotfix
), | ||
( | ||
'202010', 18, {}, False, | ||
'2020 must be less than or equal to 2006 to meet the minimum age requirement.' | ||
'2020 must be less than or equal to 2007 to meet the minimum age requirement.' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Summary of Changes
Pull request closes Fix download button disappearance after click #2175
How to Test
List the steps to test the PR
These steps are generic, please adjust as necessary.
Deliverables
More details on how deliverables herein are assessed included here.
Deliverable 1: Accepted Features
Checklist of ACs:
Deliverable 2: Tested Code
CodeCov Report
comment in PR)CodeCov Report
comment in PR)Deliverable 3: Properly Styled Code
Deliverable 4: Accessible
iamjolly
andttran-hub
using Accessibility Insights reveal any errors introduced in this PR?Deliverable 5: Deployed
Deliverable 6: Documented
Deliverable 7: Secure
Deliverable 8: User Research
Research product(s) clearly articulate(s):