We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
We have two approaches for tracking the "amend a referral" functionality.
Both approaches require us to retain the previous values for auditability to users and reporting.
changelog
hmpps-interventions-service/src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsinterventionsservice/service/ReferralService.kt
Lines 260 to 264 in fdf622d
hmpps-interventions-service/src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsinterventionsservice/service/AmendReferralService.kt
Lines 62 to 65 in fdf622d
Migrate everything to the changelog approach.
➕ Benefits: simplifies code and data model ➖ Drawbacks: bit complex to roll out in a zero-downtime environment
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Short problem statement; why is this a problem?
We have two approaches for tracking the "amend a referral" functionality.
Both approaches require us to retain the previous values for auditability to users and reporting.
changelog
and used in-place updatingLink to different approaches
hmpps-interventions-service/src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsinterventionsservice/service/ReferralService.kt
Lines 260 to 264 in fdf622d
hmpps-interventions-service/src/main/kotlin/uk/gov/justice/digital/hmpps/hmppsinterventionsservice/service/AmendReferralService.kt
Lines 62 to 65 in fdf622d
Do you have a proposed solution? Why?
Migrate everything to the changelog approach.
➕ Benefits: simplifies code and data model
➖ Drawbacks: bit complex to roll out in a zero-downtime environment
The text was updated successfully, but these errors were encountered: