node-vision / strapi-plugin-entity-relationship-chart

Strapi Plugin displays Entity Relationship Diagram of all models, fields and relations.
180 stars 24 forks source link

Draw relations implemented via components #4

Closed jorisw closed 2 years ago

jorisw commented 3 years ago

Hi,

Great plug-in. Works well on Strapi 3.3.4.

The only thing missing for us is relationship lines between entities that are connected via component arrays. For example, we have a structure like this:

This allows us to fully manage the order of relations. This plug-in doesn't appear to pick up on the nested relationship. Probably doesn't visualize components altogether.

stepanjakl commented 3 years ago

Yes, that would be a very useful feature✌️

Also, showing the relationships (i.e. one-to-one, one-to-many, many-to-many) would be super helpful.

That would help my team to navigate through the connections very easily without a need for external UML generator software.

SalahAdDin commented 3 years ago

Yes, we saw it too: image

romanmandryk commented 2 years ago

implemented in new version 4.1.0