Zhi Long's Project Portfolio Page
Project: Game Book
Game Book is a game tracking app for recreational gambling games players. Game Book helps users track their revenues and losses across different games and generates meaningful statistics that aid them in understanding their gaming records. It is designed for users who prefer Command Line Interface (CLI).
Given below are my contributions to the project.
- Refactored model and related subclasses from AB3 to required classes for Game Book (#119, #74).
- Replaced person class with GameEntry class.
- Updated
Model
to support GameEntry classes inv1.2
and subsequently refactored it inv1.3
, reducing SLAP violations. - Allow duplicate game entries in a game book, unlike in AB3 where people with the same identity are not allowed.
- Feature Enhancements:
- Wrote additional tests for existing features (#218, #135)
- Shortened argument flags for easier typing of commands. (#96)
- Remove ability to edit start and end amounts of game entries.
- Profit can be specified by using start and end amounts, or with profit flag.
- Not clear whether to change start or end amount if user edits a game’s profit (and likewise for a game entry specified with profit only).
- Removed because we are no longer implementing profit percentage.
- Bug fixes:
- Code contributed: RepoSense link
- Project management:
- Released
v1.3(trial)
- Released
- Documentation:
- User guide:
- Added FAQ on storage format.
- Minor cosmetic changes to where format of arguments are specified
- Developer Guide:
- Added sequence and activity diagrams for
edit
andfind
feature. - Added implementation details and use cases for
edit
feature. - Added table of contents to subsections.
- Added manual testing instructions for saving data.
- Added sequence and activity diagrams for
- User guide:
- Community: