MySQL develops a simple learner management system

Source: Internet
Author: User

Topic: Trainee Management System

Demand:

    • User role, instructor \ Trainee, user after landing according to the role of different, can do things differently, respectively, as follows
    • Instructor View
      1. Management class, can create classes, according to the student QQ number to join the students class
      2. Can create a class record for a specified class, note that a class record corresponds to a number of participants ' records, that is, every class has a whole class of students, in order to record each student's academic performance, we need to create each class record is, at the same time for each student in this class to create a class record
      3. To revise grades for students, one by one manual revision
    • Student View
    1. Submit Job
    2. View Job Scores
    3. A student can belong to more than one class at the same time, like the report of Linux, but also can register Python, so submit homework to select the class, and then select the number of sections of the specific class
    4. Additional: Students can view their class score rankings

  

Idea: To solve this problem, we have to figure out how many objects, the relationship between objects, in fact, I think we use the operation is to use the MySQL SQLAlchemy of the many-to-many thought module

Object: 1. Class: Name Learner 2. Student: Name QQ number (QQ number is equivalent to a student's ID card, we through the screening QQ good to operate student information) results (submit homework will have results)

3. Lecturer: Name Class (each teacher corresponds to multiple classes)

4. Class Table: Name 5. class Record table: Used to record information generated by the association

MySQL develops a simple learner management system

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.