django-daiquiri / daiquiri

A framework for the publication of scientific databases
https://escience.aip.de/daiquiri
Apache License 2.0
26 stars 8 forks source link

DOCS: Document how the oai entries are generated from datalink entries #121

Open agy-why opened 1 year ago

agy-why commented 1 year ago

Since the introduction of datalink, we saw the possibility the remove boiler plate code as well as code repetitions in the app adapters by generating some of the OAI entries based on datalink information.

The cost of such a simplification of the app code (less adapter, or even removal of them) is a complexification of the algorithm generating the OAI entries.

Now some of the OAI entries are generated from the datalink tables: see the DefaultDatalinkOAIAdapter. It would be important to document this process and how these entries are generated.