deciduously / attendance

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

Implement csv stuff in Rust #49

Open deciduously opened 6 years ago

deciduously commented 6 years ago

That's what ya gotta do next.

On reading in the csv, insert all the kids in that module. Only expose GET endpoints for name and stuff. The only PUT for a kid will be to toggle a KidRecord.

Take is as a POST request from cljs-ajax tied to the same buttons you've already got. have it do both until you port the frontend.