diff --git a/stages/4/Main.elm b/stages/4/Main.elm index 777ec52..b33483d 100644 --- a/stages/4/Main.elm +++ b/stages/4/Main.elm @@ -110,8 +110,8 @@ type Action update : Action -> Model -> Model update action model = - -- TODO write a case-expression that makes SetQuery set the query - -- and DeleteById delete the appropriate result + -- TODO if we get a SetQuery action, use it to set the model's query field, + -- and if we get a DeleteById action, delete the appropriate result model