natashatanyt - Project Portfolio Page
Project: MoneyGoWhere
MoneyGoWhere is a point-of-sale, desktop app for tracking sales and inventory, optimised for use via a Command line Interface (CLI). With the ability to type fast and with familiarity of the system, the user will be able to quickly track sales, check inventory and calculate change. This CLI application is comparable with GUI applications due to its low-cost and adaptability.
This application is primarily tailored towards the hawker stall owners at The Deck in National University of Singapore.
Summary of contributions
Given below are my contributions to the project:
Code Contributed
- Please go to this RepoSense Link to view my contributions.
Enhancements Implemented
- v1.0
- Implemented deleteitem and listitem commands
- Added deleteitem and listitem validation
- Helped to write some JavaDocs
- v2.0
- Implement finditem and help commands
- Added finditem validation
Contributions to the UG
- Wrote content for various features of the UG
- Generated images used throughout the document with Carbon
Contributions to the DG
- Helped structure the DG and gave a rough outline for explaining the implementation of various commands
Contributions to Team-based Tasks
- Generated over 50 images for the UG and wrote content for various features
- Linked issues found in PE-D to respective owners of functions with bugs
- Fixed some failed Java-CI tests
- Wrote JUnit tests
Reviewing / Mentoring contributions
- Helped check some code before merging PR
- Helped identify bugs in project