Feat: extend attributes and generate dynamic fields#8
Merged
Conversation
… types - Updated schema to allow 'value' to be a string, number, or array in both the form and API schemas. - Changed database column type for 'value' from text to jsonb to accommodate new data types. - Adjusted model definitions and interfaces to reflect the updated 'value' type. - Added new operator types for better query capabilities.
…s, tags, and types - Introduced new attributes for product categories, tags, and types to enhance product management capabilities. - Updated event metadata registry to include handling for "product.updated", "product-tag.updated", "product-type.updated", and "product-category.updated" events. - Expanded existing product attributes to include additional fields such as thumbnail, HS code, and various dimensions. - Enhanced product variant attributes with new fields for inventory management and product details.
- Replaced the inline value input with a dedicated RuleValueInput component - Updated the schema documentation to clarify that the 'value' can also be null, - Changed button label from "Add Item" to "Add condition"
…raction from product attributes. - Updated `get-product-by-id` and `get-product-variant-by-id` steps for dynamic field generation.
- Introduced new attributes for stock location ID and name - Updated the getInventoryLevelById step to dynamically generate fields based on the new attributes for improved data retrieval.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.