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

[Joshua Loh] iP #59

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

[Joshua Loh] iP #59

wants to merge 31 commits into from

Commits on Jan 27, 2020

  1. Implement skeletal version of Duke

    JLoh579 committed Jan 27, 2020
    Configuration menu
    Copy the full SHA
    9082c90 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2020

  1. Add greet, echo, exit functionality

    JLoh579 committed Jan 31, 2020
    Configuration menu
    Copy the full SHA
    778bc29 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2020

  1. Implement add and list functionality

    JLoh579 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    9d2e451 View commit details
    Browse the repository at this point in the history
  2. Add the ability to mark tasks as done.

    JLoh579 committed Feb 4, 2020
    Configuration menu
    Copy the full SHA
    704fd08 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2020

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

Commits on Feb 16, 2020

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

Commits on Feb 21, 2020

  1. Add error handling for incorrect inputs

    JLoh579 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    ac77be9 View commit details
    Browse the repository at this point in the history
  2. Fix bug involving checking off wrong task due to index offset. Make a…

    …esthetic changes.
    JLoh579 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    81f06ba View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-5'

    JLoh579 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    76bff9b View commit details
    Browse the repository at this point in the history
  4. Put all classes in one package

    JLoh579 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    b0a0239 View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-A-Packages'

    JLoh579 committed Feb 21, 2020
    Configuration menu
    Copy the full SHA
    2513b75 View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2020

  1. Use an ArrayList<Task> to store the tasks

    JLoh579 committed Feb 23, 2020
    Configuration menu
    Copy the full SHA
    2a4da31 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2020

  1. Add support for deleting tasks from the list.

    JLoh579 committed Feb 24, 2020
    Configuration menu
    Copy the full SHA
    de10374 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2020

  1. Load data from the hard disk when Duke starts up. Save tasks automati…

    …cally whenever there are changes.
    JLoh579 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    a5ed22e View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-Level-6'

    JLoh579 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    443e299 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-7'

    JLoh579 committed Feb 25, 2020
    Configuration menu
    Copy the full SHA
    e7d7647 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ece74b0 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2020

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

Commits on Feb 28, 2020

  1. Add "find" command and "help" command

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    2b8ed9c View commit details
    Browse the repository at this point in the history
  2. Add JavaDoc comments to the code.

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    fdce2ba View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from JLoh579/branch-Level-9

    Add "find" command and "help" command
    JLoh579 authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    5fedc28 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    46cbc0e View commit details
    Browse the repository at this point in the history
  5. Merge pull request #3 from JLoh579/branch-A-JavaDoc

    Add JavaDoc comments to the code.
    JLoh579 authored Feb 28, 2020
    Configuration menu
    Copy the full SHA
    0a970df View commit details
    Browse the repository at this point in the history
  6. Add "clear" command

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    d971e2e View commit details
    Browse the repository at this point in the history
  7. Add a user guide.

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    e352403 View commit details
    Browse the repository at this point in the history
  8. Some minor changes to program output.

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    c288fb8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c1c9863 View commit details
    Browse the repository at this point in the history
  10. Set theme jekyll-theme-cayman

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    8941c4c View commit details
    Browse the repository at this point in the history
  11. Add a new section to the user guide.

    JLoh579 committed Feb 28, 2020
    Configuration menu
    Copy the full SHA
    bfded18 View commit details
    Browse the repository at this point in the history

Commits on Mar 3, 2020

  1. Update to make user guide clearer

    JLoh579 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    a62c4a0 View commit details
    Browse the repository at this point in the history
  2. Make user guide clearer and add a new section

    JLoh579 committed Mar 3, 2020
    Configuration menu
    Copy the full SHA
    be9ab5a View commit details
    Browse the repository at this point in the history