SuperSeller3000/migrations
Simon Kuehn 9e59123683 feat: add manufacturer/model fields to Article and propagate through pipeline
- Article entity gets manufacturer and modelNumber columns (migration 20260517240000)
- Vision output (manufacturer/model) is written to the article in DraftArticleHandler
- manufacturer is forwarded through SpecsResearchMessage so the specs prompt can use it
- serialNumber is now threaded through JsonCodingMessage and ValidationMessage
- EbayTextHandler pulls specsText from the job's stored output data
- DraftArticleHandler supports re-run mode (existing article reuse) and sets Draft status
- ArticleType and AttributeValue get __toString() for form/display use
- ArticleService exposes reserveInventoryNumber() publicly

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-18 07:18:24 +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
Version20260517240000.php feat: add manufacturer/model fields to Article and propagate through pipeline 2026-05-18 07:18:24 +00:00