plouc / mozaik

Mozaïk is a tool based on nodejs / react / redux / nivo / d3 to easily craft beautiful dashboards
http://mozaik.rocks
MIT License
3.61k stars 363 forks source link

user dashboard #155

Closed ktamilvanan closed 5 years ago

ktamilvanan commented 6 years ago

I am looking to use mozaik to provide dashboard a based on the logged in user. What is the right way to achieve this functionality? Can the server be updated with multiple user's dashboard and client be specific to the logged in user?

juhamust commented 6 years ago

You might be able to achieve the wanted functionality by authenticating the user and then using the current user identifier to fetch the correct content in each client.

https://github.com/plouc/mozaik/issues/117

plouc commented 5 years ago

Mozaïk doesn't support this out of the box, and I'm not planning to add this for now, you might be able to achieve this by using the approach suggested by @juhamust however you won't benefit from existing extensions, so I'm not sure Mozaïk is the right tool for your use case.