-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Automated ER diagram generation #83
Automated ER diagram generation #83
Conversation
Suggest updating read me to include instructions to install graphviz to enable ER diagram generation. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This looks good. I have a couple of additional requests:
- Please can you add instructions (and a note on additional dependencies) to the README.md file.
- Please can you add all the files generated by this script to
.gitignore
so that they don't get accidentally checked in to the repo. - To make the above simpler and keep things tidier, I think you should create a subdirectory for the entity relationship diagram stuff, and move the
insert-diagram.py
andtemplate_entity_relatoinship_diagram.html
files into it, as well as adjusting the generation commands to create all their files within that directory too. - You've added a dependency which means you'll need to run
poetry lock
(I think) to updatepoetry.lock
file.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed a couple of minor things when testing on my computer, but this LGTM now.
Added make command to refresh entity relationship diagram.