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

Reg\Events - Handle Overlap Between Operations and Facilities During Transfers #2588

Open
Sepehr-Sobhani opened this issue Dec 13, 2024 · 0 comments
Labels

Comments

@Sepehr-Sobhani
Copy link
Contributor

Describe the task

This ticket addresses an edge case where facilities might belong to overlapping operations and the complexities that arise during transfer scenarios.

Context:
Currently, operations can have facilities assigned to them, such as:

Fruit Operation: Facilities include Apple and Orange.
Vegetable Operation: Facilities include Carrot and Spinach.
Consider the following scenario:

A future transfer is planned to move Apple from the Fruit Operation to the Vegetable Operation.
Later, a request arises to transfer the Vegetable Operation to a new operator.
This raises the question: What happens to Apple, which was initially part of the Fruit Operation but is now associated with the Vegetable Operation due to the prior transfer?

Link to the mastermind behind this question: #2557 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant