Skip to content

Instantly share code, notes, and snippets.

@daytonn
Last active February 9, 2018 20:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save daytonn/1b5076ef3203b07a2c9f4727ee717977 to your computer and use it in GitHub Desktop.
Save daytonn/1b5076ef3203b07a2c9f4727ee717977 to your computer and use it in GitHub Desktop.
Label Process Abstractions

Order (WeeklyBasket)

  • needs_binder?
  • shipping_region
  • transit_days
  • zip_code
  • shipping_service_type
  • meals ??

IceProfile

  • zone:
  • transit_days:
  • top_ice:
  • bottom_ice:
  • additional_serving_capacity: (Need to figure out how many servings an ice pack is)

ShippingBox

  • name:
  • min_serving_capacity:
  • max_serving_capacity:

OrderMealInformation

  • meal title
  • meal_bag_quantity
  • line_identifier (for lack of a better name)

OrderProteinInformation

  • name
  • line_identifier
  • quantity

TotalServingCapacityCalculator

Calculates in total, how many servings a box needs to accomodate

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment