symposion icon indicating copy to clipboard operation
symposion copied to clipboard

Makes the speakers model pluggable

Open chrisjrn opened this issue 7 years ago • 3 comments

This fork makes it so that you do not need to fork Symposion in order to update the speaker model.

It does the following:

  • Removes custom attributes from Speaker, and moves them to DefaultSpeaker
  • Adds configuration to let you set your preferred Speaker Form and Speaker Model
  • Makes the default speaker form a bit more useful
  • Adds documentation for plugging the speaker model

chrisjrn avatar Aug 10 '17 21:08 chrisjrn

Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.

jtauber avatar Aug 10 '17 21:08 jtauber

Thanks!

On 11 August 2017 at 07:21, James Tauber [email protected] wrote:

Thanks! I'm traveling at the moment (which is why I haven't been in the channel) but I'll take a look at this next week.

— You are receiving this because you authored the thread. Reply to this email directly, view it on GitHub https://github.com/pinax/symposion/pull/160#issuecomment-321676914, or mute the thread https://github.com/notifications/unsubscribe-auth/AAl-3O3UH15zrFfZjslo2TAqG_ofDtq3ks5sW3RogaJpZM4Oz_ZP .

-- --Christopher Neugebauer

Jabber: [email protected] -- IRC: chrisjrn on irc.freenode.net -- WWW: http://chrisjrn.com -- Twitter: @chrisjrn

chrisjrn avatar Aug 10 '17 21:08 chrisjrn

So this branch appears to break migrations in some cases due to an ordering issue.

Before this can be merged, I'll need to patch the migrations to include some run_before clauses, and also add some documentation to that effect for consumer apps.

chrisjrn avatar Aug 13 '17 18:08 chrisjrn