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

Adds product/save to message queue #144

Open
wants to merge 15 commits into
base: develop
Choose a base branch
from

Commits on Nov 8, 2021

  1. Adds product/save to message queue

    - Adds a getWebhooks method/endpoint to the Reclaim interface for
    querying the customizable webhooks.
    - Adds the observer that runs when a product is saved.
    - Adds the Cron class for managing product data that needs to be synced
    to Klaviyo.
    - Admin HTML for configuring the webhook.
    - Modify the webhook helper so we only encode the json once.
    jordanallain committed Nov 8, 2021
    Configuration menu
    Copy the full SHA
    5aba402 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2021

  1. Remove comments

    - Remove some comments.
    - Reduce if statements to a single line.
    jordanallain committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    ff657f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b60705e View commit details
    Browse the repository at this point in the history
  3. Whitespace

    jordanallain committed Nov 9, 2021
    Configuration menu
    Copy the full SHA
    a140aa6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    43c53ee View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    905c644 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2021

  1. Restructure product/save payload

    - Move store_ids to top level property.
    jordanallain committed Nov 10, 2021
    Configuration menu
    Copy the full SHA
    682cc17 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fcfe92b View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2021

  1. Sidd review 1 of 2

    jordanallain committed Nov 12, 2021
    Configuration menu
    Copy the full SHA
    b9c26fc View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2021

  1. Configuration menu
    Copy the full SHA
    67d5e2d View commit details
    Browse the repository at this point in the history
  2. Move the category name hydration into cron

    - In the observer we'll just get the cateroy ids.
    - In the cron job we'll look up the category names based on the ids so
    this code runs in the background instead of when the user is saving a
    product.
    jordanallain committed Nov 15, 2021
    Configuration menu
    Copy the full SHA
    d2b1ea9 View commit details
    Browse the repository at this point in the history

Commits on Nov 16, 2021

  1. Sidd feedback 2

    jordanallain committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    dae44cb View commit details
    Browse the repository at this point in the history
  2. Respond with array of arrays in getWebhooks

    - Change the response from the getWebhooks endpoint so that it returns
    an array of arrays instead of an array of associative arrays. This makes
    it unpackable app-side.
    jordanallain committed Nov 16, 2021
    Configuration menu
    Copy the full SHA
    2699a28 View commit details
    Browse the repository at this point in the history

Commits on Nov 18, 2021

  1. Scott feedback

    jordanallain committed Nov 18, 2021
    Configuration menu
    Copy the full SHA
    cd37f4d View commit details
    Browse the repository at this point in the history

Commits on Dec 7, 2021

  1. Configuration menu
    Copy the full SHA
    440ebc8 View commit details
    Browse the repository at this point in the history