Change test course to 314

This commit is contained in:
Abhinav Chadaga
2024-02-17 13:00:16 -06:00
parent 19b124b3bd
commit 122fc6dbdd

View File

@@ -7,22 +7,21 @@ import Instructor from 'src/shared/types/Instructor';
import CoursePopup2 from 'src/views/components/injected/CoursePopup2/CoursePopup2'; import CoursePopup2 from 'src/views/components/injected/CoursePopup2/CoursePopup2';
const exampleCourse: Course = new Course({ const exampleCourse: Course = new Course({
uniqueId: 47280, uniqueId: 50805,
number: '331C', number: '314',
fullName: "BVO 331C Bevo's Seminar Longhorn Care", fullName: 'CS314 Data Structures',
courseName: "Bevo's Seminar Longhorn Care", courseName: 'Data Structures',
department: 'BVO', department: 'CS',
creditHours: 3, creditHours: 3,
status: Status.OPEN, status: Status.OPEN,
instructors: [new Instructor({ fullName: "Hook'em", firstName: '', lastName: "Hook'em" })], instructors: [new Instructor({ fullName: 'Michael Scott', firstName: 'Michael', lastName: 'Scott' })],
isReserved: true, isReserved: true,
description: [ description: [
'Restricted to Students in the School of Longhorn Enthusiasts', 'Second part of a two-part sequence in programming. Introduction to specifications, simple unit testing, and debugging; building and using canonical data structures; algorithm analysis and reasoning techniques such as assertions and invariants.',
'Immerse yourself in the daily routine of a longhorn—sunrise pasture walks and the best shady spots for a midday siesta. Understand the behavioral science behind our mascots stoic demeanor during games.', 'Computer Science 314 and 314H may not both be counted.',
'BVO 311C and 312H may not both be counted.', 'BVO 311C and 312H may not both be counted.',
'Prerequisite: Grazing 311 or 311H.', 'Prerequisite: Computer Science 312 or 312H with a grade of at least C-.',
'May be counted toward the Independent Inquiry flag requirement. May be counted toward the Writing flag requirement.', 'May be counted toward the Quantitative Reasoning flag requirement.',
'Offered on the letter-grade basis only.',
], ],
schedule: new CourseSchedule({ schedule: new CourseSchedule({
meetings: [ meetings: [