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

schemas: validate/normalize identifiers #991

Open
FlorianCassayre opened this issue Nov 18, 2020 · 0 comments
Open

schemas: validate/normalize identifiers #991

FlorianCassayre opened this issue Nov 18, 2020 · 0 comments
Labels
nice-to-have Additional feature (not critical)

Comments

@FlorianCassayre
Copy link
Member

  • given an identifier scheme (ISBN, DOI, ...), verify that:
    • the value matches the format enforced by this identifier
    • the checksum is valid (if applicable)

To be discussed:

  • some identifiers can have multiple representations and it is possible to map one to the other (in an injective fashion), as it is the case with ISBNs
    • it would be nice to have both values in the ES index, so that they can be searched
    • do we still want the user to manually type both?
@FlorianCassayre FlorianCassayre added the nice-to-have Additional feature (not critical) label Nov 18, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
nice-to-have Additional feature (not critical)
Projects
None yet
Development

No branches or pull requests

1 participant