tat_flutter icon indicating copy to clipboard operation
tat_flutter copied to clipboard

Completed "Course Student List in Course Info Page"

Open ntut-xuan opened this issue 1 year ago • 0 comments

Description

Wait #221 merged into master since it's the base of this PR.

In this PR, I completed the course student list shows in course info page.

It also contains to fetch department from credit query page or timeline page, please take a look about the getDepartment function in course_info_page.dart.

The department name only support in Chinese since it's too long in English version.

Implementation

  • [x] Fetch the department map frmo credit query page or timeline page.
  • [x] Fetch the student list on iplus.
  • [x] Show the student list in course info page.

Testing Instructions

Please check the course info page work correctly.

Additional Notes

Please note that it have some hard-coded rule in getDepartment function in course_info_page.dart. It may need to migrate in the future or the rule is changed.

ntut-xuan avatar Feb 12 '24 16:02 ntut-xuan