feat: Consolidate marketplace integrations with shared base module#279
Open
umyigit wants to merge 15 commits intoaltinkaya-opensource:16.0from
Open
feat: Consolidate marketplace integrations with shared base module#279umyigit wants to merge 15 commits intoaltinkaya-opensource:16.0from
umyigit wants to merge 15 commits intoaltinkaya-opensource:16.0from
Conversation
consolidates common logic from hepsiburada_integration and trendyol_integration
…pdate translations
# Conflicts: # hepsiburada_integration/models/hepsiburada_backend.py
…f 'trendyol_id' across models and views
…rketplace image URL
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.
Create a shared abstract base module (marketplace_integration_base) that consolidates common logic from hepsiburada_integration and trendyol_integration. Refactor both integrations to inherit from the base, add batch export wizards with category attribute support, product sync, improved backend views, and translations.