-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Open
Description
Description
At the moment ProductOptionGroup rows are created per‑product. For large catalogs this means hundreds of structurally‑identical rows (e.g. “Size”, “Colour”, “Material” on every T‑shirt) plus duplicated ProductOption rows. Aside from bloating the DB, it makes bulk editing impossible, e.g changing the spelling of “Colour” requires editing every instance.
Benefits
- One canonical option definition → no catalog drift.
- Single update propagates instantly to every assigned product.
- Dramatically smaller product_option_group / product_option tables.
- Better DX: typical flow becomes “attach ’ClothingOptions’ collection” rather than three separate mutations.
mezzat11, mickiewicz and yazfield
Metadata
Metadata
Assignees
Type
Projects
Status
📅 Planned