Skip to content

Instantly share code, notes, and snippets.

@adnasa
Last active February 20, 2019 12:55
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 adnasa/8615071b7561b570ce5bc735798b543c to your computer and use it in GitHub Desktop.
Save adnasa/8615071b7561b570ce5bc735798b543c to your computer and use it in GitHub Desktop.
  • Remove reducers, move them to utils
  • Remove actions
  • re-translating "Shared.StatesDropdown.noInitialStates": "In diesem Projekt ist kein Workflow definiert"
  • schema stitching MyCustomType
  • API has a mix of Ref on fields not named as *Ref

Integration

  • LineItems
  • OrderItemsPanel
@qmateub
Copy link

qmateub commented Feb 19, 2019

  • Remove ugly styling in order-summary-pricing-breakdown.js in favor of UIKIt stuff

@qmateub
Copy link

qmateub commented Feb 19, 2019

  • Fix AddressFragment name

@adnasa
Copy link
Author

adnasa commented Feb 19, 2019

extend discount
done: extended lineItem.price.discounted.discount

  price(
    currency: $currency
    country: $country
    customerGroupId: $customerGroupId
  ) {
    value {
      type
      centAmount
      currencyCode
      fractionDigits
      ...PreciseAmount
    }
    discounted {
      value {
        type
        centAmount
        currencyCode
        fractionDigits
        ...PreciseAmount
      }
      discount {
        id
      }
    }
  }

@adnasa
Copy link
Author

adnasa commented Feb 19, 2019

rosie bullshit

  1. rename sequence of id to sequenceId
    This is to circumvent the apollo cacher to resolve the entity based on its unique ID
    requirement for this is to add an explicit id

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