Skip to content

Commit cdcab14

Browse files
authored
🏛️ Add missing IUI campus entry (#81)
A new campus entry appeared in the `202610` term: `Indiana Univ Indianapolis Campus`. This blocks sync from completing. The campus doesn't appear in the course catalog search form, so I took a stab at defining my own short code for it: `IUI`.
1 parent a3a3146 commit cdcab14

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Scraper/MyPurdueScraper.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,6 +386,7 @@ private record SectionListInfo
386386
// but are still found in section listings
387387
{ "Dual Campus Campus", "TDC" },
388388
{ "Concurrent Credit Campus", "CC" },
389+
{ "Indiana Univ Indianapolis Campus", "IUI" },
389390
};
390391

391392
// The loss of authenticated APIs removed our source of information for
@@ -680,4 +681,4 @@ private record SectionListInfo
680681
return null;
681682
}
682683
}
683-
}
684+
}

0 commit comments

Comments
 (0)