Skip to content

[WIP] Update courses data#51

Open
konnn04 wants to merge 1 commit intompc-ou:mainfrom
konnn04:task-#48
Open

[WIP] Update courses data#51
konnn04 wants to merge 1 commit intompc-ou:mainfrom
konnn04:task-#48

Conversation

@konnn04
Copy link
Copy Markdown
Contributor

@konnn04 konnn04 commented Mar 5, 2026

detail at #48

Copilot AI review requested due to automatic review settings March 5, 2026 14:04
@konnn04 konnn04 added the enhancement New feature or request label Mar 5, 2026
@konnn04 konnn04 self-assigned this Mar 5, 2026
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the extension’s course/subject dataset (per Issue #48) and includes an incidental dependency lockfile change.

Changes:

  • Added a large set of new subjects to assets/data/subject.json.
  • Updated pnpm-lock.yaml with a transitive dependency version change (undici).

Reviewed changes

Copilot reviewed 1 out of 2 changed files in this pull request and generated 4 comments.

File Description
pnpm-lock.yaml Lockfile updated; transitive undici version changed.
assets/data/subject.json Expanded the subject catalog with many additional course entries.
Files not reviewed (1)
  • pnpm-lock.yaml: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

Comment thread pnpm-lock.yaml
Comment thread assets/data/subject.json
Comment thread assets/data/subject.json
Comment on lines +1643 to +1650
"code": "POLI11304",
"name": "Triết học Mác - Lênin",
"credit": "3"
},
{
"code": "VIET1306",
"name": "Cơ sở ngôn ngữ học",
"credit": "3"
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

POLI11304 looks like a typo/inconsistent code for “Triết học Mác - Lênin”. The file already contains POLI1304 for the same subject, so this new entry will create a confusing duplicate in the subject picker; please correct the code (or remove this entry if it’s not a distinct course).

Suggested change
"code": "POLI11304",
"name": "Triết học Mác - Lênin",
"credit": "3"
},
{
"code": "VIET1306",
"name": "Cơ sở ngôn ngữ học",
"credit": "3"
"code": "VIET1306",
"name": "Cơ sở ngôn ngữ học",
"credit": "3"

Copilot uses AI. Check for mistakes.
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@konnn04 help me check

Comment thread assets/data/subject.json
"credit": "3"
},
{
"code": "ACC2301",
Copy link

Copilot AI Mar 5, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The new subject code ACC2301 is inconsistent with the code format used elsewhere in this file (e.g., ACCO2301, ACCO1325). If this is meant to be Accounting (ACCO...), it’s likely a typo and will create a near-duplicate “Nguyên lý kế toán” entry in the picker; please verify and align the code with the correct one.

Suggested change
"code": "ACC2301",
"code": "ACCO2301",

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants