Closed mariohamann closed 2 years ago
inspiration_children
= array
inspiration_descendants
= array
inspiration_ancestors
= array parent + parent's ancestor
new action:
_children
_ancestors
add at _descendants
delete action:
_children
_ancestors
remove at _descendants
When displaying a single action:
inspiration_descendants->count()
inspiration_ancestors->paginate->reverse
When displayed in list:
inspiration_descendants->count()
Currently in progress. Missing:
Users should be able to fork from other Doings – if they do, the relation to the parent doing is shown.
On the parent ideally users should be able to see, which doing was inspired by it.