deciduously / attendance

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

Handle name collisions #32

Closed deciduously closed 6 years ago

deciduously commented 6 years ago

Instead of just hashing the name, assign some sort of other unique idx. This will require some thought as I'm currently relying on the deterministic nature of hash - it's called separately on strings and leverages the fact that it yields the same result to function properly.

deciduously commented 6 years ago

This point is moot - will happen automatically as I switch to a SQLite data store