Re: Conceptual Vs Data Vs Domain model

"[email protected] [domaindrivendesign]" <[email protected]> 06 Dec 2014 15:12:45 -0800
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
Thanks Paul for quickly responding.
 

 You can consider the Products in two Bounded Contexts. Some DSL are:
 

 Catalog BC
 

 1. Categorize products based on vendor and UPC.
 2. Remove expired products.
 

 Forecast BC:
 

 1. Forecast the sales tax for all the products for all the states (CA, NV, UT, CO)
 2. Forecast the sales price for all the products
 3. Forecast the profit for Category A
 4. Forecast the profit for Category A and Category B
 

 I appreciate your response.