Tianran's Project Portfolio Page
Project: InternSHIP
InternSHIP is a desktop app for university students to manage their internship applications. InternSHIP has been optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
Given below are my contributions to the project.
- New Feature: Added Undo and Redo feature
- What it does: allows the commands that make change to internSHIP application list to be undone/redone (Pull request #100.
- Justification: This feature allows the user to retrieve the information that is accidentally changed by certain commands, such as deleting and editing an application. This prevents the loss of important information and saves the user’s effort to manually undo/redo the change.
- Highlights: This implementation of this feature is achieved by introducing a new class,
VersionedInternship
, which extends from the existingInternship
class, with an additional list to store the undo/redo history. New classes of testcases are introduced as well.
- Enhancements to existing features:
- Change the implementation of
Requirement
class so that it is stored as arequirementList
in an application, allowing the user to specify multiple requirements for an application (Pull request #115). - Refactor code base to remove all traces of AddressBook, including renaming of classes, methods, files, etc. (Pull request #59).
- Improve GUI for better display (Pull request #141).
- Wrote additional tests for existing features to increase test coverage (Pull requests #234).
- Fixed bugs from Practical Examination Dry Run (Pull request #215, Pull request #219).
- Change the implementation of
- Major contribution in testing:
- Refactor the existing testcases by removing all traces from AB3 and fit into our InternSHIP settings (Pull request #59).
- Continuous increment and refinement in testcases whenever new features are added (Examples: Pull request #72, Pull request #78, Pull request #115).
- Final attempt to increase the project overall code coverage up to 83% (Pull request #262, Pull request #270).
-
Code contributed: RepoSense link
- Documentation:
- User Guide:
- Developer Guide:
- Project management and Team tasks:
- Community: