Skip to content

[CS2103T-T11-1] BakeBuddy#126

Open
ryenl wants to merge 675 commits into
nus-cs2103-AY2425S1:masterfrom
AY2425S1-CS2103T-T11-1:master
Open

[CS2103T-T11-1] BakeBuddy#126
ryenl wants to merge 675 commits into
nus-cs2103-AY2425S1:masterfrom
AY2425S1-CS2103T-T11-1:master

Conversation

@ryenl

@ryenl ryenl commented Sep 21, 2024

Copy link
Copy Markdown

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.

@codecov

codecov Bot commented Sep 21, 2024

Copy link
Copy Markdown

Codecov Report

All modified and coverable lines are covered by tests ✅

@ryenl ryenl changed the title [CS2103T-T11-1] BizBookPro [CS2103T-T11-1] BakeBuddy Oct 2, 2024
samuelthen and others added 28 commits November 7, 2024 09:56
# Conflicts:
#	docs/UserGuide.md
#	src/main/java/seedu/address/model/ModelManager.java
#	src/test/java/seedu/address/logic/commands/AddIngredientCommandTest.java
Edit developer guide and fix styles
calebchongsj and others added 30 commits November 11, 2024 19:32
Undo restriction when adding customer and supply orders
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants