Joan Sim's Project Portfolio Page
Project: Teacher’s Pet
Teacher’s Pet is a desktop application for managing contacts of students and classes, optimised for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI). If you can type fast, Teacher’s Pet can get your contact and class management tasks done faster than traditional GUI apps.
Given below are my contributions to the project.
-
New Feature: Added the
find class date
command.- What it does: Allows teacher to find all the students attending classes on a particular date.
- Justification: A core feature to allow teacher to view upcoming schedule.
- Highlights:
Added a new prefix
nt-a
to allow appending of notes. This allows teacher to add on to the current notes. - Pull Requests: #168
-
New Feature: Added the
edit notes
command.- What it does: Allows teacher to add and edit teaching notes under a student.
- Justification: A core feature to allow teacher to take note of important information.
- Highlights:
Added a new prefix
nt-a
to allow appending of notes. This allows teacher to add on to the current notes. - Pull Requests: #94, #171
-
New Feature: Added the
edit class
command.- What it does: Adds a new class under a student.
- Justification: A core feature to allow teacher to add their upcoming classes to manage their schedule.
- Highlights: The implementation of this command was challenging due to the class conflict aspect. After detecting there is a class conflict between 2 classes, a further check is required to ensure that the 2 classes are not under the same student since this does not mean there is a conflict but just an update of timing. Another challenge faced was to also free up class slots when we are deleting students or clearing the data.
- Pull Requests: #96, #109, #115, #127, #156
-
New Feature: Updated the
edit class
andfind class
command to support more natural use cases. -
Code contributed: RepoSense link
- Enhancements to existing features:
- Documentation:
- User Guide:
- Developer Guide:
- Community:
- PRs reviewed (with non-trivial review comments): #93, #194, #203
- Included v1.3 feature demo inside project notes document. Added descriptions and screenshots for the features: #document
- Reported bugs for other teams during PE-D: #ped issues github