Ng Yong Chuan's Project Portfolio Page
Project: NewAddressBook
NewAddressBook is a desktop address book application used by secondary school teachers to manager their student and teacher contacts, optimized for use via a Command Line Interface (CLI). 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.
- New Feature: Added the ability to
DeleteMeeting
- What it does: allows the user to delete a selected meeting with the given index. Meeting will only be deleted when the index input is valid.
- Justification: This feature improves the product as it allows the user to delete any wrong meeting or any meeting that has passed to ensure that their NewAddressBook is updated and have no error.
- Highlights: This enhancement paves way for future commands such as clearMeeting / massDeleteMeeting as they both will likely use the base of this code.
- New Feature: Added a
FormClass
field to Students- What it does: allows the user to add a form class field to students to identify which form class they are from.
- Justification: This feature improves the product as the target audience (secondary school teacher) will likely require the form class of the student they are working with.
- New Feature: Added GUI for Meeting Window
- What it does: Opens a window for meeting, using the #handleMeeting function.
- Justification: This feature is the start for meeting window, we decided not to put it together in the main UI as it was meant to be more like a calendar that can be closed / open at any time.
- Highlights: This enhancement was used for the showMeeting/quitMeeting command.
- Code contributed: RepoSense link
- Project Management:
- Updated the base code (
Logic
,AddressBook
,Model
and json related classes) so that it can handle two different classes student and teacher as opposed to the previous single person class. This allowed the rest to split the commands and work on each side individually #73
- Updated the base code (
- Enhancements to existing features:
- Updated the GUI to cater to two different list, one for teacher one for students #73
- Updated the GUI for almost all the fields so they either are coloured (like tags) or have the identifier #50
- Updated the GUI to prevent the view to be bugged (Pull requests #124, #190, #244)
- Wrote additional tests for existing features to increase coverage (Pull requests #146, #149, #254, #73)
- Documentation:
- User Guide:
- Developer Guide:
- Community:
- Team Based Task:
- Updated Product Icon #124