Skip to content

Implement Default Source Selection Algorithm "By Priority" #11

@vrann

Description

@vrann

Per Source Selection Algorithms HLD

Algorithm steps:

  1. Get list of sources sorted by priority (source attribute)
  2. Take all available products from 1st source by priority. If some of the products in the order couldn't be delivered from the 1st source - get the rest of products from next by priority source.
  3. Repeat Step 2. until all the products from the order would be ready to shipping.

Acceptance Criteria:

  1. There is default implementation of the source selection interface via "By Priority" source selection algorithm

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions