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

Remark command #5

Merged
merged 11 commits into from
Oct 11, 2017
Merged

Remark command #5

merged 11 commits into from
Oct 11, 2017

Conversation

limyongsong
Copy link
Owner

@limyongsong limyongsong commented Oct 11, 2017

Added remark command by following the guide:
https://nus-cs2103-ay1718s1.github.io/addressbook-level4/DeveloperGuide.html#creating-a-new-command-code-remark-code
se-edu#599


Commits are done by following the steps from se-edu PRs: (with very minor changes)

Logic: Teach the app to accept 'remark' but do nothing …
Logic: Teach the app to accept 'remark' arguments but still do nothing …
Ui: Add a placeholder for remark in PersonCard GUI …
Model: Add Remark class …
Model: Modify ReadOnlyPerson to support a Remark field …
Storage: Add Remark field to XmlAdaptedPerson class
Test: Add withRemark() for PersonBuilder
Ui: Connect Remark field to PersonCard …
Logic: Implement RemarkCommand execute() logic


Note: Remarks command could be modified to make a ToDo command instead with some changes

… remark 1 r/ instead of remark) w/ RemarkCommandParser that helps parse/token string inputs and also update some tests
…of String, and replace all String usages with Remark class instead, and add simple RemarkTest
…allow support) through the implementation Person.java, user will not be able to use the add and edit commands to modify the remarks field, also changed some sample data to include remarks
…d to work and connect all the components together and also add new test to test the changes
…ception/ null exception), but seems ok after retrying, so added this.remark back so that values can be shown on UI
…odel); seems to be causing the model and expectedmodel comparison to have errors, so it is removed
@limyongsong limyongsong merged commit c13ab82 into master Oct 11, 2017
limyongsong pushed a commit that referenced this pull request Oct 12, 2017
limyongsong added a commit that referenced this pull request Oct 25, 2017
[7.7] Add some user stories, use cases, non functional requirements and glossary to developer guide
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