Wong-Jia-Jun's Project Portfolio Page
Project: MyLib
MyLib is a desktop bookmarking application used for keeping track of books a user is reading. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java.
Given below are my contributions to the project.
-
Code Contributed: RepoSense hyperlink
- New Feature: Added GoTo command functionality. This involves opening url of bookmark in user’s default browser #135, #184
- What it does: Opens url of a bookmark in user’s browser
- Justification: This provides convenience to the user instead of having to copy the url field and pasting after opening a browser
- New Feature: Added the View Command functionality #176
- What it does: Allows the user to view specifics of a bookmark more clearly in a separate panel
- Justification: This feature allows users to see more clearly each field of the bookmark as well as longer fields like url which is not present in bookmark on left panel since it may be quite long
- Enhancements:
-
Add Test cases for Code Coverage #253
- Documentation:
- User Guide:
- Developer Guide:
- Contributions to team-based tasks
- Created release for V1.3
- Maintain issue tracker for tasks