[CS2103T-T11-1] BakeBuddy#126
Open
ryenl wants to merge 675 commits into
Open
Conversation
Codecov ReportAll modified and coverable lines are covered by tests ✅ |
Improve code quality
# Conflicts: # docs/UserGuide.md # src/main/java/seedu/address/model/ModelManager.java # src/test/java/seedu/address/logic/commands/AddIngredientCommandTest.java
…into developer-guide
Edit developer guide and fix styles
Edit website index page
Fix checkstyle errors
…into test-code
Undo restriction when adding customer and supply orders
Fix user guide
made: 1. everything except name and phone number to be compulsory. 2. a person can have 0 to 1 remarks. 3. a person contains orders. 4. customers contain information (optional) and suppliers contain ingredients supplied (optional).
Person contains phone,address, email, name, tags ,remarks and orders. (everything is optional except name and phone) - Orders contain remarks (optional). - Customer and Supplier inherit from person. - Customer contains information (optional) and Supplier contains ingredients supplied (optional). - ModelManager has a filtered number of persons. UniquePersonList has all persons in the address book.
update dg UML
…into fix-refresh
Final bug fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
BakeBuddy is a simplified tool to help home-based bakery owners efficiently manage customer orders, preferences, and supplier relationships, reducing time spent on administrative tasks and allowing more focus on baking.