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

Scoring in model #18733

Merged
merged 5 commits into from Oct 31, 2017
Merged

Scoring in model #18733

merged 5 commits into from Oct 31, 2017

Conversation

mehalshah
Copy link
Contributor

@mehalshah mehalshah commented Oct 30, 2017

DB migration to add scores to the applications. They will be in the form of a json string where the key is the question and the value is the score

@mehalshah mehalshah requested a review from aoby October 30, 2017 18:22
@@ -0,0 +1,5 @@
class AddScoresToApplicationBase < ActiveRecord::Migration[5.0]
def change
add_column :pd_applications, :response_scores, :text
Copy link
Contributor

Choose a reason for hiding this comment

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

Please add a comment: here explaining what these represent.

@mehalshah mehalshah merged commit 3ba0e4d into staging Oct 31, 2017
@balderdash balderdash deleted the scoring_in_model branch September 20, 2018 17:42
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