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

[audipras] iP #629

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

[audipras] iP #629

wants to merge 48 commits into from

Commits on Jul 11, 2024

  1. Add Gradle support

    damithc authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    68c58c1 View commit details
    Browse the repository at this point in the history
  2. Bump gradle and lib version

    Eclipse-Dominator authored and damithc committed Jul 11, 2024
    Configuration menu
    Copy the full SHA
    03523ec View commit details
    Browse the repository at this point in the history

Commits on Jul 21, 2024

  1. build.gradle: Prevent generating a second JAR file

    In build.gradle, the dependencies on distZip and/or distTar causes
    the shadowJar task to generate a second JAR file for which the
    mainClass.set("seedu.duke.Duke") does not take effect.
    Hence, this additional JAR file cannot be run.
    For this product, there is no need to generate a second JAR file
    to begin with.
    
    Let's remove this dependency from the build.gradle to prevent the
    shadowJar task from generating the extra JAR file.
    aureliony authored and damithc committed Jul 21, 2024
    Configuration menu
    Copy the full SHA
    81a9c53 View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2024

  1. level 0

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    48c6db5 View commit details
    Browse the repository at this point in the history
  2. level 1

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    c11a2cc View commit details
    Browse the repository at this point in the history
  3. level 2

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    cea95f0 View commit details
    Browse the repository at this point in the history
  4. level 3

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    4c12dc8 View commit details
    Browse the repository at this point in the history
  5. level 4

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    1027d13 View commit details
    Browse the repository at this point in the history
  6. level 5

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    2844e5c View commit details
    Browse the repository at this point in the history
  7. level 6

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    3c8575e View commit details
    Browse the repository at this point in the history
  8. bug fix

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    66ca9d2 View commit details
    Browse the repository at this point in the history
  9. Revert "bug fix"

    This reverts commit 66ca9d2.
    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    e90f71a View commit details
    Browse the repository at this point in the history
  10. git bug fix

    audipras committed Aug 23, 2024
    Configuration menu
    Copy the full SHA
    8d5830d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c1db7a7 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. Create taskList class

    audipras committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    5f9175c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bbac10d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e4df571 View commit details
    Browse the repository at this point in the history
  4. Add date time formatting

    audipras committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    4ec25a9 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

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

Commits on Sep 4, 2024

  1. Configuration menu
    Copy the full SHA
    df59e79 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd08a3a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    51b9f6f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    88188ec View commit details
    Browse the repository at this point in the history
  5. Refactor code structure

    Add Command, Controller and InvalidCommandException classes
    Add Junit Tests for delete, mark and unmark functions
    audipras committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    a0213e5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    242ec6f View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

  1. Configuration menu
    Copy the full SHA
    aa50faa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e68be65 View commit details
    Browse the repository at this point in the history
  3. Fix off by 1 JUnit test bug

    audipras committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    22f7156 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c02933a View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. Fix CheckStyle errors

    audipras committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    2db8eef View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2024

  1. Add javafx ui

    audipras committed Sep 13, 2024
    Configuration menu
    Copy the full SHA
    a39c42d View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. Add close functionality + fix save functionality

    Using the exit command now properly closes
    javafx window after a pause.
    
    Bot now properly saves tasks
    to the task file after every change
    to the task list.
    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8ab40fb View commit details
    Browse the repository at this point in the history
  2. Package classes

    Create packages 'ui', 'middleware', 'commands'
    and 'exceptions' to further organise code.
    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    a836e16 View commit details
    Browse the repository at this point in the history
  3. Refactor package imports

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    b830dd4 View commit details
    Browse the repository at this point in the history
  4. Delete text-ui test

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f4c3b9b View commit details
    Browse the repository at this point in the history
  5. Add new exception

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ecd553b View commit details
    Browse the repository at this point in the history
  6. Merge pull request #2 from audipras/branch-A-CodeQuality

    Add new exception
    audipras authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    ca0e6b0 View commit details
    Browse the repository at this point in the history
  7. Add assertions

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    f357a61 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75e65cf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from audipras/branch-A-Assertions

    Add assertions
    audipras authored Sep 23, 2024
    Configuration menu
    Copy the full SHA
    8166b8f View commit details
    Browse the repository at this point in the history
  10. Add tagging functionality

    Tagging tasks is unavailable.
    
    User can't categorise tasks since description can't be changed.
    
    Add new 'tag' string field to each task, and add new 'tag' command so
    users can tag current tasks.
    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2b4b715 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    a35ddce View commit details
    Browse the repository at this point in the history
  12. Add user guide

    No help manual for the user.
    
    Create user guide to orient the user on how to use the bot.
    
    The user can immediately use the bot without facing errors with bot
    usage.
    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    2cb634f View commit details
    Browse the repository at this point in the history
  13. Fix Readme Grammar

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    dc74888 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    fd567bc View commit details
    Browse the repository at this point in the history
  15. Fix checkstyle errors

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    09f4b34 View commit details
    Browse the repository at this point in the history
  16. Fix delete test case

    audipras committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fac2a91 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e9df90e View commit details
    Browse the repository at this point in the history