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

Remove location origin #161

Merged
merged 4 commits into from
Jun 6, 2024
Merged

Remove location origin #161

merged 4 commits into from
Jun 6, 2024

Commits on Jun 6, 2024

  1. Configuration menu
    Copy the full SHA
    987cb03 View commit details
    Browse the repository at this point in the history
  2. Refactor code to remove LocationOriginTypes and update tags

     - Remove LocationOriginTypes imports and usage across various files
     - Simplify tag generation logic in update-article.ts
     - Adjust tests and metafield creation/update to reflect removal of origin_type
     - Update product orchestration to handle changes in locationType and day tags
    jamalsoueidan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    f9de73c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fac03f5 View commit details
    Browse the repository at this point in the history
  4. Refactor location types by removing LocationOriginTypes enum

     - Remove LocationOriginTypes enum and its usage across various schemas and types.
     - Introduce new location types: HOME, SALON, and VIRTUAL.
     - Replace ORIGIN and ONLINE types with the new location types.
     - Adjust tests and helper functions to reflect the updated location types.
    jamalsoueidan committed Jun 6, 2024
    Configuration menu
    Copy the full SHA
    0e1fc8c View commit details
    Browse the repository at this point in the history