Ryan Tan's Project Portfolio Page
Project: LinkedOUT
LinkedOUT is the only application that any experienced recruiter needs. LinkedOUT allows recruiters to keep track of many applicants, and the job they applied for. You can store their contact details, skills and the round of their application, all in one place.
Given below are my contributions to the project.
Contributions to Project
- Code Contributions:
- New Feature: Added the ability to flag a particular applicant. (Pull requests #117, #128, #146)
- What it does: It flags a particular applicant as important, pinning them to the top of the applicant list. The flag is indicated by a clean flag icon.
- Why this feature is essential: It serves as a reminder for users to attend to this particular applicant, or that this applicant is a top choice for recruitment.
- How this feature contributed to the project: It serves as a code template for other team members or alternative sorting implementation when implementing other sorting related functionalities.
- Enchancements Implemented:
- Performed initial large-scale refactoring to starting AB3 project in file structure to pave foundation for AB3’s modification into LinkedOUT.
(Pull request #36)
These changes include:- Creating the applicant package in the model by moving
Person
related classes in the person package to the applicant package. - Writing the key data classes:
Applicant
,Job
andRound
. (Pull request #64) - Changing all
Person
-related usages in code toApplicant
. - Changing all
address
-related usages in code tolinkedout
. - Credits: Zhikai and Ryan Cheung for aiding in integration.
- Creating the applicant package in the model by moving
- Modified Job and Round regular expressions to alphanumeric only in order to enforce stricter behavior in accordance with user expectation. Wrote extensive tests as well to support this change. (Pull requests #79, #148)
- Performed initial large-scale refactoring to starting AB3 project in file structure to pave foundation for AB3’s modification into LinkedOUT.
(Pull request #36)
- Documentation:
- Contribution to the UG:
- Contributions to the DG:
- Contributions to team-based tasks
- All DevOps related contributions such as:
- Setting up GitHub Team Organization.
- Setting up GitHub Team Repo.
- Setting up Jekyll and GitHub project website using GitHub Pages
- Set up v1.3 Product Demo in project management document.
- All DevOps related contributions such as:
- Review/mentoring contributions
- Reviewed team PRs to ensure proper code architecture (Pull request #121) and proper, extensive unit and integration testing is performed. (Pull request #153)
- Aided in debugging and implementation issues when teammates were implementing their features, such as Kai Yi and Zhikai with search-sort. (Pull request #131)