Ye Pei Lin's Project Portfolio Page
Project: Trace2Gather
Trace2Gather is a desktop address book application used for managing hotel guests and rooms to aid in contact tracing efforts. 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.
-
Code contributed: RepoSense link
- New Features:
- Added the functionality of listing rooms by vacancy status.
- What it does: Shows users the rooms that are either vacant or occupied in the GUI.
- Justification: This feature improves the product significantly by making it more convenient for users to view rooms of a certain vacancy status to easily check in guests into a vacant room or checkout an occupied room.
- Credits: This feature was built on the existing
list roomsfeature.
- Added the functionality of adding rooms with tags.
- What it does: Allows the user to add a specified number of rooms with one or more tags.
- Justification: This feature improves the product significantly by providing a way for users to add more rooms with additional information of the rooms.
- Highlights: This feature affected the current implementation of the
roomobject as there was an additional attribute of tags. The implementation for storing and loading information from JSON files had to be updated. Support for parsing the new command had to be added as well.
- Added the functionality of listing rooms by vacancy status.
- Enhancements to existing features:
- Added UI components necessary for displaying the list of rooms, such as
RoomCardandRoomListPanel. - Added Tags as an attribute of rooms to represent different types of rooms or any optional additional information of the rooms.
- Added validity checking of input for the
roomcommand to search for specific rooms, so an error message will be shown when user input is invalid.
- Added UI components necessary for displaying the list of rooms, such as
- Documentation:
- User Guide:
- Added documentation for the features
list rooms vacantandlist rooms occupied. - Added documentation for the
addroomfeature. - Ensure overall formatting of user guide is shown correctly. #133
- Added the screenshots for the following commands:
guest,checkin,checkout,room. - Updated the command summary table.
- Added documentation for the features
- Developer Guide:
- User Guide:
- Testing:
- Logic:
AddressBookParserTest:AddRoomCommandAddRoomCommandParserTest,AddRoomCommandTestFindRoomCommandParserTestListCommandParserTest,ListCommandTest
- Model:
RoomBuilder
- Logic:
- Team-Based tasks:
- Updated User Guide based on peer feedback.
- Ensured overall formatting of User Guide and Developer Guide was correct.
- Added user stories to Developer Guide.
- Maintained issue tracker alongside teammates.
- Community: