-
-
Notifications
You must be signed in to change notification settings - Fork 237
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
[Merton][WW] Allow transfer of ggw subscription #5232
base: master
Are you sure you want to change the base?
Conversation
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #5232 +/- ##
==========================================
+ Coverage 82.36% 82.86% +0.49%
==========================================
Files 409 410 +1
Lines 31999 33846 +1847
Branches 5095 5506 +411
==========================================
+ Hits 26356 28045 +1689
- Misses 4136 4251 +115
- Partials 1507 1550 +43 ☔ View full report in Codecov by Sentry. |
8e84931
to
0960734
Compare
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 is looking good :) I don't think any of my comments are major, and I think the end date should hook up fine for the new sub.
0960734
to
ea27997
Compare
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.
Great, think you've covered everything I asked - just a couple of knock-on things from that.
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.
Almost, but... the childdata might be a hash or an array, I'm afraid! See the double loop for the same type of data at https://github.com/mysociety/fixmystreet/blob/master/perllib/FixMyStreet/Roles/Cobrand/Echo.pm#L415
When a Green Garden Waste subscriber in Merton moves to another address in Merton, they can transfer the remainder of their ggw subscription to the new address 1) As long as the new address does not already have a sub 2) As long as there is a ggw on their previous property, and it is not in the renewal period 3) They have brought their bin(s) with them This is a staff only feature. mysociety/societyworks#4551
34fd44f
to
cdc210c
Compare
When a Green Garden Waste subscriber in Merton moves to another address in Merton, they can transfer the remainder of their ggw subscription to the new address
This is a staff only feature.
https://github.com/mysociety/societyworks/issues/4551
[skip changelog]