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

dataset_id changes in Dataset model #102

Merged
merged 1 commit into from
Mar 18, 2025
Merged

Conversation

kngai
Copy link
Contributor

@kngai kngai commented Mar 18, 2025

dataset_id includes dataset_level as part of its ID. Other related changes:

  • Contributor.acronym not to be unique; acronym:project unique constraint exists
  • Clearer use of names, vars and properties (keys)
  • Remap dataset_id FK relationship in DataRecord; not use content_category
  • PeerDataRecord to use contributor_id as FK (not contributor.acronym)
  • Fix correct_instrument_value()
  • Other minor fixes/improvements

- dataset_id includes dataset_level as part of its ID
- Contributor.acronym not to be unique; acronym:project unique constraint exists
- Clearer use of names, vars and properties (keys)
- Remap dataset_id FK relationship in DataRecord; not use content_category
- PeerDataRecord to use contributor_id as FK (not contributor.acronym)
- Fix correct_instrument_value()
- Other minor fixes/improvements
@coveralls
Copy link

Coverage Status

coverage: 51.533% (-0.09%) from 51.627%
when pulling c26ec87 on kngai:dataset_id_change
into e757271 on woudc:master.

@kngai kngai merged commit d8cab00 into woudc:master Mar 18, 2025
2 checks passed
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

2 participants