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

Update UI for AddCommand #29

Merged
merged 12 commits into from
Mar 20, 2024

Remove unnecessary fields - phone, email and address

dfb0f6c
Select commit
Loading
Failed to load commit list.
Merged

Update UI for AddCommand #29

Remove unnecessary fields - phone, email and address
dfb0f6c
Select commit
Loading
Failed to load commit list.
Codecov / codecov/patch succeeded Mar 19, 2024 in 0s

77.40% of diff hit (target 75.26%)

View this Pull Request on Codecov

77.40% of diff hit (target 75.26%)

Annotations

Check warning on line 139 in src/main/java/seedu/address/logic/parser/ParserUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/ParserUtil.java#L139

Added line #L139 was not covered by tests

Check warning on line 155 in src/main/java/seedu/address/logic/parser/ParserUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/ParserUtil.java#L155

Added line #L155 was not covered by tests

Check warning on line 170 in src/main/java/seedu/address/logic/parser/ParserUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/logic/parser/ParserUtil.java#L170

Added line #L170 was not covered by tests

Check warning on line 53 in src/main/java/seedu/address/model/person/Ic.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Ic.java#L53

Added line #L53 was not covered by tests

Check warning on line 129 in src/main/java/seedu/address/model/person/Person.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/person/Person.java#L129

Added line #L129 was not covered by tests

Check warning on line 25 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L25

Added line #L25 was not covered by tests

Check warning on line 28 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L28

Added line #L28 was not covered by tests

Check warning on line 32 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L32

Added line #L32 was not covered by tests

Check warning on line 36 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L36

Added line #L36 was not covered by tests

Check warning on line 40 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L40

Added line #L40 was not covered by tests

Check warning on line 44 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L44

Added line #L44 was not covered by tests

Check warning on line 48 in src/main/java/seedu/address/model/util/SampleDataUtil.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/model/util/SampleDataUtil.java#L48

Added line #L48 was not covered by tests

Check warning on line 129 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L129

Added line #L129 was not covered by tests

Check warning on line 134 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L134

Added line #L134 was not covered by tests

Check warning on line 137 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L137

Added line #L137 was not covered by tests

Check warning on line 143 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L142-L143

Added lines #L142 - L143 were not covered by tests

Check warning on line 146 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L146

Added line #L146 was not covered by tests

Check warning on line 151 in src/main/java/seedu/address/storage/JsonAdaptedPerson.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/storage/JsonAdaptedPerson.java#L151

Added line #L151 was not covered by tests

Check warning on line 64 in src/main/java/seedu/address/ui/PersonCard.java

See this annotation in the file changed.

@codecov codecov / codecov/patch

src/main/java/seedu/address/ui/PersonCard.java#L61-L64

Added lines #L61 - L64 were not covered by tests