Re: Moving demo data to their appropriate components

2011-08-27 Thread Ashish Vijaywargiya
+1

--
Ashish

On Sun, Aug 21, 2011 at 7:09 PM, Scott Gray scott.g...@hotwaxmedia.comwrote:

 What does everyone think about moving the ton of demo data living in
 ecommerce out to the components where the entities are defined?

 My main motivation for asking about this is for testing to ensure that we
 can run all the framework and application tests even when all special
 purpose components are removed.  With the increasing number of special
 purpose apps containing extend-entity definitions I'm concerned about the
 possibility of the base applications developing dependencies on that
 extended data model, unintentionally or otherwise.

 We already have plenty of framework code that depends on base application
 entities and I'd hate to see the situation get worse with dependencies in
 the base apps or framework on the special purpose data model.

 I'm willing to move the data so this isn't one of those conversations where
 nothing will actually get done.

 Thanks
 Scott




Re: Moving demo data to their appropriate components

2011-08-22 Thread Pierre Smits
Hi Scott,

+1

Regards,

Pierre

2011/8/21 Scott Gray scott.g...@hotwaxmedia.com

 What does everyone think about moving the ton of demo data living in
 ecommerce out to the components where the entities are defined?

 My main motivation for asking about this is for testing to ensure that we
 can run all the framework and application tests even when all special
 purpose components are removed.  With the increasing number of special
 purpose apps containing extend-entity definitions I'm concerned about the
 possibility of the base applications developing dependencies on that
 extended data model, unintentionally or otherwise.

 We already have plenty of framework code that depends on base application
 entities and I'd hate to see the situation get worse with dependencies in
 the base apps or framework on the special purpose data model.

 I'm willing to move the data so this isn't one of those conversations where
 nothing will actually get done.

 Thanks
 Scott




Re: Moving demo data to their appropriate components

2011-08-22 Thread Jacopo Cappellato
+1

On Aug 21, 2011, at 3:39 PM, Scott Gray wrote:

 What does everyone think about moving the ton of demo data living in 
 ecommerce out to the components where the entities are defined?
 
 My main motivation for asking about this is for testing to ensure that we can 
 run all the framework and application tests even when all special purpose 
 components are removed.  With the increasing number of special purpose apps 
 containing extend-entity definitions I'm concerned about the possibility of 
 the base applications developing dependencies on that extended data model, 
 unintentionally or otherwise.
 
 We already have plenty of framework code that depends on base application 
 entities and I'd hate to see the situation get worse with dependencies in the 
 base apps or framework on the special purpose data model.
 
 I'm willing to move the data so this isn't one of those conversations where 
 nothing will actually get done.
 
 Thanks
 Scott
 



Re: Moving demo data to their appropriate components

2011-08-22 Thread Pranay Pandey
+1
 

Thanks and Regards
---
Pranay Pandey




On Aug 21, 2011, at 7:09 PM, Scott Gray wrote:

 What does everyone think about moving the ton of demo data living in 
 ecommerce out to the components where the entities are defined?
 
 My main motivation for asking about this is for testing to ensure that we can 
 run all the framework and application tests even when all special purpose 
 components are removed.  With the increasing number of special purpose apps 
 containing extend-entity definitions I'm concerned about the possibility of 
 the base applications developing dependencies on that extended data model, 
 unintentionally or otherwise.
 
 We already have plenty of framework code that depends on base application 
 entities and I'd hate to see the situation get worse with dependencies in the 
 base apps or framework on the special purpose data model.
 
 I'm willing to move the data so this isn't one of those conversations where 
 nothing will actually get done.
 
 Thanks
 Scott
 



smime.p7s
Description: S/MIME cryptographic signature


Moving demo data to their appropriate components

2011-08-21 Thread Scott Gray
What does everyone think about moving the ton of demo data living in ecommerce 
out to the components where the entities are defined?

My main motivation for asking about this is for testing to ensure that we can 
run all the framework and application tests even when all special purpose 
components are removed.  With the increasing number of special purpose apps 
containing extend-entity definitions I'm concerned about the possibility of the 
base applications developing dependencies on that extended data model, 
unintentionally or otherwise.

We already have plenty of framework code that depends on base application 
entities and I'd hate to see the situation get worse with dependencies in the 
base apps or framework on the special purpose data model.

I'm willing to move the data so this isn't one of those conversations where 
nothing will actually get done.

Thanks
Scott



smime.p7s
Description: S/MIME cryptographic signature


Re: Moving demo data to their appropriate components

2011-08-21 Thread Adrian Crum
Sounds great to me! Not only will that improve tests, it will make a 
clear illustration of dependency direction (higher level to lower level).


-Adrian

On 8/21/2011 2:39 PM, Scott Gray wrote:

What does everyone think about moving the ton of demo data living in ecommerce 
out to the components where the entities are defined?

My main motivation for asking about this is for testing to ensure that we can 
run all the framework and application tests even when all special purpose 
components are removed.  With the increasing number of special purpose apps 
containing extend-entity definitions I'm concerned about the possibility of the 
base applications developing dependencies on that extended data model, 
unintentionally or otherwise.

We already have plenty of framework code that depends on base application 
entities and I'd hate to see the situation get worse with dependencies in the 
base apps or framework on the special purpose data model.

I'm willing to move the data so this isn't one of those conversations where 
nothing will actually get done.

Thanks
Scott



Re: Moving demo data to their appropriate components

2011-08-21 Thread Jacques Le Roux
Yes that sounds also logical to me. I was surprised to find them there and then get used to. I must say having them in one place is 
also convenient, maybe lazy...


Jacques

From: Adrian Crum adrian.c...@sandglass-software.com
Sounds great to me! Not only will that improve tests, it will make a clear illustration of dependency direction (higher level to 
lower level).


-Adrian

On 8/21/2011 2:39 PM, Scott Gray wrote:
What does everyone think about moving the ton of demo data living in ecommerce out to the components where the entities are 
defined?


My main motivation for asking about this is for testing to ensure that we can run all the framework and application tests even 
when all special purpose components are removed.  With the increasing number of special purpose apps containing extend-entity 
definitions I'm concerned about the possibility of the base applications developing dependencies on that extended data model, 
unintentionally or otherwise.


We already have plenty of framework code that depends on base application entities and I'd hate to see the situation get worse 
with dependencies in the base apps or framework on the special purpose data model.


I'm willing to move the data so this isn't one of those conversations where 
nothing will actually get done.

Thanks
Scott






Re: Moving demo data to their appropriate components

2011-08-21 Thread BJ Freeman
I think a model of the data is where the entities are defined, is best.

Scott Gray sent the following on 8/21/2011 6:39 AM:
 What does everyone think about moving the ton of demo data living in 
 ecommerce out to the components where the entities are defined?
 
 My main motivation for asking about this is for testing to ensure that we can 
 run all the framework and application tests even when all special purpose 
 components are removed.  With the increasing number of special purpose apps 
 containing extend-entity definitions I'm concerned about the possibility of 
 the base applications developing dependencies on that extended data model, 
 unintentionally or otherwise.
 
 We already have plenty of framework code that depends on base application 
 entities and I'd hate to see the situation get worse with dependencies in the 
 base apps or framework on the special purpose data model.
 
 I'm willing to move the data so this isn't one of those conversations where 
 nothing will actually get done.
 
 Thanks
 Scott