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

[Quek Wei Ping] Duke Increments #342

Open
wants to merge 55 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 authored 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 21, 2019

  1. Merge branch 'gradle'

    qweiping31415 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    8a1a792 View commit details
    Browse the repository at this point in the history
  2. Level 1 Completed

    qweiping31415 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    4fea6fe View commit details
    Browse the repository at this point in the history
  3. Level 2 Completed

    qweiping31415 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    d4e037b View commit details
    Browse the repository at this point in the history
  4. Completed Lv3

    qweiping31415 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    1f4003b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    066bbbb View commit details
    Browse the repository at this point in the history
  6. Extended onto ToDo

    qweiping31415 committed Aug 21, 2019
    Configuration menu
    Copy the full SHA
    c343194 View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2019

  1. Completed Lv 4

    qweiping31415 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    628fee7 View commit details
    Browse the repository at this point in the history
  2. Completed Lv 4

    qweiping31415 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    cf8239c View commit details
    Browse the repository at this point in the history
  3. Completed Lv 5

    qweiping31415 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    5727830 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c744b57 View commit details
    Browse the repository at this point in the history
  5. Halfway through Lv 6

    qweiping31415 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    78e74cb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ddf800f View commit details
    Browse the repository at this point in the history
  7. Level 6 Completed

    qweiping31415 committed Aug 22, 2019
    Configuration menu
    Copy the full SHA
    0ef8fe4 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    01d9a4e View commit details
    Browse the repository at this point in the history

Commits on Aug 27, 2019

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

Commits on Sep 3, 2019

  1. Add DateTime support

    qweiping31415 committed Sep 3, 2019
    Configuration menu
    Copy the full SHA
    507c93b View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2019

  1. Clean up some comments

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

Commits on Sep 10, 2019

  1. Implement Ui

    qweiping31415 committed Sep 10, 2019
    Configuration menu
    Copy the full SHA
    f853ee3 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2019

  1. Configuration menu
    Copy the full SHA
    09255b2 View commit details
    Browse the repository at this point in the history
  2. Implement TaskList

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

Commits on Sep 12, 2019

  1. Implement Storage

    qweiping31415 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    ebc91fa View commit details
    Browse the repository at this point in the history
  2. Merge branch 'branch-Level-7'

    Implment Save and Refactor
    qweiping31415 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    920d688 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-Level-8'

    Implement Dates and Times
    qweiping31415 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    6700fcc View commit details
    Browse the repository at this point in the history
  4. More OOP

    qweiping31415 committed Sep 12, 2019
    Configuration menu
    Copy the full SHA
    84492fb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2a0dc5a View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2019

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

Commits on Sep 15, 2019

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

Commits on Sep 16, 2019

  1. Wrote JavaDoc

    qweiping31415 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    52b843d View commit details
    Browse the repository at this point in the history
  2. Fixed JavaDoc

    qweiping31415 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    9afd5cf View commit details
    Browse the repository at this point in the history
  3. Merge branch 'A-JavaDoc'

    Write JavaDoc
    qweiping31415 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    634a2e7 View commit details
    Browse the repository at this point in the history
  4. Implement Find Command

    qweiping31415 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    e51dc4f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'branch-Level-9'

    Implement Find Command
    qweiping31415 committed Sep 16, 2019
    Configuration menu
    Copy the full SHA
    7bfbdfa View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2019

  1. Configuration menu
    Copy the full SHA
    95d033a View commit details
    Browse the repository at this point in the history
  2. Edit build.gradle

    qweiping31415 committed Sep 17, 2019
    Configuration menu
    Copy the full SHA
    d961b46 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2019

  1. Edit build.gradle

    qweiping31415 committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    7fd6178 View commit details
    Browse the repository at this point in the history
  2. Implement JavaFX

    qweiping31415 committed Sep 19, 2019
    Configuration menu
    Copy the full SHA
    53571f8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2f2dddb View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b8b11a View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2019

  1. Add assertions

    qweiping31415 committed Sep 20, 2019
    Configuration menu
    Copy the full SHA
    86d0746 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from qweiping31415/branch-A-Assertions

    Branch A-Assertions
    qweiping31415 authored Sep 20, 2019
    Configuration menu
    Copy the full SHA
    eee81a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2019

  1. Configuration menu
    Copy the full SHA
    e32aac6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66f1473 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bee892e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4cba047 View commit details
    Browse the repository at this point in the history
  5. Add Ui and User Guide

    qweiping31415 committed Sep 26, 2019
    Configuration menu
    Copy the full SHA
    cd3fa9f View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2019

  1. Configuration menu
    Copy the full SHA
    40f8bcf View commit details
    Browse the repository at this point in the history
  2. Update UG

    qweiping31415 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    6d606b1 View commit details
    Browse the repository at this point in the history
  3. Add Ui.png to UG

    qweiping31415 committed Sep 28, 2019
    Configuration menu
    Copy the full SHA
    731c14f View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2019

  1. Fix Whitespace Bug

    qweiping31415 committed Sep 29, 2019
    Configuration menu
    Copy the full SHA
    dcb45d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2019

  1. Update UG

    qweiping31415 committed Sep 30, 2019
    Configuration menu
    Copy the full SHA
    0f67b45 View commit details
    Browse the repository at this point in the history