Open digitalextremist opened 4 years ago
Right now user id strings are hard coded into constants, which is bad. Ought to allow Owner or Admin users to change these values and store them in mongo as needed, otherwise just plain use the Admin flag and that's that.
Owner
Admin
mongo
I think a database backed layer backed with an ODM like mongoid looks like a good bet.
mongoid
Right now user id strings are hard coded into constants, which is bad. Ought to allow
Owner
orAdmin
users to change these values and store them inmongo
as needed, otherwise just plain use theAdmin
flag and that's that.