Clarify a TODO
This commit is contained in:
@@ -110,8 +110,8 @@ type Action
|
|||||||
|
|
||||||
update : Action -> Model -> Model
|
update : Action -> Model -> Model
|
||||||
update action model =
|
update action model =
|
||||||
-- TODO write a case-expression that makes SetQuery set the query
|
-- TODO if we get a SetQuery action, use it to set the model's query field,
|
||||||
-- and DeleteById delete the appropriate result
|
-- and if we get a DeleteById action, delete the appropriate result
|
||||||
model
|
model
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user