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

Implement Default Source Selection Algorithm "By Minimal Delivery Cost" #12

Closed
vrann opened this issue May 18, 2017 · 0 comments
Closed

Comments

@vrann
Copy link
Contributor

vrann commented May 18, 2017

Per Source Selection Algorithms HLD

Algorithm steps:

Delivery to fulfill the order could be made from one or several (more than one) sources

  1. Evaluate each source for one product delivery
  2. Fulfill the order by minimal cost sources (result is sum of each value)
  3. Recalculate Shipping cost based on previous step result. Obtained value is displayed for the customer.

Acceptance Criteria:

  1. There is default implementation of the source selection interface via "By Minimal Delivery Cost" source selection algorithm
@vrann vrann changed the title Implement Default Source Selection Algorythm "By Minimal Delivery Cost" Implement Default Source Selection Algorithm "By Minimal Delivery Cost" May 18, 2017
@naydav naydav closed this as completed Jul 10, 2017
mmansoor-magento pushed a commit that referenced this issue Nov 11, 2020
sync between performance s3 and inventory 1.2-develop-s3
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants