Jessica Mary Listijo's Project Portfolio Page
Project: InternConnect
InternConnect is a one-stop, convenient, and efficient platform to manage and empower how internship campus recruiters who prefer CLI over GUI work with their applicants’ data. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
Given below are my contributions to the project.
- New feature: Added the ability to view the details of an applicant (PR #116).
-
What it does:
Allows the user to view the details of an applicant in a separate panel.
-
Justification:
This feature significantly improves the user experience as after the implementaiton, the currently displayed list is less cluttered that it only contains name, job, email, and tags of an applicant. This is considering the amount of details that one applicant has (name, email, address, gender, phone, job, CAP, major, university, graduation date, tags).
This feature also improves the user experience not only upon viewing an applicant, but also upon adding and editing an applicant where the modified applicant will also be shown in the view panel.
-
Highlights:
Difficulties were faced when I was trying to integrate
PersonViewPanel
toMainWindow
, both in the respective.java
and.fxml
files. This is especially in the.fxml
file, when I implemented the splitting of the panels inMainWindow.fxml
. In the first iteration (v1.2
), this worked out, but with some minor resizing where the application window cannot be maximized, and upon dragging the window to another screen (e.g. from laptop screen to a monitor screen) each panel was not resized, resulting in some white area. I managed to fix this resizing issue in the second iteration (v1.3
).
-
-
Code contributed: RepoSense link
- Project management:
- Contributed to issue creation for team members
- Reviewed and approved team members’ PRs
- Enhancements to existing features:
- Documentation:
- Community:
- Tools:
- Used PlantUML to create UML diagrams
- Used GitHub and Git for version control
- Used IntelliJ and Visual Studio Code to edit files
- Used Microsoft Teams for team communication and notes taking