-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Errors due to closure on search by course id endpoints (#214)
* fix semester parsing error * fix class selection table index * remove deprecated student node parser * remove deprecated course extra info parser * rewrite course extra info parser * fix course extra href * remove deprecated course student info layout * fix course id parsing in getTWCourseMainInfoList * fix courseInfo display logic * fix courseInfo display logic * resolve redundant logic with string filter * fix unknown characters by changing encryption * fix unable to fetch score * dart reformat * remove unused items * remove unused package * fix CourseExtraInfo category symbol * Update lib/ui/pages/coursetable/course_table_page.dart Co-authored-by: Chenghsuan Ho <[email protected]> * use runtime constants * adding comments for semester parser * providing meaningful names * fix un-expected indexing * resolving unintuitive variable name Co-authored-by: Tien Yu Lin <[email protected]> * resolving unintuitive variable name * unify object names related to studentSemesterDetail * add RangeError exception throwing logic on studentSemesterDetails * add StateError exception throwing logic on CourseId not found * make studentId TextField read-only * fix application crash on education survay unfinished * add error throwing logic on education survay unfinished * Update lib/src/connector/course_connector.dart Co-authored-by: Chenghsuan Ho <[email protected]> * Update lib/src/connector/course_connector.dart Co-authored-by: Chenghsuan Ho <[email protected]> * Update lib/src/connector/course_connector.dart Co-authored-by: Chenghsuan Ho <[email protected]> * Update lib/src/connector/course_connector.dart Co-authored-by: Chenghsuan Ho <[email protected]> * change exception type * set default course category * filters out credit doubles * Fix: Score fetch error caused by semester survey * simplify default course category logic * add error rethow on task logic * add error rethow on task logic * fix: use `i10n` messages upon `FormatException` of `getScoreRankList()` * chore: remove TODOs * style: run `dart format` --------- Co-authored-by: Chenghsuan Ho <[email protected]> Co-authored-by: Tien Yu Lin <[email protected]> Co-authored-by: ntut-xuan <[email protected]>
- Loading branch information
1 parent
115a7af
commit 1ee8c73
Showing
12 changed files
with
116 additions
and
127 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.