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

Show Reviews as a list in the UI #74

Merged
merged 6 commits into from
Mar 19, 2019

Conversation

weixin-koh
Copy link
Collaborator

  • Add ReviewCards and ReviewListPanel to the UI and their Handles to the UI Tests
  • Remove v1.1's Reviews as a field in the RestaurantCard

Koh Wei Xin added 6 commits March 19, 2019 15:41
…into reviewUi

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main: (21 commits)
  update developer guide to indicate whether supported categories are located
  update description of restaurant categorisation in developer guide
  update developer guide to include restaurant categorisation implementation
  fix style violations
  fix system test errors due to improper Optional handling
  update ui to support new categories
  fix style violations
  fix updating one category will override other categories
  update json adapted restaurant to support categories
  update parser to to parse category
  update setCategory command field from cuisine to more general category
  fix style violations
  replace Cuisine field to more general category field
  rename cuisine predicate to categorycontainskeywordspredicate
  initialise category class, move related predicates to categories package
  initialise occasion class in categories package
  update message usage for set category command
  update and generalise set cuisine command to set category command
  update userguide for setCategory and filter commands
  updated travis link
  ...
…into reviewUi

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main:
  Fixed checkstyle
  added getAddReviewCommand() to ReviewUtil to reproduce a AddReviewCommand for testing. Also added parseCommand_addReview() into FoodDiaryParserTest as a test case for the AddReview class.
  added toString() method to AddReview command for debugging
  modified ReviewBuilder to take timestamp into account. This is so that we can compare Reviews / things requiring reviews properly in the test cases.
  Added editReview test into ParserTest, fixed EditReviewCommand .equals() method
  added ReviewUtil for test cases
  added EditReviewDescriptorBuilder for test cases
  checkstyle fix
  editReview command done, no checkstyle
  wip2, finished EditReviewCommandParser, added message for NoRestaurantSelected
  wip 1
…into reviewUi

* 'master' of https://github.com/cs2103-ay1819s2-w17-1/main:
  updated default weblink for Amy and Bob
  debugged. browser panel now loads placeholder instead of blank html
  modify weblink of test cases to default instead of kfc.com.sg
  changed sample data
  changed sampleDataUtil to include https in weblink
  updated respective test files
  updated restaurantListPanelTest with https requirement of weblink
  updated typical restaurant json file
  updated builder with correct kfc website link
  updated test files to include https in weblink
  allowed users to go to website of Restaurant with Goto command
  created Parser for GotoCommand
  created skeleton of GotoCommand
  updated weblink validation to start with http or https
  allowed users to access weblink of restaurant by clicking on restaurant panel
@weixin-koh weixin-koh added this to the v1.2 milestone Mar 19, 2019
@weixin-koh weixin-koh self-assigned this Mar 19, 2019
@weixin-koh
Copy link
Collaborator Author

weixin-koh commented Mar 19, 2019

#74 Show Reviews as a list in the UI

@weixin-koh weixin-koh changed the title Add Reviews as a list into the UI Show Reviews as a list into the UI Mar 19, 2019
Copy link
Collaborator

@Wklee96 Wklee96 left a comment

Choose a reason for hiding this comment

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

Good job!

@rbth7e5 rbth7e5 added the status.ReadyForReview The PR is ready for review label Mar 19, 2019
@weixin-koh weixin-koh changed the title Show Reviews as a list into the UI Show Reviews as a list in the UI Mar 19, 2019
@weixin-koh weixin-koh merged commit 1aee741 into CS2103-AY1819S2-W17-1:master Mar 19, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
status.ReadyForReview The PR is ready for review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants