cancel
Showing results for 
Search instead for 
Did you mean: 

Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.

PaddiM8
Node
since ‎07-02-2019
‎06-01-2022

User Statistics

  • 5 Posts
  • 0 Solutions
  • 0 Kudos given
  • 0 Kudos received

User Activity

So, I have this (simplified) query that creates a board with a relationship to a group. MATCH (g:Group) CREATE (g)-[:ChildBoard]->(b:Board); Now, if there already is a board with this relationship, I want to remove that relationship and create a ne...
My database will look like something like this. Now, this will on the website be shown in various lists, and I want the user to be able to choose where in the list each 'board' is. Is there any way to make eg. the 'subboards' have a set order that y...
I have this kind of hierarchical structure that could theoretically go on endlessly. "Tasks" move between "backlog", "ready" and done frequently, and it is going to be possible to customize the "backlog, ready, done" structure for your own board. Wo...