COMPSCI 351课程设计作品, a php-MySQL program.
Stederlee fsZhuangB Andy
After studying in University for about two years, we find that the most asked question is: Which classroom should I go for the next coming class? Usually, we will open curriculum schedule, find the course and its classroom. It takes time and we need to keeping zooming in and out to see it clear.
Also, we find that a Todo-List is very helpful in our University life, so we won't forget to submit our homework again.
And, as we're majoring in Computer Science, most of our course books are in digital form, which makes us keep searching and searching (because we have tons of files in our disk and they're obviously not managed well).
So, here's why we made ClassHelper. It helps you find the classroom, it helps keeping your Todo-list, also, it helps you with the management of your course books.
In short, ClassHelper is providing you:
- a brief information of the upcoming class
- a todo-list linked with your courses.
- a personal library which store the textbooks you need in the courses.
-Please translate the following parts into English-
根据我们设计的需求,我们需要实现:
- 前端页面:
- 登录界面,允许用户登录到自己的面板
- 用户面板,显示用户的聚合信息
- PDF在线阅读器,使用其他开源项目完成
- 通过Cookie储存用户登录的token
- API (如果想要使用其它的语言或开发除了Web端的客户端)
- 将所有的数据库操作封装为API
- 数据库设计
- 根据课本的要求完成数据库设计的步骤,完成文书工作
- 建立对应的数据库
Please move on with the detailed design of the functions.