Open
Description
StoryItems should have:
- a name
- an absolute name formed by the absolute name of their parent and their own one
- a relative name in the context of any other storypoint (a path to them in the story tree starting from that other storypoint)
Names of any StoryItem will be useful for future scripting support
Names of StoryPoints will be useful for branching stories / navigation inside a Story, that is apart from the current linear navigation that goes between Previous/Next (including the depth-first graph traversing in case of nested StoryPoints)