Skip to content

Commit

Permalink
use searchneu's terms for nupath
Browse files Browse the repository at this point in the history
  • Loading branch information
daisykucharski committed Nov 12, 2023
1 parent 521681c commit dcaa71b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions packages/common/src/types.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
/**
* Describes an abbreviation for one of Northeastern's NUPath academic breadth
* requirements. Each two-character NUPath directly corresponds to
* Northeastern's abbreviation of the requirement.
* Describes the term SearchNEU uses for each of Northeastern's NUPath academic
* breadth requirements.
*/
export enum NUPathEnum {
ND = "Natural and Designed World",
Expand Down Expand Up @@ -170,8 +169,7 @@ export type Requirement2 =
| IOrCourse2
| ICourseRange2
| IRequiredCourse
| Section
| "nupath";
| Section;

/**
* Represents a requirement where X number of credits need to be completed from
Expand Down

0 comments on commit dcaa71b

Please sign in to comment.