-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Description
Summary
After opening a canvas, the user can name the canvas, add a description, and associate tags.
Additional requirements
When we create a Canvas we should create a node in Neo4J representing the canvas.
The node should have the following labels and attributes. The Neo4J Ontology document is a good first stop for any ontology/schema questions.
Labels
ChainverseCanvasDocument
Attributes
uuidtitle-- whatever the user named the documentcreatedDt-lateUpdatedDttext- all of the text entered onto the document, regardless of whether or not the text appears in a blockdescription- text the user added to thedescriptionof the document.
Edges
Canvas should be connected to the user who created it with an AUTHOR edge. i.e.
(x:User)-[r:AUTHOR]->(c:Canvas)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
enhancementNew feature or requestNew feature or request
