Closed Norbbs closed 2 months ago
As a Data Owner I want to create a entity model So that I can assure my data will have the quality required for the product
Create an entity model with these following:
id
PRIMARY
INTEGER
NOT NULL
AUTO INCREMENT
1
house_id
MS
AANG
house_description
TEXT(30)
BEACH HOUSE
quantity
DECIMAL(10, 2)
99999999.99
500.00
uom_id
TOPH
uom_abbrevation
TEXT(12)
KG
purchase_date
DATE
NOT FUTURE DATE
15-12-2024
expiration_date
NOT PAST DATE
catalog_id
ZUKO
catalog_description
TEXT(150)
PRODUCT TYPE + PRESENTATION
brand_name
Soprole
category_name
Dairy
product_status_id
FOREIGN
product_status
As a Data Owner I want to create a entity model So that I can assure my data will have the quality required for the product
Definition Of Ready (DoR)
Scope
Create an entity model with these following:
id
PRIMARY
INTEGER
NOT NULL
AUTO INCREMENT
1
house_id
MS
INTEGER
NOT NULL
AANG
1
house_description
MS
TEXT(30)
NOT NULL
AANG
BEACH HOUSE
quantity
DECIMAL(10, 2)
NOT NULL
99999999.99
500.00
uom_id
MS
INTEGER
NOT NULL
TOPH
1
uom_abbrevation
MS
TEXT(12)
NOT NULL
TOPH
KG
purchase_date
DATE
NOT NULL
NOT FUTURE DATE
15-12-2024
expiration_date
DATE
NOT PAST DATE
15-12-2024
catalog_id
MS
INTEGER
NOT NULL
ZUKO
1
catalog_description
MS
TEXT(150)
NOT NULL
ZUKO
PRODUCT TYPE + PRESENTATION
brand_name
MS
TEXT(30)
NOT NULL
ZUKO
Soprole
category_name
MS
TEXT(30)
NOT NULL
ZUKO
Dairy
product_status_id
FOREIGN
INTEGER
NOT NULL
product_status
1
Out of scope
Acceptance Criteria
Definition of Done (DoD)