Add new options to `products`: - [ ] Slug - [ ] Meta fields: `meta-title`, `meta-description`, `meta-keywords` - [ ] Categories it belong to - [ ] `available-on` and `discontinued-on` (make sure to make default filters respect those two date fields) - [ ] `shipping-category`, single category for each product create new table `shipping-category`: - [ ] Only name - [ ] Create migration to add two default values to all communities: `digital`, `regular` - [ ] Adjust event-source to automatically create those default values on create_community handler This new table will be used on the future together with `shipping-methods` to allow us to control how we deliver products. We also need to keep it compatible with our `rich_text` preview - [ ] Add product preview with new indexer tags
Add new options to
products:meta-title,meta-description,meta-keywordsavailable-onanddiscontinued-on(make sure to make default filters respect those two date fields)shipping-category, single category for each productcreate new table
shipping-category:digital,regularThis new table will be used on the future together with
shipping-methodsto allow us to control how we deliver products.We also need to keep it compatible with our
rich_textpreview