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.
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.
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.