CS2103-AY1819S2-W11-3 / main

TravelBuddy is a travel log application that lets users efficiently manage their travel records. Additional features built into TravelBuddy allows them to search through the records, attach photos and view statistical models.
https://travelbuddy-cs2103.netlify.com/
MIT License
1 stars 6 forks source link

Add Date Visited #84

Closed PremBagda closed 5 years ago

PremBagda commented 5 years ago

Note changes: EditCommandParserTest: parse_oneFieldSpecified_success() // Country Code has been commented out as it awaits merge pull request #82 EditCommandParserTest: parse_oneFieldSpecified_success() // Date Visited has been commented out as it can only execute correctly after merge pull request #82. This is to prevent merge conflict. JsonSerializableTravelBuddyTest: toModelType_typicalPlacesFile_success() // I converted it into string comparison.

I have commented out some code written by Chung Ming in the files MainApp.java and ChartUi.java. This is because those lines prevented me from being able to launch the app.