Darshan's Project Portfolio Page
Project: ReadyBakey
Overview
ReadyBakey is a desktop app for small bakers to manage their orders. The user interacts with it using a CLI, and it has a GUI created with JavaFX. It is written in Java, and has about 10 kLoC.
This project is based on the AddressBook-Level3 project created by the SE-EDU initiative.
Given below are my contributions to the project.
Summary of contributions:
-
Code contributed: RepoSense link
- Enhancements:
- Added Mark & Unmark of Order (#92 & #97)
- What it does: Allows user to denote whether an order is complete or incomplete
- Justification: The feature provides a way for users to differentiate an order that is already done from one that still needs to be done
- Implemented the linkage between order and person (#125)
- Added the internal logic of the application to allow for a linkage to be made between an order and a person
- This allowed for a single source of the data meaning that there would not be discrepancies in the details
- Modified the way that the UI was displayed in order to allow for the full details to be shown
- Implemented a UUID for each person in order to maintain the link to an order even if his details changed
- Added dummy data for the application for order as well as modified the existing person’s dummy data to contextualise it to a baker’s context (#147 & #231)
- Added a restriction for the phone number of each person to be unique (#146)
- Added a restriction to disallow deletion of person if there are orders still linked to them (#149)
- Refactor EditCommand to EditPersonCommand to allow for addition of Order commands (#75)
- Added improvements to Tags to ensure display on the app works as expected (#230)
- Added Mark & Unmark of Order (#92 & #97)
- Documentation:
- User Guide
- Developer Guide
- Project management and Contributions to team-based tasks
- Managed release V1.2.1
- Updated screenshots
- Uploading JAR file to github
- Maintaining issue tracker
- Contributed to discussions on direction of the product - how each specific feature should behave
- Managed release V1.2.1
- Review/mentoring contributions::