deciduously / attendance

Attendance taking app in Rust and ClojureScript - ongoing development in the mifkad repo
MIT License
0 stars 0 forks source link

Fix toggle-kid! #3

Closed deciduously closed 6 years ago

deciduously commented 6 years ago

Something like (transform [:roster #(= idx (:idx %))] #(update-in % [:here] not (get-in @app-state [:data])

Assuming I've split app-state into something like {:data {:roster {} :core {} :extended {}}}

deciduously commented 6 years ago

fixed