-
-
Notifications
You must be signed in to change notification settings - Fork 272
[Central Beds] Update cobrand for migration to Aurora. #5784
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
base: cbd-aurora-reviewed
Are you sure you want to change the base?
Conversation
c273fb4 to
21b6b3a
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## cbd-aurora-reviewed #5784 +/- ##
====================================================
Coverage 82.64% 82.64%
====================================================
Files 457 457
Lines 35716 35705 -11
Branches 5822 5818 -4
====================================================
- Hits 29516 29509 -7
+ Misses 4501 4499 -2
+ Partials 1699 1697 -2 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Remove logic that was specific to Symology Insight and generally tidy up.
Symology's new Aurora backend supports uploading files, so send files to open311-adapter as uploads so it doesn't have to fetch them from FMS.
dracos
left a comment
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.
I think we need to keep some things that have been removed, unless I've misunderstood.
| } | ||
|
|
||
| my $open311_only = [ | ||
| { name => 'title', |
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.
Both these are used by the Jadu open311-adapter code?
| $params->{service_request_id_ext} = $comment->problem->id; | ||
|
|
||
| my $contact = $comment->problem->contact; | ||
| $params->{service_code} = $contact->email; |
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.
We need to include the service code, so that open311-adapter Multi knows which backend to send it to.
Removing logic that we should no longer need and generally tidying up. Relates to https://github.com/mysociety/societyworks/issues/5288 and https://github.com/mysociety/societyworks/issues/5289.
[skip changelog]