Or am I required to instantiate some monolithic knot of code and drink
the kool aid?
I am evaluating satchmo atm so would value any viewpoints.
--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To post to this group, send email to satchm...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-user...@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/satchmo-users?hl=en.
I can see the real way to add new and custom functionality would be
via the "signals" mechanism rather than overriding some class or
hacking the underlying code. That's a good decoupled design, I'm
encouraged to continue evaluating satchmo as I think it could be a
nice fit for what I want to do.
My main concern is disabling features I do not need. Three concrete
examples:
1. Subscription stuff.
2. Discount codes.
3. Multisite - I will never need multisite.
Is the core stuff sufficiently abstracted from these "non core feature
bundles" I can just yank them out? And still be able to update to a
newer version of Satchmo with minimal work? Or do I need to just
accept the underlying models will alway reflect them and comment them
out in templates and by manipulating the admin screen? If it is the
latter is there a plan to refactor some of this stuff out into
optional modules?
Many thanks, Jim.
> > satchmo-user...@googlegroups.com<satchmo-users%2Bunsubscribe@goog legroups.com>
I can see the real way to add new and custom functionality would be
via the "signals" mechanism rather than overriding some class or
hacking the underlying code. That's a good decoupled design, I'm
encouraged to continue evaluating satchmo as I think it could be a
nice fit for what I want to do.
My main concern is disabling features I do not need. Three concrete
examples:
1. Subscription stuff.
2. Discount codes.
3. Multisite - I will never need multisite.
This sounds interesting, I would have a crack at implementing it, may
help me get my head round the codebase too. Can you link to some
details on the patch which removed translations from single language
sites? Or any other documentation which might assist. My goal would be
to have the site field missing from any admin screen - on the basis
there is only one site.
Thanks, Jim.
1. The cache framework.
2. Livesettings.
3. Much of the non-core product object model.
In the forthcoming "sprint", or generally, on an architectural basis -
would any thought been given to boiling Satchmo down to a universal
core? And hiving / abstracting everything out to "modules"?
--
You received this message because you are subscribed to the Google Groups "Satchmo users" group.
To post to this group, send email to satchm...@googlegroups.com.
To unsubscribe from this group, send email to satchmo-user...@googlegroups.com.
Other things I would like to remove / see made pluggable:
1. The cache framework.
2. Livesettings.
3. Much of the non-core product object model.