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

[#2231] Remove surveyalvalue entity #3096

Merged
merged 12 commits into from
May 20, 2019
Merged

Conversation

muloem
Copy link
Member

@muloem muloem commented May 16, 2019

Before the PR (what is the issue or what needed to be done)

The SurveyalValue entity was implemented with the idea of denormalising data in order to make it more easily accessible given the nature of the google datastore. However its a duplicated entity that has resulted in outdated/erroneuous data being displayed.

The solution

We have converted most parts of the system that relied on this entity to use the original source of data QuestionAnswerStore so now we remove the code that is to do with retrieving this entity. A follow up PR will remove the entity and its DAO code.

Screenshots (if appropriate)

Checklist

  • Test plan
  • Copyright header
  • Code formatting
  • Documentation

@muloem muloem requested a review from stellanl May 16, 2019 15:35
Copy link
Contributor

@stellanl stellanl left a comment

Choose a reason for hiding this comment

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

Reviewed. Excellent change.

@stellanl stellanl merged commit b51290c into develop May 20, 2019
@stellanl stellanl deleted the issue/2231-remove-surveyalvalue branch May 20, 2019 13:08
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.

2 participants