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

Tutorail Adding Command #17

Closed

Conversation

owenyeo
Copy link

@owenyeo owenyeo commented Oct 2, 2023

Remark command is not present in addressbook, and would be useful for users to know remarks that provide important information about person.

Add RemarkCommand

Add RemarkCommandParser

Add Person#getRemark()

Modify PersonBuilder to support Remark.

Modify AddCommand to create a Person with a blank Remark.

Modify EditCommand to pass Remarks on unchanged.

Modify SampleDataUtil to add remarks for the sample data.

Modify JsonAaptedPerson to support Remark.

Modify UI to support Remark.

Add withRemark() to PersonBuilder.

Remark command is not present in addressbook, and would be useful for users to know
remarks that provide important information about person.

Add RemarkCommand

Add RemarkCommandParser

Add Person#getRemark()

Modify PersonBuilder to support Remark.

Modify AddCommand to create a Person with a blank Remark.

Modify EditCommand to pass Remarks on unchanged.

Modify SampleDataUtil to add remarks for the sample data.

Modify JsonAaptedPerson to support Remark.

Modify UI to support Remark.

Add withRemark() to PersonBuilder.
@owenyeo owenyeo closed this Oct 2, 2023
@owenyeo owenyeo deleted the tutorial-adding-command branch October 5, 2023 09:48
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.

1 participant