Problem
In the current code during integration the user is mapped as author in the resulting data, this might introduce a slight confusion. As during publishing we're relying on user being present as data whereas after it is author.
See:
|
"author": context.data["user"], |
Discussion
Should we maybe already collect this information as author from the beginning? Why, or why not?
Problem
In the current code during integration the
useris mapped asauthorin the resulting data, this might introduce a slight confusion. As during publishing we're relying on user being present as data whereas after it is author.See:
config/polly/plugins/publish/integrate_asset.py
Line 240 in e233487
Discussion
Should we maybe already collect this information as
authorfrom the beginning? Why, or why not?