Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface CourseTableItem

Hierarchy

Index

Properties

Readonly department

department: string

department name, short form, all capitalized. e.g CS

Readonly description

description: string

a full description of the course

ids

ids: number[]

Readonly key

key: string

the key of the course. must be globally unique for all courses, e.g. cs11105 composed of three parts:

  1. lowercase department letter, e.g. cs
  2. course number, e.g. 1110
  3. course type index, e.g. 5., corresponding to TYPES

Readonly number

number: number

Course number, e.g. 2150

Readonly title

title: string

one line title for the course, e.g. "Principle of Microeconomics"

Readonly type

type: string

One of the keys of TYPES_PARSE

Readonly units

units: string

Units (credits), usually a number, but could be a range represented as a string like value

example

"1", "3", "2.5", "1 - 12"

Generated using TypeDoc