We need to add some tools to make it easy to work with relationships in the data model:
- Add composition
- Add reference
- Change reference to composition
- Change composition to reference
- Extract fields into composition
- Extract fields into reference
- Extract fields into an embedded model
- Extract fields into a parent model
Finally, in the quick view we need to make it possible to jump into the related model.
Please look at the reference document for more details on the implementation.
We need to add some tools to make it easy to work with relationships in the data model:
Finally, in the quick view we need to make it possible to jump into the related model.
Please look at the reference document for more details on the implementation.