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

Load indicator from DB will load data attributes #179

Merged
merged 1 commit into from
Sep 30, 2021

Conversation

matthiasschaub
Copy link
Collaborator

@matthiasschaub matthiasschaub commented Sep 30, 2021

Description

Now loading an indicator from the DB will not only load the indicator results but also
any arbitrary data (the indicator attributes) which has been calculated
and saved to the DB as JSON.

Corresponding issue

Closes #145

Checklist

  • I have updated my branch to main (e.g. through git rebase main)
  • My code follows the style guide and was checked with pre-commit before committing
  • I have commented my code
  • I have added sufficient unit and integration tests
  • I have updated the CHANGELOG.md

@matthiasschaub matthiasschaub force-pushed the load-geojson-from-db branch 2 times, most recently from 052b7f2 to 92c1385 Compare September 30, 2021 06:27
Now loading an indicator from the DB will not only load the indicator results but also
any arbitrary data (the indicator attributes) which has been calculated
and saved to the DB as JSON.
@matthiasschaub matthiasschaub merged commit 1ed89be into main Sep 30, 2021
@matthiasschaub matthiasschaub deleted the load-geojson-from-db branch September 30, 2021 09:54
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.

API response for OQT regions contain indicator data.* in properties which values are all null
2 participants