-
Notifications
You must be signed in to change notification settings - Fork 0
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
[BACKEND] Include ERD in README.md #7
base: master
Are you sure you want to change the base?
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
Original file line number | Diff line number | Diff line change | ||||
---|---|---|---|---|---|---|
@@ -1,5 +1,16 @@ | ||||||
# Backend | ||||||
|
||||||
## Entity-Relationship Diagrams [ERD] | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
|
||||||
All ```boxcar``` projects include the following gem: | ||||||
|
||||||
``` | ||||||
https://github.com/voormedia/rails-erd | ||||||
``` | ||||||
|
||||||
The gem is installed and set to auto-update a file named ```ER_Model.pdf``` after each migration. | ||||||
This file is linked to in the ```README.md``` for documentation purposes. | ||||||
|
||||||
## Python | ||||||
|
||||||
### Best Practices | ||||||
|
@@ -27,4 +38,8 @@ Consider the above folder structure. If you start the app by running `python mai | |||||
from package1 import module1 | ||||||
from package1.module2 import function1 | ||||||
from package2.subpackage1.module5 import function2 | ||||||
<<<<<<< HEAD | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
``` | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
======= | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
||||||
``` | ||||||
>>>>>>> c95fd600b839fb556cb793de912278ab9d5ffe85 | ||||||
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more.
Suggested change
|
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.