SuperSeller3000/migrations
Simon Kuehn bf1af0a0bf feat: replace JSON ebay mappings with ArticleTypeEbayMapping entity
Introduces a proper key-value table (article_type_ebay_mappings) that
explicitly maps each eBay aspect name to either an Article field
(manufacturer, modelNumber, …) or an AttributeDefinition, with a
required flag per mapping entry.

- New entity ArticleTypeEbayMapping with SOURCE_ARTICLE_FIELD / SOURCE_ATTRIBUTE
- ArticleType gains OneToMany ebayMappings collection with upsertEbayMapping()
- EbayAdapter.buildAspects() reads from the mapping table instead of implicit name-matching
- Import controller persists mappings via upsertEbayMapping() and syncs required attribute assignments
- Template shows active mappings card and article_field action option
- Migration 20260520100000 creates the new table, drops old JSON column

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 20:52:25 +00:00
..
.gitignore feat: add initial migration — app/logs/logs_archive schemas with all base tables and GIN fulltext index 2026-05-14 04:34:32 +00:00
Version20260514043343.php feat: add initial migration — app/logs/logs_archive schemas with all base tables and GIN fulltext index 2026-05-14 04:34:32 +00:00
Version20260514050204.php feat: implement Plan 2 — Article Management API 2026-05-14 05:19:20 +00:00
Version20260514053908.php feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
Version20260514054123.php feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
Version20260514054903.php feat: add console commands, remaining migrations and config wiring 2026-05-17 22:44:11 +00:00
Version20260517222701.php feat: required/optional attribute sections in ArticleType form 2026-05-17 22:43:42 +00:00
Version20260517230000.php feat: add step tracking, retry and article lookup to AIPipelineJob 2026-05-18 07:18:29 +00:00
Version20260517240000.php feat: add manufacturer/model fields to Article and propagate through pipeline 2026-05-18 07:18:24 +00:00
Version20260518150000.php feat: Frappe ERP matching, pipeline model cache, ACL, stock field, specs by type 2026-05-18 16:42:15 +00:00
Version20260518160000.php feat: Frappe ERP matching, pipeline model cache, ACL, stock field, specs by type 2026-05-18 16:42:15 +00:00
Version20260519000000.php feat: editable AI prompt templates and articleType context in specs research 2026-05-18 07:19:02 +00:00
Version20260519010000.php feat: seed default AI prompt templates into database 2026-05-18 07:23:56 +00:00
Version20260519020000.php feat: live pipeline status notifications via SSE 2026-05-18 07:36:03 +00:00
Version20260520000000.php feat: DB-backed translations editable in admin 2026-05-18 07:53:52 +00:00
Version20260520010000.php feat: DB-backed translations editable in admin 2026-05-18 07:53:52 +00:00
Version20260520020000.php feat: replace Mistral web_search with Tavily for specs research 2026-05-18 08:35:52 +00:00
Version20260520030000.php feat: add optional modelName field to Article 2026-05-18 10:06:36 +00:00
Version20260520040000.php chore: migration to update vision_analyze prompt in DB 2026-05-18 10:22:40 +00:00
Version20260520050000.php feat: specs research agent reports corrected model number 2026-05-18 11:00:41 +00:00
Version20260520060000.php fix: cascade delete attribute values when attribute definition is removed 2026-05-18 11:02:46 +00:00
Version20260520070000.php feat: strip --- delimiters from eBay text output, commercial listing prompt 2026-05-18 11:18:40 +00:00
Version20260520080000.php feat: eBay aspect import — match/create attributes from eBay taxonomy 2026-05-18 18:30:45 +00:00
Version20260520090000.php feat: map eBay aspects to Article fields (Marke→manufacturer, PN→modelNumber) 2026-05-18 20:34:49 +00:00
Version20260520100000.php feat: replace JSON ebay mappings with ArticleTypeEbayMapping entity 2026-05-18 20:52:25 +00:00