Nested Namespace Behaviour

When I create a page using namespaces, for example if I have [[ProjectA/Sprint1/Standup]] and [[ProjectA/Sprint2/Standup]] the desired behaviour of the graph would be I have two Standups which are unique in the graph. That means the node at the last page should be projecta/sprint1/standup then the parent node should be projecta/sprint1 and the parent should be projecta .

In the current version, projecta/sprint1/standup is linked to sprint1 not to projecta/sprint1. I don’t think it’s ideal to have a page called [[sprint1]] (unless it’s necessary for creating the database?)

Also, it would be good that the last node automatically creates a block which references to the parent for easier access.