Project: NUSEatWhere

NUSEatWhere is a Command Line (CLI) application which helps you search for the available food options in NUS and thus make an informed decision on where to eat.

Given below are my contributions to the project.

  • New Features:
  • added the ability to search a randomised lis tof eatries when using the findLocation command.
  • added the ability to search a randomised lis tof eatries when using the findCuisinse command.
  • findPrice commamd, added the abilty to search for an eatery using the

  • Code contributed:
  • Team Tasks:
    • Updated the sample data util under model to include the list of all the eatries in NUS, this is the data to be loaded when the application first starts up.
    • helped test new features implemented while also approving and merge pull requests.
  • Enhancements to existing features:
    • Update the find command to allow for the ability to search using substring, previouly it matched keyword exactly,
    • Updade findLocation command to allow for search using substring to imporve bug encountered when match keyword exactly.
    • Updated the look of GUI to enhance the look of the dark theme to better fit the application.
  • Documentation:
    • Updated the documentation for the find command to reflect the use of the random generator
    • Updated the documentation for the findLocation commamd to reflect the use of the random generator feature,
    • Updated the documentation for the findCuisine command to reflect the use of the random gernator feature.
    • Updated the userguide to relflect the implementation of the new findPrice command.
  • Community:
    • helped review PRs.