Project: FoodWhere

FoodWhere is a desktop application for managing your food stall addresses and reviews. While it has a GUI, most of the user interactions happen using a CLI (Command Line Interface).

Given below are my contributions to the project.

  • New Features:
    • Implemented sorting function for stalls and reviews. (#171, #209)
  • Enhancements
    • Implemented Review class in model, following structure similar to that of Stall class. (#106, #108)
  • Code contributed
  • Documentation
    • User Guide
      • Added ssort and rsort command sections. (#240)
    • Developer Guide
      • Added use cases for sort commands. (#265)
      • Added details on implementation of sort feature. (#332)
  • Community
    • Setting up the Github team repo.