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

[Luah Jun Yang} iP #571

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

Commits on Aug 8, 2023

  1. Add Gradle support

    damithc authored and damithc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    28ad2b8 View commit details
    Browse the repository at this point in the history
  2. Bump gradle and lib version

    Eclipse-Dominator authored and damithc committed Aug 8, 2023
    Configuration menu
    Copy the full SHA
    ed6d4d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 26, 2023

  1. Level 0

    LuahJunYang committed Aug 26, 2023
    Configuration menu
    Copy the full SHA
    8f211eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c442a23 View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

  1. Added functionality to store user input as list and print out all inp…

    …ut text when 'list' is input
    LuahJunYang committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    e26ad60 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2826c8b View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2023

  1. Configuration menu
    Copy the full SHA
    c163e3f View commit details
    Browse the repository at this point in the history
  2. Added mark as incomplete method to Task.java and complete and uncompl…

    …ete method to Frenchie.java, level 3 completed
    LuahJunYang committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6880516 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9502380 View commit details
    Browse the repository at this point in the history
  4. Added if-else statements and updated toString() methods for checking…

    … for todo, event, deadline. Level 4 Complete.
    LuahJunYang committed Aug 30, 2023
    Configuration menu
    Copy the full SHA
    6403c3d View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2023

  1. Created new FrenchieException class to handle basic exceptions for no…

    …w. Level 5 completed up till basic exceptions.
    LuahJunYang committed Sep 4, 2023
    Configuration menu
    Copy the full SHA
    f8faf33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59151ce View commit details
    Browse the repository at this point in the history

Commits on Sep 9, 2023

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

Commits on Sep 10, 2023

  1. Added LocalDateTime and DateTimeFormatter functionalities to construc…

    …tors for Event and Deadline classes as well as save and load methods for Frenchie
    LuahJunYang committed Sep 10, 2023
    Configuration menu
    Copy the full SHA
    efa2cac View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2023

  1. Configuration menu
    Copy the full SHA
    cf2306e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3a10e8d View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    c59c708 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1435a48 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Configuration menu
    Copy the full SHA
    fb9f638 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2ac3943 View commit details
    Browse the repository at this point in the history
  3. Added findMessage() method to Ui.java, find enum to Command, and retu…

    …rnMatchTasks() method to TaskList.java. Level-9 Completed.
    LuahJunYang committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    e8b0d86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eae69dd View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

  1. Configuration menu
    Copy the full SHA
    04310fd View commit details
    Browse the repository at this point in the history
  2. Improving on Code Quality

    Removed unused methods and corrected the order of import statements to be in the correct lexographical order. Fixed the error of tasks not loading from frenchie.txt by calling storage.load() before parsing the input String.
    LuahJunYang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    68fc1cb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #3 from LuahJunYang/branch-A-CodeQuality

    Improving on Code Quality
    LuahJunYang authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    4364715 View commit details
    Browse the repository at this point in the history
  4. Add help function

    Added help as an enum in Command and included 'help' as a case for the Parser class. Added a quick start guide that will be presented to the user when user inputs 'help' as the command.
    LuahJunYang committed Sep 22, 2023
    Configuration menu
    Copy the full SHA
    c59a6cf View commit details
    Browse the repository at this point in the history
  5. Merge pull request #4 from LuahJunYang/branch-C-Help

    Add help function
    LuahJunYang authored Sep 22, 2023
    Configuration menu
    Copy the full SHA
    43a2dd1 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2023

  1. Configuration menu
    Copy the full SHA
    4806d6d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8633cba View commit details
    Browse the repository at this point in the history
  3. Added Screenshot of UI

    LuahJunYang committed Sep 23, 2023
    Configuration menu
    Copy the full SHA
    3f79e97 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b1615e View commit details
    Browse the repository at this point in the history