deciduously / attendance

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

Save state #10

Open deciduously opened 6 years ago

deciduously commented 6 years ago

Either lean on localStorage or allow exporting and loading a dump of the RAtom to file

deciduously commented 6 years ago

Closing - moving to an SQLite backend

deciduously commented 6 years ago

This is going to require some thought.

The roster ONLY deals with kids. Each kid has a class, a core schedule, and an extended schedule.

Class schedules by day are then pulled from the kid table?

deciduously commented 6 years ago

Switched to h2, keep it in java.io.tmpdir - have it persist to disk periodically? Or on close?