[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,9 +49,10 @@ defmodule Growth.Indicators.Load do
@doc false @doc false
def start_link(_) do def start_link(_) do
Enum.map(@measure_to_score, fn {_, measure} -> _ =
create_ets(measure) Enum.map(@measure_to_score, fn {_, measure} ->
end) create_ets(measure)
end)
Task.start_link(__MODULE__, :all, []) Task.start_link(__MODULE__, :all, [])
end end