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

[Gibson0918] IP #375

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

Commits on Jul 31, 2022

  1. Add Gradle support

    damithc authored and damithc committed Jul 31, 2022
    Configuration menu
    Copy the full SHA
    556af3f View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2023

  1. Configuration menu
    Copy the full SHA
    d2246c4 View commit details
    Browse the repository at this point in the history
  2. Level 2 Completed

    Gibson0918 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    28b9930 View commit details
    Browse the repository at this point in the history
  3. Level 3 done

    Gibson0918 committed Jan 31, 2023
    Configuration menu
    Copy the full SHA
    75b6c9e View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2023

  1. level 4 completed

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    27b9c65 View commit details
    Browse the repository at this point in the history
  2. Update Duke.java

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    a008a30 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7f54de7 View commit details
    Browse the repository at this point in the history
  4. Level 5 Completed.

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    f43cdd7 View commit details
    Browse the repository at this point in the history
  5. Level 6 Completed

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    7e981d9 View commit details
    Browse the repository at this point in the history
  6. Added Enumerations

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    ee4a824 View commit details
    Browse the repository at this point in the history
  7. Update Duke.java

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    44bf9f2 View commit details
    Browse the repository at this point in the history
  8. Delete unnecessary files

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    038d559 View commit details
    Browse the repository at this point in the history
  9. Level 7 Completed

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    cdbfde3 View commit details
    Browse the repository at this point in the history
  10. Level 8 Completed

    Gibson0918 committed Feb 1, 2023
    Configuration menu
    Copy the full SHA
    9e0df04 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    33c6108 View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2023

  1. Configuration menu
    Copy the full SHA
    6b26a8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3893500 View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2023

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

Commits on Feb 4, 2023

  1. Configuration menu
    Copy the full SHA
    26a98f0 View commit details
    Browse the repository at this point in the history
  2. add Gradle to Duke

    Gibson0918 committed Feb 4, 2023
    Configuration menu
    Copy the full SHA
    c722460 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2023

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

Commits on Feb 6, 2023

  1. Configuration menu
    Copy the full SHA
    4dc52da View commit details
    Browse the repository at this point in the history
  2. Release duke to the wild

    Gibson0918 committed Feb 6, 2023
    Configuration menu
    Copy the full SHA
    1756cea View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2023

  1. Added Java Docs to Duke

    Gibson0918 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    391e222 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ca66669 View commit details
    Browse the repository at this point in the history
  3. Completed Level 9

    Gibson0918 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    fc417a2 View commit details
    Browse the repository at this point in the history
  4. Tweak Duke's code

    Gibson0918 committed Feb 7, 2023
    Configuration menu
    Copy the full SHA
    818d54e View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2023

  1. Level 10 Completed

    Gibson0918 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    451fc56 View commit details
    Browse the repository at this point in the history
  2. Remove commented lines

    Gibson0918 committed Feb 8, 2023
    Configuration menu
    Copy the full SHA
    6a11a02 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2023

  1. Added more Java Docs

    Gibson0918 committed Feb 9, 2023
    Configuration menu
    Copy the full SHA
    9b4f6d8 View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2023

  1. Improve Duke's code quality

    Remove Java Docs for methods that have been removed.
    
    Refactor Todo, Deadline and Event's toString() and formatForFile() method for better clarity.
    
    Removed unused method in the Ui Class
    Gibson0918 committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    cbb24a9 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Update README.md

    Gibson0918 authored Feb 13, 2023
    Configuration menu
    Copy the full SHA
    cad9985 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. Add Update feature to Duke

    Tasks already added to Duke cannot be updated so an edit/update feature for existing task would be appreciated as the only way to modify a task would be to delete the existing one and create a new one.
    
    Let's modify the 3 tasks (Event, Todo, Deadline) and add an UpdateCommand class to support Duke in updating existing task
    Gibson0918 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    486c91d View commit details
    Browse the repository at this point in the history
  2. Updated GUI and added set method to tasklist

    1. Resolve minor GUI bugs where the GUI was not resizing properly
    
    2. Added the missed out set method in TaskList class
    Gibson0918 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    77e726e View commit details
    Browse the repository at this point in the history
  3. Added Assertions to Duke

    Gibson0918 committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    f94e91b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #2 from Gibson0918/branch-A-Assertions

    Added Assertions to Duke
    Gibson0918 authored Feb 14, 2023
    Configuration menu
    Copy the full SHA
    7d857d1 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

  1. Update README.md

    Gibson0918 authored Feb 15, 2023
    Configuration menu
    Copy the full SHA
    18c5321 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e2a6d89 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    14367ac View commit details
    Browse the repository at this point in the history
  4. Added Ui image for docs

    Gibson0918 committed Feb 15, 2023
    Configuration menu
    Copy the full SHA
    5954700 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2023

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