arcanefoam / ecco

A Feature-Oriented Version Control System
https://llinsbauer.github.io/ecco/
0 stars 0 forks source link

Improve the model preview to highlight ambiguties #8

Open arcanefoam opened 7 years ago

arcanefoam commented 7 years ago

The model view should highlight features with ambiguities. Also, the multiple values should be shown. For primitives an " | " separated list of values can be used. For references we need to figure out a way to show this, perhas as in BNF the " | " can be prepended to the reference name to indicate optional. But we also need to show that the feature is not assigned a value, ¬(REF) or something... maybe "null" or "empty"?

arcanefoam commented 7 years ago

When the tree is created all nodes with ambiguities should be expanded.