Open bombnp opened 2 years ago
After doing basic data exploratory analysis with @panus2001, we decided it's better to consult professors on how to accurately determine GenEd courses, since there must be a way to validate this when we graduate. Will ask Proadpran to start.
Problem
Currently, courses are tagged as GenEd using
override
objects in MongoDB which maps (courseNo, studyProgram, semester, academicYear) to (genEdType, sections). However, theseoverride
objects are manually created by our maintainers and uploaded to MongoDB.The current process of GenEd classification is
type="HIDDEN"
attribute fromgenedcode
field to enable itoverride
objectsObviously, this process is pain-staking and prone to human errors.
Task Description
Develop a way to automatically tag courses as GenEd (or at least, make it least manually as possible), to make it easier to maintain for future generations. One current idea is to infer from the section's notes to determine if it's either:
The solution remains to be discussed further.
Additional Context
Currently, we have course data from https://cas.reg.chula.ac.th. We could try to obtain data from other sources. Consult @bombnp if you want to request access to data we don't currently have.
Related Teams
Task Advisors
@bombnp