You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently, the TreeView of the FLINT-editor lists the acts, facts, and duties. This is kind of barebones and should be improved in the following way:
The toplevel acts/facts/duties should be able to be unfolded, and the children should be the acts/facts/duties that are referenced in the properties of the acts/facts/duties.
For example, if this act is unfolded in the TreeView:
The children shown should be [RVO][betalingsaanvraag][agrarisch collectief][goedgekeurde gebiedsaanvraag]<terugleggen geconstateerde fouten>[voorafgaande controles]
Clicking the child should take the user to the definition of that child.
The children should be able to be unfolded in the same way to show their references.
Duplicate children should only appear once.
TODO:
Figure out how the law-reg ModelValidator API should be extended to support this usecase
Extend law-reg in the way needed
Update the flinteditor to make use of the new/extended API
The text was updated successfully, but these errors were encountered:
Currently, the TreeView of the FLINT-editor lists the acts, facts, and duties. This is kind of barebones and should be improved in the following way:
For example, if this act is unfolded in the TreeView:
The children shown should be
[RVO]
[betalingsaanvraag]
[agrarisch collectief]
[goedgekeurde gebiedsaanvraag]
<terugleggen geconstateerde fouten>
[voorafgaande controles]
Clicking the child should take the user to the definition of that child.
The children should be able to be unfolded in the same way to show their references.
Duplicate children should only appear once.
TODO:
The text was updated successfully, but these errors were encountered: