Anshumaan's Project Portfolio Page
Project: The Intern’s Ship
The Intern’s Ship (TinS) is a desktop application for computing students looking for internships to more efficiently manage their numerous internship applications. Suited for fast typers, TinS uses a combination of Command Line Interface (CLI) to collect user inputs and Graphic User Interface (GUI) to display relevant information for ease of use.
Given below are my contributions to the project.
- New Feature: Added the ability add an event to Tins.
- What it does:
- Allows the user to add an event after selecting an internship. (#104)
- Justification: This feature is vital for users to use Tins, as it ensures the users can add different event associated with their internship applications.
- Highlights: It involved making a parser and command class that adhered with the current logical structure and made semantic sense to the user.
- What it does:
- New Feature: Added the ability delete an event from Tins.
- What it does:
- Allows the user to delete an event after selecting an internship. (#129)
- Justification: This feature is vital for users to use Tins, as it ensures the users can delete added events associated with their internship applications.
- Highlights: It involved making a parser and command class that adhered with the current logical structure and made semantic sense to the user.
- What it does:
-
Code contributed: link
- Project management:
- Enhancements to existing features:
- Edit Addressbook to accommodate for internshipCatalogue. (#66)
- Documentation: