issues
search
AmooAti
/
Sherlock-Ecommerce
1
stars
0
forks
source link
Product Model
#20
Open
AmooAti
opened
1 year ago
AmooAti
commented
1 year ago
Story
The system must have a model for Product
Product Data
id
name
slug
SKU (stock keeping unit)
short_description
description
position (product order) (optional)
image_relation (find a way to make a relation between this product and imageable)
category_relation
status (default enable)
meta title (optional)
meta description (optional)
meta keywords (optional)
price
sale price(optional)
sale start(optional)
sale end(optional)
timestamps
AC
For images find a way to use the image gallery(#11 )
Products can have multiple categories!
SKU must be unique
by default SKU can be generated from the product name
Checklist
[ ] Test
Story
The system must have a model for Product
Product Data
AC
Checklist