Dominic Lim's Project Portfolio Page
Project: TAlent Assistant™
TAlent Assistant™ is a desktop, lightweight and centralized management system catered to NUS School of Computing professors for managing the interview scheduling process of candidates applying to be undergraduate Teaching Assistants (TA). It is optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI) built using JavaFX.
Given below are my contributions to the project.
- New Features:
- Ideated using a placeholder with randomized colour for each candidate’s background photo in the
focusPanel
of the application andHelpWindow
’s design layout. - Updated application’s icon and related refactors to help the team as an overall i.e. Removing traces of previous project naming conventions.
- E.g. Updating JSON file to
talentassistant.json
instead of the previous project’saddressbook.json
, updating PDF generator title to our application’s name, etc.
- E.g. Updating JSON file to
- UI refactors wherever necessary.
- E.g. Changing of styles i.e.
CSS
.
- E.g. Changing of styles i.e.
- Ideated using a placeholder with randomized colour for each candidate’s background photo in the
-
Code contributed: RepoSense link to view individual code contribution.
- Project management:
- Managed deadlines and deliverables for the team whenever/wherever necessary.
- Brief e.g. Updating milestones, managing issues on GitHub.
- Beautified releases’ description.
- Enhanced team’s workflow with suggestion on branch naming i.e.
ISSUE_NO-ANY-OTHER-DESC
.- Naming each branch in the format with issue as the start followed by dashes and other relevant description. Helps in the clarity of referring back to the linked issue when reviewing the PR.
- Drove team meetings.
- Managed deadlines and deliverables for the team whenever/wherever necessary.
- Enhancements to existing features:
- Refactors constantly done throughout the development period of our program.
- Refactored
model
of our application, specifically the entities. E.g. Introduced new entities.- Encompasses writing of the entity, test classes and integrated with application’s
model
.
- Encompasses writing of the entity, test classes and integrated with application’s
- Improved existing
add
andedit
commands with the introduction of new fields to our program based on project direction.- Includes writing of unit tests.
- Removal of unused entities of previous
Person
model from the initial codebase e.g.tag
,address
. - Refactored
Person
model toCandidate
model.- Updated all relevant/related files and scrap usages of
Person
to match target user profile.
- Updated all relevant/related files and scrap usages of
- Refactored
- Refactors constantly done throughout the development period of our program.
- Documentation - User Guide:
- Worked on the
add
,edit
commands.
- Worked on the
- Documentation - Developer Guide:
- Team-based tasks:
- Setting up the GitHub team repository.
- Updating individual roles.
- Necessary general code enhancements e.g. Renaming the product and changing the product’s icon.
- Maintaining team’s Gradle build file by updating
shadowJar
naming and enabling assertions.
- Review/Mentoring contributions:
- PRs Authored, Count: 47; PRs Involved, Count: 136; (caa 11/04/22)
- Community: