Jamie's Project Portfolio Page
Project: FoodWhere
FoodWhere is a desktop application for managing your food stall addresses and reviews. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).
Given below are my contributions to the project.
- New Features
- Enhancements to logic component
- Implemented parser and command classes to parse FoodWhere commands
- Modified AddCommandParser to SAddCommandParser to parse add stall commands (#100)
- Modified DeleteCommandParser to SDeleteCommandParser to parse delete stall commands([#101] (https://github.com/AY2223S1-CS2103-W14-2/tp/pull/101))
- Implemented RAddCommand and RAddCommandParser to parse add review commands (#127
- Implemented RDeleteCommand and RDeleteCommandParser to parse delete review commands (#128)
- Modified AddressBookParser to parse FoodWhere commands (#131)
- Implemented parser and command classes to parse FoodWhere commands
- Enhancements to new features
- Added error messages for any missing mandatory fields in RDeleteCommand and SDeleteCommand (#220)
- Handled bug caused by case insensitivity and additional user inputs by modifying all relevant classes such as
Address
,Name
,Tag
to handle different user inputs
- Code Contributions
- Project Management
- Assisted in approving and merging Prs of implementations done by other teammates.
- Documentation
- User Guide
- Developer Guide