Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 7 additions & 4 deletions src/hoa_cli/data/lookup_table.toml
Original file line number Diff line number Diff line change
Expand Up @@ -82,14 +82,17 @@ DEFAULT = "PE100X"
[CAEC1001]
DEFAULT = "COMP2001"

[COMP2021]
[COMP1014]
DEFAULT = "COMP2001"

[COMP1011]
DEFAULT = "COMP2021"
[COMP2018]
DEFAULT = "COMP1011"

[COMP2021]
DEFAULT = "COMP1011"

[COMP1013]
DEFAULT = "COMP2021"
DEFAULT = "COMP1011"
Comment on lines +85 to +95

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

medium

为了提高配置文件的可读性和可维护性,建议按课程代码对 COMP 相关条目进行字母排序。这样可以使文件结构更清晰,方便未来查找和修改。

Suggested change
[COMP1014]
DEFAULT = "COMP2001"
[COMP1011]
DEFAULT = "COMP2021"
[COMP2018]
DEFAULT = "COMP1011"
[COMP2021]
DEFAULT = "COMP1011"
[COMP1013]
DEFAULT = "COMP2021"
DEFAULT = "COMP1011"
[COMP1013]
DEFAULT = "COMP1011"
[COMP1014]
DEFAULT = "COMP2001"
[COMP2018]
DEFAULT = "COMP1011"
[COMP2021]
DEFAULT = "COMP1011"


[EE1005]
DEFAULT = "EE1018"
Expand Down