Skip to content

Instantly share code, notes, and snippets.

@bbqtd
Last active March 10, 2017 15:39
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bbqtd/aaf7012ec4598280057cab89e10aa2df to your computer and use it in GitHub Desktop.
Save bbqtd/aaf7012ec4598280057cab89e10aa2df to your computer and use it in GitHub Desktop.

Discipline

{
  "id": "uuid_discipline",
  "name": "Математические Вычиcления",
  ...
}

Course

{
  "id": "uuid_course",
  "discipline_id": "uuid_discipline",
  "year": "2017",
  "term": "spring",
  ...
}

Forum

{
  "id": "uuid_forum",
  "course_id": "uuid_course",
  ...
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment