tree-ware / tree-ware-kotlin-core

Apache License 2.0
1 stars 0 forks source link

Remodel the model classes #22

Closed deepak-nulu closed 3 years ago

deepak-nulu commented 3 years ago

In the current implementation, there are multiple list-field classes and multiple single-field classes. Also, the entity-list-field stores entity instances, but the other lists store single-field instances.

Simplify the model classes so that there is only one single-field class and one list-field class. Also make the list-field store value instances rather than field instances.