Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Yap Joon Siong] iP #186

Open
wants to merge 27 commits into
base: master
Choose a base branch
from

Commits on Aug 22, 2021

  1. Configuration menu
    Copy the full SHA
    3d64ed6 View commit details
    Browse the repository at this point in the history
  2. Implement a skeletal version of Duke that starts by greeting the user…

    …, simply echos commands entered by the user, and exits when the user types bye.
    yapjoonsiong committed Aug 22, 2021
    Configuration menu
    Copy the full SHA
    daaef83 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2021

  1. Add the ability to store whatever text entered by the user and displa…

    …y them back to the user when requested.
    yapjoonsiong committed Aug 23, 2021
    Configuration menu
    Copy the full SHA
    4014037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a81bc62 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2021

  1. Configuration menu
    Copy the full SHA
    cd250ac View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2021

  1. Add support for tracking three types of tasks. Change program persona…

    …lity. Add varying responses for adding tasks.
    yapjoonsiong committed Sep 1, 2021
    Configuration menu
    Copy the full SHA
    aee5770 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7bdb999 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2021

  1. Configuration menu
    Copy the full SHA
    b2ef7be View commit details
    Browse the repository at this point in the history
  2. Revert "Teach Jarvis to deal with errors such as incorrect inputs ent…

    …ered by the user."
    
    This reverts commit b2ef7be.
    yapjoonsiong committed Sep 6, 2021
    Configuration menu
    Copy the full SHA
    d8af22f View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2021

  1. Configuration menu
    Copy the full SHA
    b937e10 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b1afac4 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2021

  1. Configuration menu
    Copy the full SHA
    f083420 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2021

  1. Save the tasks in the hard disk automatically whenever the task list …

    …changes. Load the data from the hard disk when Duke starts up.
    yapjoonsiong committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    3477bc0 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-Level-6'

    * branch-Level-6:
      Add support for deleting tasks from the list.
    yapjoonsiong committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    2aca76a View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-7'

    * branch-Level-7:
      Save the tasks in the hard disk automatically whenever the task list changes. Load the data from the hard disk when Duke starts up.
    
    # Conflicts:
    #	src/main/java/Duke.java
    yapjoonsiong committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    c729df8 View commit details
    Browse the repository at this point in the history
  4. Resolved merge conflicts

    yapjoonsiong committed Sep 16, 2021
    Configuration menu
    Copy the full SHA
    e0aa491 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2021

  1. Give users a way to find a task by searching for a keyword. Refactor …

    …the code to extract out closely related code as classes.
    yapjoonsiong committed Sep 27, 2021
    Configuration menu
    Copy the full SHA
    3a2629b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    123b746 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e3a937 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d4638a8 View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2021

  1. Configuration menu
    Copy the full SHA
    4160b4a View commit details
    Browse the repository at this point in the history
  2. Update README.

    yapjoonsiong committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    e4cb511 View commit details
    Browse the repository at this point in the history
  3. Update README

    yapjoonsiong committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    aae0f49 View commit details
    Browse the repository at this point in the history
  4. Update README

    yapjoonsiong committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    dc02a7c View commit details
    Browse the repository at this point in the history
  5. Update README

    yapjoonsiong committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    c9c6b35 View commit details
    Browse the repository at this point in the history
  6. Update README

    yapjoonsiong committed Sep 28, 2021
    Configuration menu
    Copy the full SHA
    43757a3 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    685cadf View commit details
    Browse the repository at this point in the history