You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
The text was updated successfully, but these errors were encountered:
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:
The text was updated successfully, but these errors were encountered: