Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make email optional #76

Merged

Conversation

dasha3412
Copy link

Fixes #53

@dasha3412 dasha3412 added this to the v1.2 milestone Oct 9, 2024
Copy link

codecov bot commented Oct 9, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Files with missing lines Coverage Δ Complexity Δ
...a/seedu/address/logic/parser/AddCommandParser.java 100.00% <100.00%> (ø) 5.00 <0.00> (ø)
.../seedu/address/logic/parser/EditCommandParser.java 92.59% <100.00%> (ø) 11.00 <0.00> (ø)
...rc/main/java/seedu/address/model/person/Email.java 92.85% <ø> (ø) 6.00 <0.00> (ø)

Copy link

@tingxuanp tingxuanp left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM except minor nits

Copy link

@riccoljy riccoljy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Have similar nits as @tingxuanp (some repeated from #74), but LGTM

@riccoljy riccoljy merged commit a11220b into AY2425S1-CS2103T-F15-4:master Oct 10, 2024
4 checks passed
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.

Make email optional in the add command.
3 participants