[WIP] Implement growth assessment using WHO indicators #80

Draft
joao.dubas wants to merge 76 commits from jpd-feat-add-bmi-module-with-live-view into main
Showing only changes of commit 0ac434c61d - Show all commits

View File

@ -49,6 +49,7 @@ defmodule Growth.Indicators.Load do
@doc false @doc false
def start_link(_) do def start_link(_) do
_ =
Enum.map(@measure_to_score, fn {_, measure} -> Enum.map(@measure_to_score, fn {_, measure} ->
create_ets(measure) create_ets(measure)
end) end)