Skip to content

Course Table Information Extension - #376

Draft
NathanRusso wants to merge 4 commits into
ComputerScienceHouse:developfrom
NathanRusso:course-extension
Draft

Course Table Information Extension#376
NathanRusso wants to merge 4 commits into
ComputerScienceHouse:developfrom
NathanRusso:course-extension

Conversation

@NathanRusso

Copy link
Copy Markdown
Member

What

I added in 3 new field to the courses table based on the updated dump: Prerequisites, Typically Offered, and Contact Hours.

Why

I am working on a website (https://flowchartmaker.cs.house/) that uses the course in ScheduleMaker. I pull course data when you click on a class. I wanted to display the 3 new fields in my course information popup, so the ScheduleMaker database had to be updated. These changes and just to update the backend. I am not adjusting the frontend,

Test Plan

how did you verify these changes did what you expected
----- I did not

Env Vars

No, but the test file is DEV_cshclass.dat.

Documentation

I updated the documentation under one function, but that was the only place I found that needed comment updating.

Checklist

  • Tested all changes locally

Comment on lines -22 to +25
IN p_description TEXT
IN p_description TEXT,
IN p_prerequisites TEXT,
IN p_typically_offered TEXT,
IN p_contact_hours TEXT

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think that you'll want to make a new script in this folder instead of updating this one similar to https://github.com/ComputerScienceHouse/schedulemaker/blob/develop/schema/migrationScripts/1.6.4to1.6.5.sql

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants