DTP (Test > Production: 244c813d) - #26429
#26429Merged
nkiruka merged 29 commits intoDec 19, 2018
productioncode-dot-org/code-dot-org:productionfrom
dtp_candidate_244c813dcode-dot-org/code-dot-org:dtp_candidate_244c813dCopy head branch name to clipboard
Merged
DTP (Test > Production: 244c813d)#26429nkiruka merged 29 commits intoproductioncode-dot-org/code-dot-org:productionfrom dtp_candidate_244c813dcode-dot-org/code-dot-org:dtp_candidate_244c813dCopy head branch name to clipboard
nkiruka merged 29 commits into
productioncode-dot-org/code-dot-org:productionfrom
dtp_candidate_244c813dcode-dot-org/code-dot-org:dtp_candidate_244c813dCopy head branch name to clipboard
Conversation
…-CourseF levels backfill
…-dot-org/code-dot-org into 2018-courses-proficiencies-backfill
… already-recorded date range
This fixes the total US event count to once again show the total number of events, rather than just the count of states and territories, on the following pages: https://hourofcode.com/au/events/2014 https://hourofcode.com/au/events/2015 https://hourofcode.com/au/events/2016 https://hourofcode.com/au/events/all
…inimum criteria.
After this is done, a migration is needed roughly like
Pd::Application::Teacher1920Application.select {|a| a.response_scores_hash[:meets_minimum_criteria_scores][:principal_implementation].in?(['0', '2'])}.each |x|
score = x.response_scores_hash[:meets_minimum_criteria_scores]
x.update(response_scores: response_scores_hash.deep_merge({meets_minimum_criteria_scores: {prinipcal_implementation: score == '2' ? 'Yes' : 'No'}}))
end
…s-backfill Update script params for the 2018 CourseA-CourseF levels backfill
IFrameEmbedOverlay to ES6
DTT (Staging > Test) [robo-dtt]
hourofcode.com: fix US total event counts
DTT (Staging > Test) [robo-dtt]
Remove the option to `hide_custom_blocks`, make it the default
Add helper button to copy the main workspace XML to clipboard
DTT (Staging > Test) [robo-dtt]
DTT (Staging > Test) [robo-dtt]
…ion_scoring Fix the scoring for principal implementation - should be YES/NO for m…
DTT (Staging > Test) [robo-dtt]
DTT (Staging > Test) [robo-dtt]
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.