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 (3K) Download Attachment |
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 > |
Administrator
|
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" <[hidden email]> > 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 >> |
In reply to this post by Scott Gray-2
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 > |
In reply to this post by Scott Gray-2
Hi Scott,
+1 Regards, Pierre 2011/8/21 Scott Gray <[hidden email]> > 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 > > |
In reply to this post by Scott Gray-2
+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 > |
In reply to this post by Scott Gray-2
+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 (5K) Download Attachment |
+1
----- Original Message ----- From: "Pranay Pandey" <[hidden email]> To: [hidden email] Sent: Monday, August 22, 2011 4:41:41 PM Subject: Re: Moving demo data to their appropriate components +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 > |
In reply to this post by Scott Gray-2
+1
-- Ashish On Sun, Aug 21, 2011 at 7:09 PM, Scott Gray <[hidden email]>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 > > |
Free forum by Nabble | Edit this page |