ProfBook is a desktop application used for easy management of a variety of tasks, students and groups. The user interacts with it using a CLI, and has a GUI created with JavaFX.
Given below are my contributions to the project.
Link to my RepoSense Report: RepoSense Link.
Introduced EditGroupDescriptor
Class:
EditPersonDescriptor
class.Introduced EditStudentDescriptor
Class:
EditPersonDescriptor
class.mkdir
Command : Creates a group under the root directory.mv
Command : Moves student from one group to another group.edit
Command : Edits the details of a student or group.mark
Command : Marks a task as done.unmark
Command : Unmarks a task.Non-Feature Aspects:
Feature Aspects:
edit
commandmv
commandmkdir
commandprofbook.json
after adding todo task to a student, removing a student and clear the saved data.Here are the pull requests I reviewed and provided valuable feedback and suggestions: