meshy / django-schema-graph

An interactive graph of your Django model structure
https://pypi.org/project/django-schema-graph/
MIT License
350 stars 9 forks source link

Update front-end code for new data structure #68

Closed meshy closed 1 year ago

meshy commented 1 year ago

We needed to introduce a new data structure to fix #21. In order to use the new data structure, we needed to re-write a lot of the front-end code.

In the process, the code has been tidied up, and I've added more functionality to the sidebar (including fix #22).

I've had to make some decisions about how the buttons work that might not work for everyone, but I hope will be reasonable defaults.