Added records and record handling for Computer Science course

This commit is contained in:
Keannu Christian Bernasol 2023-10-02 15:47:57 +08:00
parent 9515b25a7b
commit ac7360cafa
2 changed files with 132 additions and 1 deletions

View file

@ -68,7 +68,7 @@ def populate_subjects(sender, **kwargs):
# Definitions of subjects to ignore
ignored_subject_codes = ['NSTP', 'ROTC', 'CWTS', 'LTS']
ignored_subject_names = [
'PRACTICUM', 'On the Job Training', 'CAPSTONE', 'Capstone']
'PRACTICUM', 'On the Job Training', 'CAPSTONE', 'Capstone', 'Thesis Writing']
# Skip ignored subjects
if any(ignored_code in subject_code for ignored_code in ignored_subject_codes):