Skip to content

Releases: CSC207-UofT/course-project-bug-makers

v2.0.0 release: myCourseApp

06 Dec 19:03
72e6694
Compare
Choose a tag to compare

For our CSC207 project, we are planning to build a course planning app that allows students to plan and review their courses. A build-in connection to UofT API will present comprehensive course information to users, while user information is safely stored in a remote database. Course planning functionality is provided through our auto-scheduling algorithm. Timetable visualization functionality gives user a convenient course scheduling experience. Students can rate and write reviews on courses they have taken before. Based on these reviews and the user's information, our machine learning model strives to recommend instructor tailored to the user’s request and program requirements. In addition, our app aims to provide a platform for students to connect and network with their fellow peers.

What's Changed

  • [FINAL UPDATE FOR PHASE ONE] DesignDocumentation Updated. by @Kuan-Pang in #86
  • Progress summary updated - Fixed missing contribution part by @Kuan-Pang in #87
  • Proofread and minor changes by @syou1707 in #88
  • [Phase 1 Update] Unused Param Fixed by @Kuan-Pang in #89
  • [Kuan Pang] Bug fixed and accessibility improvement by @Kuan-Pang in #91
  • Bug fixed and Test Case implemented by @Lola-W in #93
  • Implemented switching through results in planCourse by @chengk68 in #94
  • TestCase bug fixed by @Lola-W in #96
  • [Kuan Pang] Phase 2 doc updated, test cases updated by @Kuan-Pang in #95
  • Refined testcases in ReviewService. by @Lola-W in #97
  • minor change to checkconflict in planCourse by @chengk68 in #98
  • Completed Accessibility Report by @syou1707 in #99
  • [Kuan-Pang] Phase 2 wrap up. by @Kuan-Pang in #101

Full Changelog: v1.0.0...v2.0.0

web-v2.0: myCourseApp

06 Dec 19:04
Compare
Choose a tag to compare

For our CSC207 project, we are planning to build a course planning app that allows students to plan and review their courses. A build-in connection to UofT API will present comprehensive course information to users, while user information is safely stored in a remote database. Course planning functionality is provided through our auto-scheduling algorithm. Timetable visualization functionality gives user a convenient course scheduling experience. Students can rate and write reviews on courses they have taken before. Based on these reviews and the user's information, our machine learning model strives to recommend instructor tailored to the user’s request and program requirements. In addition, our app aims to provide a platform for students to connect and network with their fellow peers.

What's Changed

New Contributors

  • @ElKju made their first contribution in #7

Full Changelog: https://github.com/CSC207-UofT/course-project-bug-makers/commits/web-v2.0

v1.0.0 release: myCourseApp

15 Nov 17:10
3ee9386
Compare
Choose a tag to compare

For our CSC207 project, we are planning to build a course planning app that allows students to plan and review their courses. A build-in connection to UofT API will present comprehensive course information to users, while user information is safely stored in a remote database. Course planning functionality is provided through our auto-scheduling algorithm. Timetable visualization functionality gives user a convenient course scheduling experience. Students can rate and write reviews on courses they have taken before. Based on these reviews and the user's information, our machine learning model strives to recommend instructor tailored to the user’s request and program requirements. In addition, our app aims to provide a platform for students to connect and network with their fellow peers.