From 2f64ca5badd93b35a3a5c9b9194a527f4d2e7963 Mon Sep 17 00:00:00 2001 From: LQ <73536862+ElKju@users.noreply.github.com> Date: Mon, 18 Oct 2021 17:46:29 -0400 Subject: [PATCH] Update progress_report.md --- phase0/progress_report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/phase0/progress_report.md b/phase0/progress_report.md index 7f55af6..0656678 100644 --- a/phase0/progress_report.md +++ b/phase0/progress_report.md @@ -36,7 +36,7 @@ ## Specification Summary -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. Along with an auto-scheduling algorithm that can help with course planning, a timetable visualization function gives a convenient course scheduling experience. Based on student reviews and user information, our app can also recommend specific courses tailored to the user’s program requirements. Alongside the course planning function, our app aims to provide a platform for students to connect and network with their fellow peers. +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 app strives to recommend specific courses 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. Click [here](progress_report.md) for details.