vitiral / artifact

The open source design documentation tool for everybody
http://vitiral.github.io/artifact/docs/index.html
Other
559 stars 38 forks source link

[functionality] Parent-handling of TST entries #214

Closed matthiasbeyer closed 5 years ago

matthiasbeyer commented 6 years ago

I have the following setup:

But that fails as TST-bin is expected. But there is - at least in my case - no way of defining TST-bin (it is semantically not valid to actually do this) - and there is a valid parent entry (SPC-bin-stdcli) ... so it would be nice if that would be supported.

vitiral commented 6 years ago

A bit of history: we used to auto-create parents if they didn't exist. That behavior created a lot of spam and was reverted before the 1.0 release -- but we still required that the parent exists.

I think it would be a good idea to remove that requirement as well (I was being conservative before). Note that this does not break backwards compatibility.

vitiral commented 6 years ago

labeling as an enhancement since it is curently "working as intended".

This will be fixed as partof the rewrite of core. I was actually just going to implement a lint for this -- now I have less work to do! Yay for features reducing your work :smile:

vitiral commented 5 years ago

this was fixed in 2.0!