Skip to content

Commit

Permalink
[feature] renamed gpa to gpaUg
Browse files Browse the repository at this point in the history
  • Loading branch information
liplum committed Sep 23, 2024
1 parent b373e60 commit a6806f7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/credentials/entity/user_type.dart
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ enum OaUserType {
AppFeature.examArrangement,
AppFeature.teacherEval,
AppFeature.ywb,
AppFeature.gpa,
AppFeature.gpaUg,
AppFeature.yellowPages,
AppFeature.expenseRecords$,
AppFeature.electricityBalance,
Expand Down
4 changes: 2 additions & 2 deletions lib/feature/feature.dart
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ class AppFeature {
examResult$ = "school.examResult",
examResultPg = "school.examResult.pg",
examResultUg = "school.examResult.ug",
gpa = "school.examResult.ug.gpa",
gpaUg = "school.examResult.ug.gpa",
examArrangement = "school.examArrangement",
// teacher eval
teacherEval = "school.teacherEval",
Expand Down Expand Up @@ -76,7 +76,7 @@ class AppFeature {
examResultPg,
examResultUg,
examArrangement,
gpa,
gpaUg,
teacherEval,
expenseRecords,
expenseRecordsStats,
Expand Down

0 comments on commit a6806f7

Please sign in to comment.