From 57c18facd3bbb16223a89e01472f090bc2293a31 Mon Sep 17 00:00:00 2001 From: 3eef8a28f26fb2bcc514e6f1938929a1f931762 <116031952+3eef8a28f26fb2bcc514e6f1938929a1f931762@users.noreply.github.com> Date: Mon, 6 Feb 2023 18:00:22 -0500 Subject: [PATCH] Comment --- src/CourseOfferingsScraper.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/CourseOfferingsScraper.cpp b/src/CourseOfferingsScraper.cpp index abfa7ed..70abc1a 100644 --- a/src/CourseOfferingsScraper.cpp +++ b/src/CourseOfferingsScraper.cpp @@ -297,6 +297,8 @@ void handle_attribute(const std::string& attribute, void handle_term_attribute(const std::string& attribute, Json::Value& attributes) { + // These are the attributes we want to display in the + // course years table if(attribute == "Communication Intensive") { attributes.append("[CI]"); } else if(attribute == "Writing Intensive") {