Skip to content
This repository has been archived by the owner on Apr 21, 2024. It is now read-only.

Latest commit

 

History

History
28 lines (22 loc) · 581 Bytes

README.md

File metadata and controls

28 lines (22 loc) · 581 Bytes

Data Structure & Algorithm Assignment

Course Management Subsystem

  • Add a new course
  • Remove a course
  • Find course
  • Amend course details
  • List all courses
  • Add programme to a course
  • Remove a programme from a course
  • Generate relevant reports

Tutor Management Subsystem

  • Add a new tutor
  • Remove a tutor
  • Find tutor
  • Amend tutor details
  • List all tutors
  • Filter tutors based on criteria
  • Generate relevant reports

Business Rules

  • Many courses are offered in the semester.
  • A course is taken by many programmes.
  • The semester involves many tutors.