Skip to content

Database Schema #57

Mar 5, 2022 · 4 comments · 26 replies
Discussion options

You must be logged in to vote

Course

Overview

The Course object represents a course available at the University of Texas at Dallas. A Course should not be confused with a Section which is the actual instantiation of a Course with a professor and dedicated meeting times.

Object Representation

Course = {
    "_id": ObjectId,
    "course_number": string,
    "subject_prefix": string,
    "title": string,
    "description": string,
    "school": string,
    "credit_hours": string,
    "class_level": string,
    "activity_type": string,
    "grading": string,
    "internal_course_number": string,
    "prerequisites": CollectionRequirement,
    "corequisites": CollectionRequirement,
    "lecture_contact_hours": string,
    "…

Replies: 4 comments 26 replies

Comment options

You must be logged in to vote
3 replies
@jpahm
Comment options

jpahm Mar 5, 2022
Maintainer

@TrystonMinsquero
Comment options

@jmyrick02
Comment options

Comment options

You must be logged in to vote
11 replies
@jmyrick02
Comment options

@CharlieMahana
Comment options

@TrystonMinsquero
Comment options

@jpahm
Comment options

jpahm Mar 5, 2022
Maintainer

@jpahm
Comment options

jpahm Mar 5, 2022
Maintainer

Answer selected by TrystonMinsquero
Comment options

You must be logged in to vote
10 replies
@jmyrick02
Comment options

@jpahm
Comment options

@AdamMcAdamson
Comment options

@jpahm
Comment options

@AdamMcAdamson
Comment options

Comment options

You must be logged in to vote
2 replies
@jmyrick02
Comment options

@ZzRanger
Comment options

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Ideas
Labels
None yet
6 participants