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

Overhaul of datalink serializers #196

Open
kimakan opened this issue Aug 2, 2023 · 0 comments
Open

Overhaul of datalink serializers #196

kimakan opened this issue Aug 2, 2023 · 0 comments

Comments

@kimakan
Copy link
Contributor

kimakan commented Aug 2, 2023

The Datacite/Dublincore serializers for the datalink must include fields like

  • contributors
  • sizes
  • etc.

It has to be compatible with the oai renderers.
The serializers in question:

class DublincoreSerializer(serializers.Serializer):

class DataciteSerializer(serializers.Serializer):

Furthermore if possible, it would be nice to simplify other serializers, like
https://github.com/django-daiquiri/daiquiri/blob/33094c5389e0acb0b30fcc1db54b7bb6bafaf0c5/daiquiri/metadata/serializers/datacite.py
Maybe it's not necessary to list all fields in the serializers but only the ones that need a default value. However, it has to be investigated further.

@kimakan kimakan added this to the Next version milestone Aug 2, 2023
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