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

[Ho Jing Yang Daniel] ip #60

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

Commits on Jan 19, 2020

  1. Level 1 Update

    Add echo, datetime and exit features
    Bencotti committed Jan 19, 2020
    Configuration menu
    Copy the full SHA
    f9a4ecc View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2020

  1. Configuration menu
    Copy the full SHA
    6abab68 View commit details
    Browse the repository at this point in the history
  2. Revert "Add save feature and listing of all saved tasks."

    This reverts commit 6abab68.
    Bencotti committed Jan 26, 2020
    Configuration menu
    Copy the full SHA
    ba4ccbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    371a2de View commit details
    Browse the repository at this point in the history

Commits on Jan 27, 2020

  1. Add logic for task completion and updated code to support Task class

    This has version creates new tasks as a task object, and stores each new task as an arrayList for dynamic storage.
    Code has improved user input validation to prevent breaking by undefined behaviour.
    A predefined command has to be used before activating a method.
    Bencotti committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    8f57e03 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

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

Commits on Feb 2, 2020

  1. Configuration menu
    Copy the full SHA
    4ac1e1e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    045d60e View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2020

  1. Configuration menu
    Copy the full SHA
    5459ba6 View commit details
    Browse the repository at this point in the history
  2. Automate text UI testing

    Bencotti committed Feb 3, 2020
    Configuration menu
    Copy the full SHA
    97acd17 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    445c672 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2020

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

Commits on Feb 15, 2020

  1. Configuration menu
    Copy the full SHA
    184fec4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    101781e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b896d05 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0f813e7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e8f59a7 View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2020

  1. add delete function, remove dependancy on task counter variable and c…

    …onverted into checking size of arraylist
    Bencotti committed Feb 16, 2020
    Configuration menu
    Copy the full SHA
    ba35ca9 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2020

  1. Configuration menu
    Copy the full SHA
    74e7f23 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8418df9 View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2020

  1. Configuration menu
    Copy the full SHA
    ad533a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e9fb013 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-6'

    # Conflicts:
    #	src/main/java/Duke/Duke.java
    Bencotti committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    b2d6d33 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f03c251 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    960018b View commit details
    Browse the repository at this point in the history
  6. update git ignore file

    Bencotti committed Feb 18, 2020
    Configuration menu
    Copy the full SHA
    4fe03b1 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

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

Commits on Feb 24, 2020

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

Commits on Feb 26, 2020

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

Commits on Feb 27, 2020

  1. Configuration menu
    Copy the full SHA
    0bfbddf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4d8d986 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2020

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

Commits on Mar 1, 2020

  1. Add Javadoc

    Bencotti committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c9416ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    72b98b6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    900134e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2c3a26c View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into A-JavaDoc

    # Conflicts:
    #	Duke/data.txt
    #	src/main/java/Command/AddCommand.java
    #	src/main/java/Duke/Deadline.java
    #	src/main/java/Duke/Duke.java
    #	src/main/java/Duke/Event.java
    #	src/main/java/Duke/Task.java
    #	src/main/java/Task/TaskList.java
    Bencotti committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    721d902 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from Bencotti/branch-Level-9

    Branch level 9
    Bencotti authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    c013b71 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    21db93a View commit details
    Browse the repository at this point in the history
  8. Merge pull request #3 from Bencotti/A-JavaDoc

    A java doc
    Bencotti authored Mar 1, 2020
    Configuration menu
    Copy the full SHA
    a413c5b View commit details
    Browse the repository at this point in the history
  9. Resolve merge conflicts

    Bencotti committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    0211ada View commit details
    Browse the repository at this point in the history
  10. Add user guide

    Bencotti committed Mar 1, 2020
    Configuration menu
    Copy the full SHA
    423172a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d6e3556 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f1babf View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5d9a84f View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a715778 View commit details
    Browse the repository at this point in the history

Commits on Mar 2, 2020

  1. Configuration menu
    Copy the full SHA
    211d022 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    179fa3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f25466a View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Configuration menu
    Copy the full SHA
    3983f5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    db1b11b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da193d5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fcb06d4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    187b2a7 View commit details
    Browse the repository at this point in the history