What's the difference between Mongoose Subdocs and Population, and what's the best to use?
I wanna build admins system and I want to know what's the best to use before starting.
Want to build something like this.
roles table ('Admin', 'User', 'Guest')
resources table ('Users', 'Projects', 'Programs')
permissions table ('Create', 'Read','Write','Delete','Deny')
Should I use Subdocs for one table or using Population for different tables?!