Hi,
I have collections based on the user, each users data I have different collection, so whenever users created I need copy all the Stadrad Dashboard and point to the collection belongs to that users.
So want some like below
I have some db called AreadDB and this has collections based on the users.
AreadDB
adminuser
user1
user2
user3
user4
.......
I have default dashboard created by adminuser, dashboards are simple like show numbers of action by user, number of assets he has.
So whenever new user is on boarded, some backed code is creating user account(usr1) using chart-cli in MongoDB chart and also creating new collections.
So Data of that user is going and it will be written to user1 collections . Now when user1 logs in he should be able to see only that data from user1 collections and the default dashboards.
is there a this kind of facility to do that in mongoDB chart to support this kind of features ?