-
Notifications
You must be signed in to change notification settings - Fork 0
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
MLT-0075 Order Domain changes #52
Conversation
Replaces Receiver
Removes companion helper function (create) A test for converting address for OrderModel was not added, since they use the exact same type
src/main/kotlin/no/nb/mlt/wls/infrastructure/synq/SynqOrderPayload.kt
Outdated
Show resolved
Hide resolved
Also rename a few remaining "state" entries
src/main/kotlin/no/nb/mlt/wls/infrastructure/callbacks/NotificationOrderPayload.kt
Show resolved
Hide resolved
src/main/kotlin/no/nb/mlt/wls/infrastructure/synq/SynqOrderPayload.kt
Outdated
Show resolved
Hide resolved
I dunno if you and Tom have discussed it, but shouldn't the person in the address be nullable as well? |
WLS -> SynQ - contactPerson -> Contact Person - recipient -> Address Line 1 - addressLine1 -> Address Line 2 - addressLine2 -> Address Line 3
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.
Looks good, why are ports in compose file written in quotes now?
EDIT: oh okay so apparently anything in YAML written as xx:xx will be parsed as a base 60 number if values are under 60, weird but okay
New best practice, according to https://stackoverflow.com/questions/58810789/quotes-on-docker-compose-yml-ports-make-any-difference |
Yeah it is still recommended practice to write HOST:CONTAINER as strings |
Replaces Receiver with two new fields in the Order model