zoukankan      html  css  js  c++  java
  • 教育 管理系统

    覆盖的业务范围

    • 学校
    • 教室
    • 课程
    • 科目
    • 教师
    • 学生
    • 课程申请
    • 班级
    • 课程表
    • 考试
    • 评估
    • 出勤
    • 活动
    • 收费
    • 图书管
    • 住宿
    • 交通

    基本上 可以满足学校的一般性业务

       

    附上相关的业务模型

       

    学校 相关 模型

    academic.subject 学院学科

    academic.year 学院年度

    academic.month 学院月份

       

    grade.master 分级系统

    grade.line 分级明细

       

    standard.standard 【Course】课程

    standard.medium 媒介【语言】

    standard.division 系/部【例如A、B、C】

       

    school.school 学校

    school.standard 【class】班

    school.teacher 教师

       

    subject.subject 科目

    subject.syllabus 教学大纲

    subject.elective 选修

       

    student.student 学生

    student.award

    student.document 学生文档

    student.description 学生说明

    student.descipline 学生学科

    student.history 学生历史

    student.certificate 学生证书

    student.reference 学生参考

    student.previours.school 学生前学校

    student.family.contact 学生家庭联系人

    student.relation.master 学生关系

    student.news 学生新闻

    student.reminder 学生提醒

    student.cast 信仰

       

    submission ???申请?

       

    school.student.assignment 学校学生分派

    school.teacher.assignment 学校教师分派

       

    month.toungue 母语

    attendance.type 考勤类型

    class.room 教室

    document.type 文档类型

    file.format 文件格式【申请文件】

       

    课程表相关

    time.table 课程表

    time.table.line 课程表明细 【教师,科目,时间,教室】

    school.standard

    academic.year 学年

       

    测验相关

    time.table 课程表【测验类型】

    exam.exam 测验

    exam.schedule.line测验安排

    additional.exam 额外测验

    exam.result 测验结果

    exam.grade.line

    exam.subject

    additional.exam.result

       

    出勤相关

    attendance.sheet 出勤【月度】

    attendance.sheet.line 出勤明细

    studentleave.request 请假

    daily.attendance 日出勤【验证后,汇总到月出勤】

    daily.attendance.line 日出勤明细

       

    评估相关

    school.evaluation 评估

    school.evaluation.line 评估明细

    school.evaluation.template 评估模板

    rating.rating 评分

       

    活动相关

    school.event.parameter 参数

    school.event.participant 参与者【参与者可以得分】

    school.event 活动

    school.event.registration 注册

       

       

    收费相关

    student.fees.register 收费登记

    student.payslip

    student.payslip.line

    student.payslip.line.line

    student.fees.structure

    student.fees.structure.line

       

    宿舍相关

    hostel.type 类型

    hostel.room 房间

    hostel.student 住宿

       

    交通相关

    student.transport 交通 路线

    transport.point 乘车点

    transport.vehicle 车辆

    transport.participant 乘坐者 【在线路哪个乘车点】

    transport.registration 登记购买

       

    图书馆

    library.editor.supplier 编辑

    library.rack 书架

    library.author作者

    library.card 借书卡

    library.book.issue 借书 【状态为issue. reissue 为借出,其他均为在库】

    library.book.request 预借

    product.lang 书语种

    book.editor 编辑

    book.attachment 附件

    product.product 书【 使用qty_available 记录 总本数,使用 books_available 保存从 借书记录算出的 在库本数 】

       

  • 相关阅读:
    单分发器
    Python 虚拟环境
    $modal
    memoization
    directive例子2
    UI-Router
    angular-translate
    directive例子1
    FileInputStream/FileOutputStream的应用
    自定义readLine
  • 原文地址:https://www.cnblogs.com/odoouse/p/9784971.html
Copyright © 2011-2022 走看看