Open 01Parzival10 opened 2 weeks ago
~
The converter side has been adjusted in DataFlowAnalysis/Converter#24
For the Editor: Additionally to allowing ~ as flow names in assignments, we also need to forbid empty flow names. These can not be interpreted by Converter, since it cant know whether no or the empty flow is referenced.
For preserving control flows (for example for converting PCM 2 DFD) we generally use Flows with empty names. When converting these Assignments to the WebEditor representation the empty flow names cause issues, since the WebEditor works name and not ID based. This means when going from PCM -> DFD -> JSON we create invalid assignments in the WebEditor and cannot convert back into DFD without fixing it.
Possible Solutions: