kevincobain2000 / laravel-erd

Automatically generate ERD Diagrams from Model's relations in Laravel
https://medium.com/web-developer/laravel-automatically-generate-interactive-erd-from-eloquent-relations-83fe65440716
134 stars 24 forks source link

Table must have Consistent positioning or Auto Save (Feature Request) #27

Open whyllardermie opened 6 months ago

whyllardermie commented 6 months ago

Before beforeBrowserRefresh this is my arrangement.

I've found that everytime I refresh the browser, the positioning of the table was turn to shuffle. (see the image below)

After afterBrowserRefresh

it will better if they put "Save button" so that every time they have changes it will be convenient.

kevincobain2000 commented 6 months ago

Save button or auto save sounds like an excellent idea

ven0ms99 commented 5 months ago

I was going to create an issue asking for auto save. Otherwise it's all over the place.

kevincobain2000 commented 5 months ago

Thanks. IDK man when I would push this feature request. I am packed with issues all over on my other repos too.

jacobfogg commented 4 months ago

I agree with the save of positioning. That would make this a slam dunk! I am finding that having an ERD helps myself and developer properly visualize the database. What tooling are you using for the layout tools? I would be happy to put some effort myself into the layout tooling as it would streamline a lot of what I am trying to accomplish.