Head's Up! These forums are read-only. All users and content have migrated. Please join us at community.neo4j.com.
07-02-2019 12:20 PM
07-03-2019 07:49 AM
HI,
This is something where graph database fits perfect. You could use a Label for Backlog, Ready, Done
e.g.
(:Task:Backlog)
(:Task:Ready)
(:Task:Done)
So when you move a Task from Backlog to Ready you just change the Label on the Node
And You can create a relationship between Task nodes for example:
(:Task)-[:HAS_SUB_TASK]->(:Task)
just a simple starter,
regards
07-03-2019 07:53 AM
Wow, thank you! Seems very neat. I have been playing around with it a bit in the playground.. This opens so many new doors!
All the sessions of the conference are now available online