Zhang Yuanxing's Project Portfolio Page
Project: UniSave
UniSave is a desktop finance planner app, optimized for use via a Command Line Interface (CLI) while still having the benefits of a Graphical User Interface (GUI).
Given below are my contributions to the project.
- New Feature: Added SetBudget Command
set-bthat allows the user to set a budget for UniSave. - New Feature: Added ShowBudget Command that allows the user to check the latest budget and remaining budget.
- Highlights: The response of this command is moved to UI panel at Milestone v1.4.
- New Feature: Added Exchange Command
exchangethat allows the user to convert the currency for the whole expense book.- Justification: This is the feature distinct UniSave from other expense book, it allows a currency conversion of 168 currencies.
- New Feature: Added Currencies Command
show-codesthat displays a table of currency codes with the corresponding currency full names. -
New Feature: Added Rates Command
show-ratesthat allows the user to check the exchange rates from SGD. -
Credits: {The exchange rates, currency codes with corresponding full names are adopted from currencylayer on 2020-10-31, but are converted into java code by me.}
-
Code contributed: RepoSense link
- Enhancements to existing features:
- Wrote additional tests for existing features to increase coverage by 12.98% (Pull requests #240)
- Documentation:
- User Guide:
- Developer Guide:
- Reorder the flow for USS (Pull request #42)
- Update Overview Session (#260)
- Added implementation details of the
set-b,exchangefeature. - Added use cases for
Set Budget,Exchange Currencyfeature.(#279) - Update UML diagram for
Model,Expense class,Set Budget Activity Diagram,Set Budget Sequence Diagram,Exchange Activity Diagram,Exchange Sequence Diagram.
- Community: