Chang Hui Zhen Project Portfolio

Overview

Kitchen Helper is a command-line application that was developed by a team of 6 Information Security students. We aim to help housewives with the management of their kitchen-related activities. This application enable users to keep track of their ingredients as well as the chores to be completed.

Contributions

Code Contributions

Code contribution dashboard

Enhancements implemented

  1. Major
    1. Adding of recipe
      • Functionality: This is a representation of a collection of ingredients that are commonly cooked together.
      • Justification: With this functionality, users will be able to check for the ingredients that are used for a certain dish and would be available for future reference.
    • Highlight: Users would not need to worry that their recipe or ingredient name has to be restricted (i.e. can contain whitespace, any category)
  2. Cooking a recipe (Logical checks before deduction)
    • Functionality: This is a batch deduction of ingredients that are found in the recipe specified. Before deduction, a series of checks were performed. If all the checks passed, the automatic deducted will be proceeded, an error message otherwise.
    • Justification: This feature ensure that the user will be notified when there is an expired ingredient before proceeding with the cooking of the recipe. This is important as the user might not have noticed that there is insufficient non-expired ingredient.
    • Highlight: The user is notified with specific error messages on several situations including sufficienct ingredients, insufficient ingredients and when there is sufficienct ingredients that included expired ingredients.
  3. Resetting the application
    • Functionality: All application data will be wiped and restarted from fresh.
    • Justification: User can choose to clear the inventory without having to run delete each of the recipes/ ingredients/ chores themselve.
    • Highlight: This provides automatic clearance to the application.

Documentation

Team-based tasks

Review/mentoring contributions

Contributions to the User Guide

Contributions to the Developer Guide