Zhang Guangxuan's Project Portfolio Page
Project: PropertyWhiz
Property Whiz is a CLI customer relationship management application made for property agents. PropertyWhiz helps to keep track of properties and prospective buyers, then match properties and buyers.
Given below are my contributions to the project.
- New Feature: Added the Export Command
- What it does: allows the user to export properties and buyers from the current view to a csv file.
- Justification: This feature allows for users to move the data in PropertyWhiz to another platform.
- Highlights: This enhancement brings about a new type of command- the
CommandWithFile
.CommandWithFile
required the addition ofCommandPreAction
to indicate that a FileChooserDialog is required for the user to select a file. - Credits: opencsv for writing csv files
- New Feature: Added the Import Command
- What it does: allows the user to import properties and buyers from a csv file to the current view.
- Justification: This feature allows for users to move the data from another platform to PropertyWhiz.
- Highlights: Together with Export Command,
CsvManager
was added as a static, purely functional class. The parsing of csv file was tricky and involved in multiple exceptions. Careful analysis of cases was required to display an appropriate error message. - Credits: opencsv for reading and parsing csv files
-
Code contributed: RepoSense link
- Project management:
- Created
v1.3
,v1.4
milestones - Fixed CI checks to ignore missing end lines in csv files
- Created
- Enhancements to existing features:
- Documentation:
- Community:
- Tools: