sholloway / graph-engine

A marriage of Websockets, embedded Neo4J, Scala and Akka Streams...
MIT License
1 stars 0 forks source link

User defined tags. #50

Open sholloway opened 6 years ago

sholloway commented 6 years ago

A goal of the system is to allow the users to work with their data the way they want to. As part of that, users should be allowed to categorize and group Elements as they see fit. This is accomplished through the use of tags.

Tag Rules

Tag Implementation

Tag Definition Node Fields

Constraints

Tag API Actions Note: Should probably pull this into it's own issue or multiple issues.

sholloway commented 6 years ago

This issue currently represents >40 hrs of work. Break apart into smaller issues.