ES-DOC / pyesdoc

Python client to the ES-DOC eco-system.
Other
5 stars 5 forks source link

Link Resolution when documents are created "out of order" #9

Open asladeofgreen opened 8 years ago

asladeofgreen commented 8 years ago

From @bnlawrence on March 8, 2016 15:7

We expect documents to have links between them, and be produced at different times.

Eg. Doc A -> Doc B and that is handled using a DocumentReference type, but what do we put in Document A if Document B doesn't exist, or if it exists, but is not complete (and published) when Document A is published?

This can be handled in the "publication repository" by updating document A when document B exists, but is this automagic?

Copied from original issue: ES-DOC/esdoc-docs#107