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

denormalize inherited #3602

Merged
merged 15 commits into from
Apr 22, 2021
Merged

denormalize inherited #3602

merged 15 commits into from
Apr 22, 2021

Conversation

konzz
Copy link
Member

@konzz konzz commented Apr 16, 2021

fixes #3497

PR checklist:

  • Update READ.me ?
  • Update API documentation ?

QA checklist:

  • Smoke test the functionality described in the issue
  • Test for side effects
  • UI responsiveness
  • Cross browser testing
  • Code review

@konzz konzz force-pushed the 3497-denormalize-inherited branch from 122f3e1 to df4a6b7 Compare April 16, 2021 12:12
@konzz konzz marked this pull request as ready for review April 19, 2021 08:16
@daneryl daneryl self-requested a review April 19, 2021 10:05
@daneryl daneryl self-assigned this Apr 19, 2021
Copy link
Collaborator

@daneryl daneryl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@konzz there is a couple issues.

  • this development needs a migration for the already existing datasets
  • selecting an inherited property that is not set on the target entity causes the app to crash. (im not sure this can happen on new data but its happening to me using fixtures and selecting as inherited a Mecanismo -> resumen)
  • editing the original property does not updated inherited values on the entities that inherit the property.

Copy link
Collaborator

@daneryl daneryl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@konzz migration fails at least in one dataset we are hosting.

@daneryl daneryl merged commit 6b861b0 into development Apr 22, 2021
@daneryl daneryl deleted the 3497-denormalize-inherited branch April 22, 2021 12:32
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.

Denormalize inherited values instead of “UI automagic” (20pts)
2 participants