Tan Rui Quan's Project Portfolio Page
Project: contHACKS
contHACKS is a desktop app for Teaching Assistants (TAs) to manage contacts and lessons. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 12 kLoC.
Given below are my contributions to the project.
New Feature: Added the ability to add lesson. (PR #135)
- What it does: allows the user to add lesson into contHACKS by providing information about the lesson.
- Justification: This feature improves the product significantly as user can now refer to contHACKS to know what upcoming lessons they have after they have added the lesson.
- Credits: The design structure is inspired from AddressBook Level 3
Enhanced Feature: Enhanced the ability to add person. (PRs #14, #47)
- What it does: allows the user to add person into contHACKS with information that are relevant to a TA.
- Justification: removed the ability to include address when adding a person as such information is not relevant to a TA.
- Justification: added the ability to include module codes, lessons codes and telegram handle when adding a person as such information are relevant to a TA.
- Highlight: as multiple module codes (e.g.
CS2103T) and lesson codes (e.g.T14) are allowed. There is a need to identify which module code a lesson code belongs to. There were many possible design considerations, but we ultimately settled with making the associate when adding. Such an implementation requires substanstial change in the model component which made the enhancement challenging.
Enhanced Feature: Enhanced the ability to edit person. (PR #74)
- What it does: allows the user to edit a person that is already in contHACKS.
- Justification: modified the edit functionality so as to correspond with the changes in add functionality
Code contributed: RepoSense link
Project management:
- Managed releases
v1.2.1andv1.3.1(2 releases) on GitHub
Testing:
Documentation:
- User Guide:
- Developer Guide:
Community: