TutorLink is a desktop CLI application designed to help University professors better manage the grades of students reading their course.
TutorLink keeps a running tally of grades (GPA, overall score) of each
Student
by tagging Components
to each student via a Grade
object.
StudentStorage
, ComponentStorage
and GradeStorage
classes handle the loading of
.txt
data files when the application starts up, and the saving of the Student, Component and Grade lists into
the data files after every user command.ComponentList
class to manage the list of components
Components
, as well as add, delete, find and toString methods.Code contributed: RepoSense link