ohmage / server

The ohmage server application.
37 stars 25 forks source link

ohmlet-user Mongo document tension #821

Closed jshslsky closed 8 years ago

jshslsky commented 10 years ago

ohmlets have users; users have ohmlets. This means that operations on either entity may have to perform updates on both, leading to possible consistency issues in Mongo. Both UserController and OhmletController are guilty of this.