Skip to content
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

Enable active_registration for an OrderItemLog #1111

Merged
merged 3 commits into from
Mar 2, 2022

Conversation

tobyprivett
Copy link
Contributor

@tobyprivett tobyprivett commented Mar 2, 2022

https://eaflood.atlassian.net/browse/RUBY-1787

  • Before exporting a copy card item, we need to check that the
    registration is active

  • Here we mixin the CanCheckRegistrationStatus concern
    and declare that an OrderItemLog belongs_to Registration

  • And we update the existing specs to ensure that the Registration
    is persisted before it is assigned to the OrderItemLog

https://eaflood.atlassian.net/browse/RUBY-1787

- Before exporting a copy card item, we need to check that the
registration is active

- Here we mixin the CanCheckRegistrationStatus concern
and declare that an OrderItemLog belongs_to a Registration

- And we update the existing specs to ensure that the Registration
is persisted before it is assigned to the OrderItemLog
@tobyprivett tobyprivett added the enhancement New feature or request label Mar 2, 2022
@tobyprivett tobyprivett changed the title Enable registration status for an order_item_log Enable registration status for an OrderItemLog Mar 2, 2022
@tobyprivett tobyprivett marked this pull request as ready for review March 2, 2022 13:36
PaulDoyle-DEFRA
PaulDoyle-DEFRA previously approved these changes Mar 2, 2022
@tobyprivett tobyprivett force-pushed the feature/order-item-log-registration-status branch from 670f8b6 to 01d384d Compare March 2, 2022 14:10
@@ -6,6 +6,7 @@
module WasteCarriersEngine
class OrderItemLog
include Mongoid::Document
include CanCheckRegistrationStatus
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Can this be dropped now that active_registration? has been added?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Yes. Removing...

PaulDoyle-DEFRA
PaulDoyle-DEFRA previously approved these changes Mar 2, 2022
@tobyprivett tobyprivett changed the title Enable registration status for an OrderItemLog Enable active_registration for an OrderItemLog Mar 2, 2022
@tobyprivett tobyprivett merged commit b7566f0 into main Mar 2, 2022
@tobyprivett tobyprivett deleted the feature/order-item-log-registration-status branch March 2, 2022 14:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants