-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update scraped subjects data #674
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
PR Overview
This PR updates scraped subjects and their prerequisites data. The changes include adding new subject entries and updating the prerequisites logical structure for certain subjects.
- New subjects '1158', '1275', and '1783' have been added with corresponding details in the subjects YAML file.
- The prerequisites YAML file has been updated with new logical operator chains for subject codes '1158' and '1783'.
Reviewed Changes
File | Description |
---|---|
db/data/scraped_subjects.yml | Added three new subjects and updated the credits value for subject A66 |
db/data/scraped_prerequisites.yml | Introduced new logical operator structures and updated subject prerequisite details |
Copilot reviewed 2 out of 2 changed files in this pull request and generated 1 comment.
Comments suppressed due to low confidence (1)
db/data/scraped_prerequisites.yml:6150
- The subject_needed_code value '158Q' is not quoted, unlike similar values in the file; consider standardizing the quoting of subject codes to ensure consistency and proper parsing.
+ subject_needed_code: 158Q
@@ -2438,7 +2456,7 @@ A65: | |||
A66: | |||
code: A66 | |||
name: GESTIÓN DE PROYECTOS | |||
credits: 10 | |||
credits: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The credits value for subject A66 was changed from 10 to 5; please confirm that this reduction is intentional to avoid unintended downstream impact.
credits: 5 | |
credits: 10 |
Copilot is powered by AI, so mistakes are possible. Review output carefully before use.
@@ -2438,7 +2456,7 @@ A65: | |||
A66: | |||
code: A66 | |||
name: GESTIÓN DE PROYECTOS | |||
credits: 10 | |||
credits: 5 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🤨
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Si creemos que puede ser un error, deberíamos reportarlo a bedelías.
Pero en mi opinión, si la pagina de bedelías dice 5 créditos, nosotros también deberíamos mostrar 5
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
me gustaria ver la escolaridad de alguno que la haya hecho.
cba6555
to
adbcfcf
Compare
This PR runs to update scraped subjects' data