-
Notifications
You must be signed in to change notification settings - Fork 2
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
Fetch unit types items from klass #203
Conversation
Jorgen-5
commented
Mar 5, 2024
- Updated to use new datadoc model
- Added multiple languages for unit types
- Added unit types to dropdown
- Saved unit codes to the model
- Added tests for multiple languages
…ation id, and added tests for multiple languages
… new datadoc model
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great work! I found a few small things that need changing, nothing major though.
tests/resources/utdata/befolkning/person_testdata_p2021-12-31_p2021-12-31_v1__DOC.json
Outdated
Show resolved
Hide resolved
tests/resources/statistikk/befolkning/person_testdata_p2021-12-31_p2021-12-31_v1__DOC.json
Outdated
Show resolved
Hide resolved
tests/resources/inndata/befolkning/person_testdata_p2021-12-31_p2021-12-31_v1__DOC.json
Outdated
Show resolved
Hide resolved
… changed parsing of unit types dataframes
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nice work!