Skip to content
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

Implement referencing other datagraph objects within posts via sdr: URIs #226

Open
Southclaws opened this issue Oct 14, 2024 · 0 comments
Open

Comments

@Southclaws
Copy link
Owner

Similar to #185 but this requires some backend work as well as frontend work.

Backend: complete SDR extraction by emitting pubsub messages to draw links between related resources. So when a post or node (any written content resource, basically) uses an SDR URI to reference another datagraph item, the relationships are created in the database.

Also gotta think about removals too, so if a mention/reference is removed from a piece of content, the relationships must be removed too.

Frontend: fairly similar to @mentions where / (probably, like Notion) is used to bring up a selection+search menu for referencing datagraph items via the existing search endpoint.

Basically like GitHub:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: Backlog
Development

No branches or pull requests

1 participant