Replies: 3 comments 2 replies
-
Hi @Ahmad8864 , could you please explain a bit further your case (for example on a real life example) and all the benefits you see ? |
Beta Was this translation helpful? Give feedback.
1 reply
-
Hello hello,
What you are describing sounds more like a RBAC configuration on your db.
Are you using Neo4j EE?
About NeoDash as a React component, we haven't created enough micro
components in order to be able to expose the app that way, and it's not a
priority at the moment.
El lun, 2 de oct de 2023, 22:34, Ahmad Abdallah ***@***.***>
escribió:
… Hello @adriens <https://github.com/adriens>
The Neo4J DB is going to store information about users in an organization
and it will track interactions between users (messages, meetings, etc). I
hope to use NeoDash in the website to provide a "stats" page for each user,
detailing who they interact with most, displaying a graph of all the users
they interact with, and whats their most used form of communication, etc.
Would it be possible to make some sort of component where the cypher
queries are the same for each users, but the components display a specific
user's information depending on who is logged in?
Thank you
—
Reply to this email directly, view it on GitHub
<#647 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYOAI52EMM7PJJKEITXNPTX5MQL5AVCNFSM6AAAAAA5P25XRKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TCNRZGIYDC>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
1 reply
-
If you don't use Rbac you can't rely on the db in order to apply visibility
rules. In that case, you may need to build your own app including those
rules on the middleware.
El mar, 3 de oct de 2023, 19:49, Ahmad Abdallah ***@***.***>
escribió:
… Thanks for the response @BennuFire <https://github.com/BennuFire>
I'm not using Neo4J EE at the moment, just Professional.
Do you know of any Neo4J tools that can produce a similar result to
NeoDash but can be used within a react app?
—
Reply to this email directly, view it on GitHub
<#647 (reply in thread)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABYOAI4TKBF2TQRZR5R426TX5RF2RAVCNFSM6AAAAAA5P25XRKVHI2DSMVQWIX3LMV43SRDJONRXK43TNFXW4Q3PNVWWK3TUHM3TCNZYGYYTQ>
.
You are receiving this because you were mentioned.Message ID:
***@***.***>
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hello,
Would it be possible to use a published NeoDash dashboard as a component/page then populate the dashboard with information for each user? Or possibly embed NeoDash into the project?
Beta Was this translation helpful? Give feedback.
All reactions