-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Relay graph subscription table #535
Comments
Time estimation: 1 day but this is after we've gotten the model specification correctly with all necessary permissions needed. |
Thinking about this again and I am suggesting we have subscriptions linked to tribes since users would mostly visit knowledge graphs through tribes. Based on the subscription linked to a tribe, I would know the particular graph a user is allowed to search from per tribe |
@soup20, please what do you mean by |
@tobi-bams That is a 'nice to have', since there is a question mark next to it. Do we have some kind of id about the host of the graph that we can use? Like maybe the company name. If we don't have anything to use here, don't worry about it. |
@soup20 for now we don't have provisions for that, but we could always add this later |
Status: Created a PR already (Done) |
@tobi-bams is this feature finished can you link the PR's for this? |
@kevkevinpal, this is not the actual PR, the actual PR has been closed but this PR extends the other PR. |
Work to be done on Relay.
Context:
Building the structure for private company knowledge graphs.
Goal:
Create a table of graph subscriptions in relay that will store all the knowledge graphs a company is subscribed to (has permission to access), plus some info about each graph.
Details:
We need the following columns:
*Subscriptions table needs to know which LSAT to present.
The text was updated successfully, but these errors were encountered: