This is used to help with future migrations from this template - [x] `rm ASTHMA.md` - [x] `rm asthma_baseline.md` - [x] `rm results.json` - [x] `cp FOO.md foo_baseline.md . ` ## format_avenir_results.py - [x] DISEASE = "foo" - [x] SCENARIO_NAME_MAP - update - [x] Export `A3_Results_WorkbookF1 July 28` worksheet `foo_ScaleUp` - [x] Find correct column names and indices, update if need be ## run_models.py - [x] `MODEL_FILEPATH = foo_baseline.json` - [x] `def convert_scenario()` - update all scenarios - [x] `SCENARIOS = []` update ## ./docs/constants.js - [x] `INTERVENTIONS = []` update - [x] `TARGET_COVERAGES = {}` update - [x] `STARTING_COVERAGES = {}` update - [x] `FOO_COVERAGE_CHANGES` e.g. `CR1_COVERAGE_CHANGES` update - [ ] `RESULTS_QUERY` update ## ./docs/tool.html - [x] h2 - change disease name - [x] Update identifiers around h2 (three things, two with the same variable name) - [x] Label - Select Interventions - need changing - [x] <iframe> url needs changing ## ./docs/modelScript.js - [x] imports - update - [x] handleInterventionChange - update - [x] window.runModel needs fetch() - update
This is used to help with future migrations from this template
rm ASTHMA.mdrm asthma_baseline.mdrm results.jsoncp FOO.md foo_baseline.md .format_avenir_results.py
A3_Results_WorkbookF1 July 28worksheetfoo_ScaleUprun_models.py
MODEL_FILEPATH = foo_baseline.jsondef convert_scenario()- update all scenariosSCENARIOS = []update./docs/constants.js
INTERVENTIONS = []updateTARGET_COVERAGES = {}updateSTARTING_COVERAGES = {}updateFOO_COVERAGE_CHANGESe.g.CR1_COVERAGE_CHANGESupdateRESULTS_QUERYupdate./docs/tool.html
./docs/modelScript.js