Skip to content

Latest commit

 

History

History
29 lines (24 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (24 loc) · 1.02 KB

project_afourathon

Student Management


  • CRUD operations on student records

  • Functionality: add, update, delete students

Elective Subject Management


  • CRUD operations on elective subjects

  • Functionality: add, update, and delete electives

  • Elective Subject Selection

    Two main views: Student Page and Elective Subject Page

    Student Page:

    • Select a student from a list (students table)

    • Manage chosen elective subjects (electives table)

    • Select or remove elective subjects for a specific student


    Elective Subject Page:

    • Select an elective subject

    • Manage students who have chosen that subject

    • Select or remove students associated with a particular elective subject

    Data storage using MySQL for efficient retrieval and management of student-elective subject associations