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

[Chan Jing Rong] Duke Increments #346

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

Commits on Aug 6, 2019

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

Commits on Aug 12, 2019

  1. Add sample checkstyle configuration

    Add toolVersion block in to Gradle code sample to prevent errors.
    j-lum committed Aug 12, 2019
    Configuration menu
    Copy the full SHA
    0112efe View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2019

  1. Configuration menu
    Copy the full SHA
    cfd6da7 View commit details
    Browse the repository at this point in the history
  2. Merge pull request nus-cs2103-AY1920S1#12 from j-lum/gradle+x

    Change file mode on `gradle` to be executable (nus-cs2103-AY1920S1#9)
    j-lum committed Aug 18, 2019
    Configuration menu
    Copy the full SHA
    6e6ace1 View commit details
    Browse the repository at this point in the history

Commits on Aug 20, 2019

  1. Add configuration for console applications

    Gradle defaults to an empty stdin which results in runtime exceptions
    when attempting to read from `System.in`. Let's add some sensible
    defaults for students who may still need to work with the standard
    input stream.
    j-lum committed Aug 20, 2019
    Configuration menu
    Copy the full SHA
    a3ca5a4 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2019

  1. Merge pull request nus-cs2103-AY1920S1#13 from j-lum/javaexec

    Add configuration for console applications
    j-lum committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    7b60e81 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3672239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f7d21a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2eeda50 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Configuration menu
    Copy the full SHA
    e711463 View commit details
    Browse the repository at this point in the history
  2. Handle user input errors

    rongrongrr committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    cd13da7 View commit details
    Browse the repository at this point in the history
  3. Implement delete function

    rongrongrr committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    bac973c View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2019

  1. Save tasks in hard disk

    rongrongrr committed Aug 28, 2019
    Configuration menu
    Copy the full SHA
    96fc35c View commit details
    Browse the repository at this point in the history

Commits on Aug 29, 2019

  1. Add date and time feature

    rongrongrr committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    e5e16e2 View commit details
    Browse the repository at this point in the history
  2. Resolve merge conflicts

    rongrongrr committed Aug 29, 2019
    Configuration menu
    Copy the full SHA
    66a6aa4 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2019

  1. Make the code more OOP

    rongrongrr committed Sep 2, 2019
    Configuration menu
    Copy the full SHA
    acbe16b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbf905d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2019

  1. Implement find feature

    rongrongrr committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    534fdfd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    be2b14f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d7c47a0 View commit details
    Browse the repository at this point in the history
  4. Merge conflicts

    rongrongrr committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    daa3220 View commit details
    Browse the repository at this point in the history
  5. Merge conflicts

    rongrongrr committed Sep 4, 2019
    Configuration menu
    Copy the full SHA
    7a98b43 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2019

  1. Merge branch 'gradle'

    rongrongrr committed Sep 5, 2019
    Configuration menu
    Copy the full SHA
    d469352 View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Set up Gradle

    rongrongrr committed Sep 9, 2019
    Configuration menu
    Copy the full SHA
    14d6de2 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Implement GUI

    rongrongrr committed Sep 11, 2019
    Configuration menu
    Copy the full SHA
    0c42333 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2019

  1. Add assertions (#4)

    rongrongrr committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    1598a4d View commit details
    Browse the repository at this point in the history
  2. Improve code quality (#5)

    rongrongrr committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    f4ff23a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2019

  1. Implement Undo command

    rongrongrr committed Sep 18, 2019
    Configuration menu
    Copy the full SHA
    d4cfa86 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Finalise features

    rongrongrr committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    a6cb27b View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Configuration menu
    Copy the full SHA
    778e691 View commit details
    Browse the repository at this point in the history
  2. Set up sample data

    rongrongrr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    3eeb423 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    61d55fb View commit details
    Browse the repository at this point in the history
  4. Add User Guide

    rongrongrr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    bf468af View commit details
    Browse the repository at this point in the history
  5. Edit User Guide

    rongrongrr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    2ce87e7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    656740f View commit details
    Browse the repository at this point in the history
  7. Edit storage function

    rongrongrr committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    ca6585d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    10548b3 View commit details
    Browse the repository at this point in the history