abstractive / caret.rb

1 stars 0 forks source link

Method of remembering users and channels. #5

Open digitalextremist opened 3 years ago

digitalextremist commented 3 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.

harsh183 commented 3 years ago

I think a database backed layer backed with an ODM like mongoid looks like a good bet.