Re: Conceptual Vs Data Vs Domain model

"[email protected] [domaindrivendesign]" <[email protected]> 17 Dec 2014 21:41:51 -0800
Newsgroups gmane.comp.programming.domain-driven-design
Message-ID <[email protected]>
If I was the Domain Expert for the Web Store the catalog would be a list of products.  Then I would decide what categories I want to display on the site. But my categories could be "Most Popular", "On Sale", Deal of the Day", "Other Customers Also Bought" and "You looked at these in the past". 

 A Domain Expert Sales person my catalog might be just one Category "Enterprise" or "SOHO" or "Race Bikes" or "Dirt Bikes",  so I might not care about the other products. 
 

 So the Web E-commerce App and the Sales Dashboard App might look quite different.
 I think the whole idea in DDD is that the Domain Expert might not be you and you might have to track that person down.