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

Restaurant Categorisation 1.1 #18

Merged

Conversation

rbth7e5
Copy link
Collaborator

@rbth7e5 rbth7e5 commented Mar 1, 2019

closes #19
closes #20
closes #21

@rbth7e5 rbth7e5 added this to the 1.1 milestone Mar 1, 2019
@rbth7e5 rbth7e5 self-assigned this Mar 1, 2019
@rbth7e5 rbth7e5 modified the milestones: 1.1, v1.1 Mar 2, 2019
…risation_1.1

# Conflicts:
#	src/main/java/seedu/address/logic/commands/EditCommand.java
#	src/main/java/seedu/address/logic/parser/CliSyntax.java
#	src/main/java/seedu/address/logic/parser/ParserUtil.java
#	src/main/java/seedu/address/model/restaurant/Restaurant.java
#	src/main/java/seedu/address/storage/JsonAdaptedRestaurant.java
#	src/main/java/seedu/address/ui/RestaurantCard.java
#	src/main/resources/view/RestaurantListCard.fxml
#	src/test/java/seedu/address/storage/JsonAdaptedRestaurantTest.java
Copy link
Collaborator

@chanqingzhou chanqingzhou left a comment

Choose a reason for hiding this comment

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

Can consider putting cuisine as enum or a class rather than strings

@rbth7e5 rbth7e5 merged commit ddea379 into CS2103-AY1819S2-W17-1:master Mar 3, 2019
@rbth7e5 rbth7e5 deleted the restaurant_categorisation_1.1 branch March 3, 2019 09:42
@rbth7e5 rbth7e5 changed the title Restaurant categorisation 1.1 [W7][W17-1]Chen Caijie Mar 13, 2019
@rbth7e5 rbth7e5 changed the title [W7][W17-1]Chen Caijie Restaurant Categorisation 1.1 Mar 13, 2019
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.

update docs for set cuisine command update tests for set cuisine command add set cuisine command
3 participants