Last active
December 29, 2015 08:59
-
-
Save samueldowens/7647253 to your computer and use it in GitHub Desktop.
Domain Model Brainstorm/Notes
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Users | |
Name(text_field) | |
Permissions(integer) | |
GitHub_id(text_field) | |
Issues | |
Description(text_field)[character limited] | |
Resolved(boolean) | |
user_id | |
timestamp | |
Response | |
issue_id | |
user_id | |
Description(text_field)[character limited] | |
timestamp | |
Users have many Issues | |
Users have many Responses | |
Issues belong to a User | |
Issues have many Responses | |
Responses belong to an Issue | |
Responses belong to a User | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment