Hi Bob, i haven't really done a lot of integrated apps beyond the group subscription products. It was pretty basic, a SubscriptionTribe model that extends SubscriptionProduct and has a Tribe. A few changes to a fork of the tribe views to hook in subscription logic and some changes to the tribe templates.
If i looked at it again now i would have used signals to modify the group membership when the subscription product was created/expired instead of changing the tribe view code. Things you learn on the way. It could be interesting to use the content bridge to mount a product browser under groups/projects etc. If the product browser used the django admin style class app, it could take construction parameters for selection criteria and display properties. You could then mount distinct product browsers into different groups. Becoming a big fan of class based apps to allow you to use the same app mounted in different urls, each working with different properties but sharing the same code. Do you have any specific features you'd like to build into a social commerce system? On Feb 14, 4:19 am, bobhaugen <[email protected]> wrote: > On Feb 13, 3:43 am, Harley Bussell <[email protected]> wrote: > > > Finally got my mingus blog up and posted about the social-commerce- > > project. > > Its using virtualenv+pip and works with Django 1.1.1, Pinax 0.7.1 and > > Satchmo trunk.http://bit.ly/cipnmV > > Wow, Harley! That's amazingly faster than your first Pinax-Satchmo > mashup! > > I'm still very interested in how you end up using Pinax and Satchmo > features together. Or even your vague ideas on the subject. -- You received this message because you are subscribed to the Google Groups "Pinax Core Development" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/pinax-core-dev?hl=en.
