Changes between Version 7 and Version 8 of WikiStart


Ignore:
Timestamp:
07/01/26 16:04:51 (4 days ago)
Author:
231082
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • WikiStart

    v7 v8  
    22
    33== Short description:
    4 The Courses Management System (CMS) is a relational database platform designed to support the full academic lifecycle of a higher-education institution. The database contains data about members (students and teachers), academic programs, courses and their editions, semester enrollments, exercises and exam assessments, grades, lecture materials, announcements, direct messaging between members, and surveys. The system consolidates these concerns into a single, coherent data model. Two security mechanisms are built into the design: member passwords are stored as SCRAM-SHA-256 hashes, and semester enrollment records are protected by a blockchain-inspired SHA-256 hash chain that makes retroactive tampering detectable. The intended application is a web-based course management platform serving a higher-education institution, with roles for students, teachers, and administrators.
     4The Courses Management System (CMS) is a relational database platform designed to support the full academic lifecycle of a higher-education institution. The database contains data about members (students and teachers), academic programs, courses and their editions, semester enrollments, exercises and exam assessments, grades, lecture materials, announcements, direct messaging between members, and surveys. The system consolidates these concerns into a single, coherent data model. The intended application is a web-based course management platform serving a higher-education institution, with roles for students, teachers, and administrators.
    55
    66== Team members:
     
    2323||= P0 =||AboutProject||''completed'' |||| 20.04.2026 ||
    2424||= P1 =||RelationalModel|| ''completed'' |||| 21.04.2026 ||
    25 ||= P2 =||DatabaseCreation|| |||| ||
    26 ||= P3 =||QueryOptimization|| |||| ||
    27 ||= P4 =||DatabaseProgramming|| |||| ||
    28 ||= P5 =||AdvancedTopic|| |||| ||
     25||= P2 =||DatabaseCreation|| ''completed'' |||| ||
     26||= P3 =||QueryOptimization|| ''completed'' |||| ||
     27||= P4 =||DatabaseProgramming|| ''completed'' |||| ||
     28||= P5 =||AdvancedTopic|| ''completed'' |||| ||