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

Improve UI, add tests and improve documentation #154

Merged
merged 22 commits into from
Apr 15, 2019

Conversation

weixin-koh
Copy link
Collaborator

No description provided.

weixin-koh added 6 commits April 13, 2019 14:39
…into sortByRatings

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main:
  added postal desc to tests
  removed optional fields failure tests
  removed tests for optional fields
  changed restaurant toString to display only non default fields
  modified Restaurant's toString method to show only non optional
  logged no internet exception
  updated UI to not show optional fields
  changed toString of all optional fields to be empty string
  made phone and email optional and updated add message
  make phone and email optional to be added
  implement dummy placeholder for phone
  implemented a placeholder for Email
…clude postal code in restaurant summary, add titles to all panels
@weixin-koh weixin-koh added type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new status.Ongoing The issue/PR is currently being worked on. note: remove this label before closing an issue. priority.Medium Nice to have labels Apr 14, 2019
@weixin-koh weixin-koh added this to the v1.4 milestone Apr 14, 2019
@weixin-koh weixin-koh self-assigned this Apr 14, 2019
weixin-koh added 8 commits April 14, 2019 21:12
…into sortByRatings

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main: (61 commits)
  reduced pages of doc
  reduced pages
  hide url in docs
  typo fix
  modified DG, minor edits
  updated UG
  DG updated with editReview, deleteReview descriptions and implementations
  add human pause for autocomplete test
  add autocomplete tests for command box
  fix style violations
  add test to categories command to check reviews unchanged
  refractor EditCommand method
  updated user guide with pictures
  updated developer guide
  updated visitWebUrlSeqDiagram
  updated diagram
  Updated UG, DG, PPP, diagrams for addReview, editReview for DG
  updated PPP
  updated activity diagram
  fix grammar errors in PPP
  ...
@weixin-koh weixin-koh requested review from rbth7e5 and Wklee96 and removed request for rbth7e5 April 15, 2019 07:05
@weixin-koh weixin-koh added status.ReadyForReview The PR is ready for review and removed status.Ongoing The issue/PR is currently being worked on. note: remove this label before closing an issue. labels Apr 15, 2019
Copy link
Collaborator

@rbth7e5 rbth7e5 left a comment

Choose a reason for hiding this comment

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

Just rename the boolean variable and should be good to go!

weixin-koh added 5 commits April 15, 2019 17:48
…into sortByRatings

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main:
  manual test case for review commands
  checkstyle
  checkstyle for AddReviewCOmmadnParserTest
  implemented DeleteReviewCommandParserTest
  Implemented EditReviewCommandParserTest, and minor changes to the EditReviewDescriptorBuilder (removed default values for 0 argument constructor)
  implemented AddReviewCommandParserTest, modified equals() of AddReviewCommand
  implemented DeleteReviewCommandtest
  Implemented EditReviewDescriptorTest
  editReviewCOmmandTest edit
  Added tests for EditReviewCOmmand, default values for editReviewDescriptorBuilder, minor changes to UG
  added default review values to EditReviewDescriptorBuilder
  added test cases for AddReviewCommandTest, for successful and unsuccessful command execution
  modified ReviewBuilder final variables to private

# Conflicts:
#	docs/DeveloperGuide.adoc
…into sortByRatings

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main:
  updated documentation grammar
  fixed styling errors
  updated docs
  updated documents
  updated documentaions
  updated doucments
  updated test cases to work with postal data
  updated test cases
  updated implementation

# Conflicts:
#	docs/diagrams/ModelComponentClassDiagram.pptx
@weixin-koh weixin-koh merged commit 5f4040a into CS2103-AY1819S2-W17-1:master Apr 15, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority.Medium Nice to have status.ReadyForReview The PR is ready for review type.Task Something that needs to be done, but not a story, bug, or an epic. e.g. Move testing code into a new
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants