Skip to content

Commit

Permalink
more national data default values
Browse files Browse the repository at this point in the history
  • Loading branch information
struan committed Nov 23, 2023
1 parent d05d515 commit 329a9f3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions crowdsourcer/management/commands/import_national_data.py
Original file line number Diff line number Diff line change
Expand Up @@ -542,6 +542,7 @@ class Command(BaseCommand):
"score_col": "Score",
"type": "select_one",
"evidence": "Evidence",
"default_if_missing": 0,
"options": [
{"desc": "Criteria not met", "score": 0},
{"desc": "Divestment of council's investments", "score": 1},
Expand Down Expand Up @@ -591,6 +592,7 @@ class Command(BaseCommand):
"score_col": "Unweighted Question scores",
"evidence": "Evidence link",
"type": "select_one",
"default_if_missing": 0,
"options": [
{"desc": "Criteria not met", "score": 0},
{"desc": "75 journeys per head of population", "score": 1},
Expand All @@ -606,6 +608,7 @@ class Command(BaseCommand):
"score_col": "Unweighted Question Scores",
"evidence": "Evidence link",
"type": "select_one",
"default_if_missing": 0,
"options": [
{"desc": "Criteria not met", "score": 0},
{
Expand Down

0 comments on commit 329a9f3

Please sign in to comment.