Hui Yuan's Project Portfolio Page
DevOps
- Set up the project repo
- tP Organization Setup
- tP Team Repo Setup
- tP Issue Tracker Setup
- Integrated Codecov to the team repo
Features
- Undo command: use
undo
to recover the previous contact list -
Copy command: use
copy INDEX
to add the contact to the OS clipboard PR#42 - Batch edit command: use
edit -batch
to edit the details of multiple contacts in one go PR#56
Bug fixes
- Issues: null pointer exception
- Issue: cannot
undo
batch edit command - Issue: inaccuracy in UG for
edit -batch
command - Issue: explanations for
copy
command is too brief
Documentation
- Update DG: updated
undo
command implementation PR#41 - Update UG: Added
undo
,copy
,edit
andedit -batch
commands and descriptions PR#54