superdesk/superdesk-core

refactor publishing formatting and transmitting to happen together

petrjasek opened this issue · 0 comments

Problem

atm when we publish text item with embedded pictures or featured media we need to get output specific reference for binary while formatting.

Proposal

instead of formatting when we enqueue it could happen in single run during transmission task.
then formatter should get transmitter and be able to call some transmit_binary method which would return href for the file.