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

profile option to change price and compare price instead of dropdown #113

Conversation

jamalsoueidan
Copy link
Owner

@jamalsoueidan jamalsoueidan commented Mar 12, 2024

Fixed auto types for admin graphql

…ariants logic

 • Refactored product webhook logic to use ProductUpdateSchema from new types.ts.
 • Removed product.spec.ts test file.
 • Added unused.ts to handle retrieval of unused variant IDs.
 • Updated product.ts to delete unused variants using new GraphQL mutation.
 • Move product-related service functions into separate directories
 • Update import paths in various files to reflect new locations
 • Remove product.ts and product.spec.ts as their contents are now in individual files
 • Add new tests for destroy, get, list-ids, list, remove-location-from-all, and upsert functions within the product service
 • Adjust user service product-related imports to match new product service structure
…t usage

 - Modify `graphql:codegen` script to include `--watch` flag
 - Replace `@shopify/shopify-api` with `@shopify/admin-api-client` and update to newer versions
 - Update `applicationinsights` to version `2.9.5`
 - Refactor customer-upload orchestrator to use new types from `admin.generated` and `admin.types`
 - Simplify GraphQL queries and mutations in `customer-upload.orchestrator.ts` and `create-variant.ts`
 - Update Shopify client initialization to use `createAdminApiClient` from `@shopify/admin-api-client`
 - Remove unused types from `admin.generated.d.ts`
@jamalsoueidan jamalsoueidan self-assigned this Mar 13, 2024
@jamalsoueidan jamalsoueidan added the enhancement New feature or request label Mar 13, 2024
@jamalsoueidan jamalsoueidan merged commit 52b6a34 into main Mar 13, 2024
2 checks passed
@jamalsoueidan jamalsoueidan deleted the 112-profile-option-to-type-pricecompare-price-instead-of-dropdown branch March 13, 2024 13:15
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

1 participant