artsy / positron

Positron is Artsy Writer or the editorial tool and API for Artsy.
MIT License
85 stars 40 forks source link

Use author_ids for distribution and article model #1301

Open eessex opened 7 years ago

eessex commented 7 years ago

Re: https://github.com/artsy/positron/pull/1300

To do - has to happen during article2 launch

Some methods in the client article model are used in the ui for editorial channels, including the display panel, render the contributing_author field. This should be updated to use the new author_ids field.

The positron-based distribution systems should also be updated to use the new author field.

kanaabe commented 7 years ago

Closing in favor of: publishing/#73