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

RDF imports: remove redundant code, fix ref, add DOB/DOD for Persons #192

Merged
merged 4 commits into from
Sep 9, 2024

Conversation

koeaw
Copy link
Collaborator

@koeaw koeaw commented Sep 5, 2024

No description provided.

The classes in importers.py were inheriting from
a non-existent parent class in APIS Core, but are
superfluous (didn't to anything different from
GenericModelImporter).
Fix name of class which inherits from ExternalAutocomplete
helper for Organisation entity so GenericModelImporter knows
which entity to match any .toml file superclass definitions to.
Rename .toml files for importing Organisation
data to match name of entity.
Copy link

github-actions bot commented Sep 5, 2024

Thanks for your contribution! ⚠️ there seems to be a problem with your commit messages - they should adhere to the https://conventionalcommits.org specification. Please fix that!

@koeaw koeaw force-pushed the kk/feat/rdfimport branch from 103af67 to 071436c Compare September 5, 2024 15:21
@koeaw koeaw marked this pull request as ready for review September 9, 2024 09:39
Include dateOfBirth, dateOfDeath in 'format' parameter
in LobidAutocompleteAdapter for Persons.
@koeaw koeaw force-pushed the kk/feat/rdfimport branch from 071436c to ef0ccf5 Compare September 9, 2024 09:54
@koeaw koeaw requested a review from sennierer September 9, 2024 10:42
@koeaw
Copy link
Collaborator Author

koeaw commented Sep 9, 2024

Merging this after f2f chat

@koeaw koeaw merged commit 7411591 into deploy Sep 9, 2024
3 checks passed
@koeaw koeaw deleted the kk/feat/rdfimport branch September 9, 2024 11:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant