Nguyen Quy Duc's Project Portfolio Page
Project: HobbyList
HobbyList is a desktop application used for tracking various hobby activities. The user interacts with it using a CLI, and it has a GUI created with JavaFX. The application is written in Java.
Given below are my contributions to the project.
- New Feature: Added the ability to
find
activities bytag
, or bystatus
(Pull request #61 and #95)- What it does: These features allow the user to find a specific task with keywords, tag names or status.
- Justification: When users have a lot of activities in the HobbyList, it will be quite cumbersome having to scrolling to find the needed activity. Using these find features, the user can find the activities more easily. *
- New Feature: Added new feature to
select
a specific activity (Pull request #104 and #121)- What it does: This feature allows the user to view the detailed information about the selected activity.
- Justification: Sometimes, there are tasks having a very long name, description, or review written by the users. Then, these tasks are not displayed fully in the Activity box in the HobbyList. This feature might come handy for displaying all the details to the user.
-
Code contributed: RepoSense link
- Project Management:
- Enhancements to existing features:
- Documentation:
- User Guide:
- Developer Guide:
- Community:
- Spotted 10 bugs for team CS2103T-W10-4 (Refer here)