https://github.com/guardian/flexible-octopus-model/pull/4 adds the lastModifiedBy field to the Article model. This represents the last user to make a modification to the content in InCopy. In the converter, we want to parse the last_user field received as part of the incoming JSON from Octopus into the lastModifiedBy field on the Article model.
In Workflow, we will use this in conjunction with the status field on the Article model to display information about the body text content in print.
What does this change?
https://github.com/guardian/flexible-octopus-model/pull/4 adds the
lastModifiedBy
field to theArticle
model. This represents the last user to make a modification to the content in InCopy. In the converter, we want to parse thelast_user
field received as part of the incoming JSON from Octopus into thelastModifiedBy
field on theArticle
model.In Workflow, we will use this in conjunction with the
status
field on theArticle
model to display information about the body text content in print.