Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

IMPROVEMENT: missing issued date for Datalink entries #209

Open
agy-why opened this issue Aug 30, 2023 · 1 comment
Open

IMPROVEMENT: missing issued date for Datalink entries #209

agy-why opened this issue Aug 30, 2023 · 1 comment

Comments

@agy-why
Copy link
Member

agy-why commented Aug 30, 2023

In the OAI-PMH interface the date issued value is missing.

This value is populated by the published metadata entry, which for the datalink entries is missing, see in the datalink.datacite.serializer: https://github.com/django-daiquiri/daiquiri/blob/master/daiquiri/datalink/serializers.py#L31C5-L31C12

The Updated date uses the SITE_UPDATED date, we could use SITE_CREATION date for issued, but it is not accurate.
We could use the date of the release, but we do not have access to it, since a datalink entry is not directly related to a release.
A quick fix would be to add a SETTING date for it, used for the published date.

@agy-why agy-why added this to the MiniRelease milestone Aug 30, 2023
@agy-why
Copy link
Member Author

agy-why commented Aug 30, 2023

see #210

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant