JBAS-2090 Green River College cards
authorBill Erickson <berickxx@gmail.com>
Wed, 26 Sep 2018 15:16:26 +0000 (11:16 -0400)
committerBill Erickson <berickxx@gmail.com>
Thu, 21 Mar 2019 19:46:23 +0000 (15:46 -0400)
Signed-off-by: Bill Erickson <berickxx@gmail.com>
KCLS/utility-scripts/import_students/generate-patrons-from-csv.pl
KCLS/utility-scripts/import_students/sftp-client-agent.sh

index ffd8c3f..f62b931 100755 (executable)
@@ -67,7 +67,8 @@ my %home_ou_map = (
     414 => 1533, # Lake Washington (Redmond)
     415 => 1520, # Kent
     417 => 1493, # Northshore (Bothell)
-    lwt => 1533  # Lake Washington (Redmond) Institute of Technology
+    lwt => 1533, # Lake Washington (Redmond) Institute of Technology
+    grc => 1490  # Green River College / Auburn
 );
 
 # pre-prepared sql query statement handles;
index eb0f73a..7e5caae 100755 (executable)
@@ -48,6 +48,7 @@ DISTRICT_CODES=(
 # College students are processed differently
 COLLEGE_CODES=(
     "lwt" # Lake Washington Institute of Technology
+    "grc" # Green River College
 );
 
 # Which codes to process in this iteration of the script.
@@ -56,19 +57,20 @@ CODES_TO_PROCESS=();
 # Hard-code the districts eligible for automatic teacher account processing.
 # College teacher accounts are processed the same as school teacher accounts.
 TEACHER_DISTRICTS=(
-    210 # Federal Way
-    402 # Vashon
-    403 # Renton
-    405 # Bellevue
-    406 # Tukwila
-    407 # Riverview
-    408 # Auburn
-    410 # Snoqualmie
-    411 # Issaquah
-    414 # Lake Washington
-    415 # Kent
-    417 # Northshore
+    210   # Federal Way
+    402   # Vashon
+    403   # Renton
+    405   # Bellevue
+    406   # Tukwila
+    407   # Riverview
+    408   # Auburn
+    410   # Snoqualmie
+    411   # Issaquah
+    414   # Lake Washington
+    415   # Kent
+    417   # Northshore
     "lwt" # Lake Washington Institute of Technology
+    "grc" # Green River College
 )
 
 function usage {