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

Adding mapping registry convenience fields to the SSSOM data model #264

Draft
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

matentzn
Copy link
Collaborator

@matentzn matentzn commented Mar 7, 2023

We (@anitacaron, me, @udp) are currently trying to build a nice REST API for SSSOM. There are certain fields that are not intended to add any "metadata" to a specific mapping, but are used by the API model which in turns is using the SSSOM object model (including auto-generated data classes etc).

We originally tried to hack everything into the other field, but this has various problems, including that you potentially overwrite existing content which may be important metadata.

The alternative is to create 1 field (mapping_registry_other) which is more flexible, allowing us to add arbitrary extensions from the side of the mapping_registry (in case we need other such parameters).

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.

None yet

1 participant