Add DOI field
This is one of the subtasks for #56 (closed).
Add a unique DOI field (doi varchar(255) null
) to the accession record. Accession historic should also have the field, but it should not have the unique constraint. Make sure database changes are registered in liquibase changelog.
Further:
- Extend the
AccessionJSON
with thedoi
field so the field gets indexed. - Add display of DOI field to the accession details
- Add display of DOI field to the accession explorer
- Add DOI as filter (exact filter) to the accession filters
Edited by Matija Obreza