Skip to content

Add metadata to canvas #116

@liminal-dog

Description

@liminal-dog

Summary

After opening a canvas, the user can name the canvas, add a description, and associate tags.

Screen Shot 2022-08-19 at 2 32 12 PM

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

  • Chainverse
  • Canvas
  • Document

Attributes

  • uuid
  • title -- whatever the user named the document
  • createdDt -
  • lateUpdatedDt
  • text - all of the text entered onto the document, regardless of whether or not the text appears in a block
  • description - text the user added to the description of 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)

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions