-
Notifications
You must be signed in to change notification settings - Fork 9
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
Update provider reports #8616
Update provider reports #8616
Conversation
We only write to submitted_at on the first application choice submission. A candidate can have numerous submissions, but the submitted_at value will not change. Therefore we need to use sent_to_provider_at on the application choice.
9467dfb
to
8588c14
Compare
You have one or more flakey tests on this branch! ❄️ ❄️ ❄️Failed 1 out of 3 times at ./spec/system/provider_interface/provider_changes_conditions_on_an_offer_spec.rb:8: |
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.
Code wise looks good 🚀. Because of our limited dev time this week and next, can someone else take a look on the data generated is correct from the PR? I am not sure if @MylesJarvis or @DFE-Digital/find-and-apply-designers are the best to review those. Let me know ✌️
I've requested a deploy to a preview app, but I'm not sure whether the generated data will be good enough to test everything. I'll report back. |
You have one or more flakey tests on this branch! ❄️ ❄️ ❄️Failed 1 out of 3 times at ./spec/services/duplicate_application_spec.rb:122: |
Context
On the Provider interface on Manage, we offer providers a number of reports that they can view. We need to update these to ensure they will still work with continuous applications.
Changes proposed in this pull request
sent_to_provider_at
, not application forms bysubmitted_at
Guidance to review
Link to Trello card
https://trello.com/c/sUdWd9Z5/28-ca-review-and-update-any-required-provider-reports-on-manage
Things to check