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

[CS2103-F08-3] PawFection #74

Open
wants to merge 466 commits into
base: master
Choose a base branch
from
This pull request is big! We’re only showing the most recent 250 commits.

Commits on Nov 1, 2023

  1. Configuration menu
    Copy the full SHA
    7bf1bd0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    287bb59 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a7bd551 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8b269e8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2984b3b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b70efec View commit details
    Browse the repository at this point in the history
  7. Merge pull request #107 from wjayee/feature/SearchCommand

    Add search command feature
    bkjwjason authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    b2e3b6c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    90f080a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5ecd129 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0d8bd3d View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    867f9c6 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #108 from bkjwjason/update/persistentTaskStorage

    Implement persistent task storage
    bkjwjason authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e0a686d View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    4487d2c View commit details
    Browse the repository at this point in the history
  14. Merge pull request #109 from wjayee/feature/fix-SearchCommand

    Fix naming and some minor implementations in SearchCommand
    euchangxian authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    399799d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    edae966 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b1e0713 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    0f563c2 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    f64474f View commit details
    Browse the repository at this point in the history
  19. Add EditAnimalCommand

    Blizzeracz committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    e83e63d View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    1f26b74 View commit details
    Browse the repository at this point in the history
  21. Improve naming of constants in AnimalCommandTestUtil

    Naming of prefix constants of animals now have a 'PREFIX' instead
    of 'INDEX' naming.
    Blizzeracz committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    36f18e6 View commit details
    Browse the repository at this point in the history
  22. Create unit test for EditAnimalCommandParser class

    Resolve checkstyle errors
    Blizzeracz committed Nov 1, 2023
    Configuration menu
    Copy the full SHA
    752c80d View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2023

  1. Configuration menu
    Copy the full SHA
    6bac3d3 View commit details
    Browse the repository at this point in the history
  2. Fix addTasks issue

    junnengsoo committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7803bdb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #106 from junnengsoo/feature/AddTaskCommand

    Feature/add task command
    bkjwjason authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    6ec8b55 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    61347a8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2fb957a View commit details
    Browse the repository at this point in the history
  6. Merge pull request #110 from Blizzeracz/feature/EditAnimalCommand

    Add EditAnimalCommand
    bkjwjason authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    fc18c6f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    69daea9 View commit details
    Browse the repository at this point in the history
  8. Add Tests for Animal Name

    bkjwjason committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ab7248d View commit details
    Browse the repository at this point in the history
  9. Add Tests for Animal PetId

    bkjwjason committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3327aba View commit details
    Browse the repository at this point in the history
  10. Add Tests for Animal Sex

    bkjwjason committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    0e717e1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b7cc0eb View commit details
    Browse the repository at this point in the history
  12. Merge pull request #113 from bkjwjason/update/AnimalAttributeTests

    Update/animal attribute tests
    junnengsoo authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    1386f7b View commit details
    Browse the repository at this point in the history
  13. Fix gradle check

    wjayee committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    f4a7551 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #111 from wjayee/feature/MarkUnmarkTask

    Add MarkTaskCommand, UnmarkTaskCommand and ResetTaskCommand
    bkjwjason authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    29dd196 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    20f4694 View commit details
    Browse the repository at this point in the history
  16. Change data file location

    bkjwjason committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4770fa1 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #115 from bkjwjason/bugfix/update-gui

    Bugfix/update gui
    euchangxian authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8f85fd0 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    af6e94f View commit details
    Browse the repository at this point in the history
  19. Add static getHelp() methods in existing commands

    - This method will be used by HelpAnimalCommand.
    
    NOTE:
      Developers are encouraged to implement the getHelp() method for every
      new Command added.
    euchangxian committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    388d4d1 View commit details
    Browse the repository at this point in the history
  20. Add CommandEnum

    CommandEnum encapsulates a Command's name and help message, retrieved
    using the static getHelp() message.
    
    NOTE:
      For any new commands added, please update CommandEnum so that
      HelpAnimalCommand can retrieve the help message for the user.
    euchangxian committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4a55803 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #116 from wjayee/docs/updateUG-Search-MarkCommand

    Update Search, Mark, Unmark and Reset Command in the UG
    Blizzeracz authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3b5d05f View commit details
    Browse the repository at this point in the history
  22. Clean up unused files

    Blizzeracz committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    ded6620 View commit details
    Browse the repository at this point in the history
  23. Add HelpAnimalCommand

    - Add JavaDocs for CommandEnum, and rename constant in
      HelpAnimalCommandParser to resolve checkstyle violation.
    euchangxian committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    a706957 View commit details
    Browse the repository at this point in the history
  24. Add edit command to UG

    Blizzeracz committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    4881446 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    cc8cd20 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #117 from euchangxian/feature/HelpCommand

    Feature/help command
    wjayee authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    3f77b71 View commit details
    Browse the repository at this point in the history
  27. Fix checkstyle

    Blizzeracz committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    bbbd608 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #118 from Blizzeracz/update/UGEditCommand

    Add Edit Command in UG
    euchangxian authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    c7b9f1a View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    d209986 View commit details
    Browse the repository at this point in the history
  30. Replace addressbook with Pawfection

    NOTE:
      Tutorials are outdated, given the change from AddressBook to
      Pawfection, where Animal details are stored in the AnimalCatalog.
      Lets find some time to update the tutorials.
    euchangxian committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    8ba76b3 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5c25c3e View commit details
    Browse the repository at this point in the history
  32. Merge pull request #119 from euchangxian/docs/Add-HelpAnimalCommand

    Docs/add help animal command
    bkjwjason authored Nov 2, 2023
    Configuration menu
    Copy the full SHA
    7967683 View commit details
    Browse the repository at this point in the history
  33. Add DeleteTaskCommand

    junnengsoo committed Nov 2, 2023
    Configuration menu
    Copy the full SHA
    d4ad167 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    054f185 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    924da76 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    5fb5999 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    d88795e View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2023

  1. Merge pull request #114 from junnengsoo/feature/DeleteTaskCommand

    Feature/delete task command
    bkjwjason authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    a54d0d5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    905ad83 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #120 from bkjwjason/bugfix/gui

    Make selectedAnimal reset after a command execution
    Blizzeracz authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    90557dc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    adb4618 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    44c6076 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #121 from bkjwjason/update/CommandBoxHeight

    Make CommandBox Output Bigger
    Blizzeracz authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    d79505f View commit details
    Browse the repository at this point in the history
  7. Change minor naming issues

    wjayee committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    43dff6c View commit details
    Browse the repository at this point in the history
  8. Merge pull request #122 from wjayee/feature/fixMarkUnmark

    Fix error catching in Mark and Unmark
    bkjwjason authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    46229ec View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    3db09f2 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    a4d91c7 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #123 from junnengsoo/docs/UG-tasks

    Docs/ug tasks
    bkjwjason authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    ce24d23 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c3dc6ec View commit details
    Browse the repository at this point in the history
  13. Fix stylecheck

    wjayee committed Nov 3, 2023
    Configuration menu
    Copy the full SHA
    7e2a20a View commit details
    Browse the repository at this point in the history
  14. Merge pull request #124 from wjayee/docs/updateUG-MinorChanges

    Delete clear command in summary table
    junnengsoo authored Nov 3, 2023
    Configuration menu
    Copy the full SHA
    f13f803 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2023

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

Commits on Nov 7, 2023

  1. Edit UG to fit Pawfection

    Blizzeracz committed Nov 7, 2023
    Configuration menu
    Copy the full SHA
    2d961da View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0bb855a View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2023

  1. Configuration menu
    Copy the full SHA
    c1f6a9a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #180 from Blizzeracz/fix/issues

    Fix all issues pertaining to UG and Edit Command
    bkjwjason authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    06933a6 View commit details
    Browse the repository at this point in the history
  3. Update UI photo in UG

    bkjwjason committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a26b3e6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b475374 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle errors

    wjayee committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    951a491 View commit details
    Browse the repository at this point in the history
  6. Fix UI reset Issue

    bkjwjason committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    73342fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b631bf0 View commit details
    Browse the repository at this point in the history
  8. Remove unnecessary imports

    bkjwjason committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    e491d06 View commit details
    Browse the repository at this point in the history
  9. Remove unused methods

    bkjwjason committed Nov 8, 2023
    Configuration menu
    Copy the full SHA
    83cc571 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #181 from wjayee/feature/fixFeatureBugs

    Fix mark, unmark and reset command bugs
    bkjwjason authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    a3ff216 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    799e2ba View commit details
    Browse the repository at this point in the history
  12. Merge pull request #182 from bkjwjason/bugfix/PeIssues

    Bugfix/pe issues
    wjayee authored Nov 8, 2023
    Configuration menu
    Copy the full SHA
    9a13dd5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    6a08c42 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    79f197b View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2023

  1. Add reset command test

    wjayee committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    7628a47 View commit details
    Browse the repository at this point in the history
  2. Fix checkstyle errors

    wjayee committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    3a8d6dd View commit details
    Browse the repository at this point in the history
  3. Fix testcases in add animal command and

    JsonSerializableAnimalCatalogTest
    wjayee committed Nov 9, 2023
    Configuration menu
    Copy the full SHA
    e2c500f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0af4ca4 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Merge pull request #183 from wjayee/test/MarkUnmarkCommand

    Testcases for mark, unmark and reset command and commandparser
    bkjwjason authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    1d68521 View commit details
    Browse the repository at this point in the history
  2. Add Tests for TaskList

    bkjwjason committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    5647268 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d2005ea View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    31f3a76 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b89ef14 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    909ec76 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d666fa6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #184 from bkjwjason/update/increaseTestCov

    Add Tests for TaskList Class
    wjayee authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    afdb11d View commit details
    Browse the repository at this point in the history
  9. Merge pull request #185 from junnengsoo/UG/PE-fixes

    Ug/pe fixes
    wjayee authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    e776654 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7061b35 View commit details
    Browse the repository at this point in the history
  11. Add Credit for Snippet

    bkjwjason committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    c3416b3 View commit details
    Browse the repository at this point in the history
  12. Fix phrasing and examples

    wjayee committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    ae4fce1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    cb9dac2 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #186 from wjayee/docs/fix-PE-UG-issues

    Fix PE issues regarding UG
    bkjwjason authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    71babc7 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #187 from bkjwjason/update/codeCredit

    Add Credit for Snippet
    Blizzeracz authored Nov 10, 2023
    Configuration menu
    Copy the full SHA
    6d51503 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    2c73a3b View commit details
    Browse the repository at this point in the history
  17. Add credits for PPP

    Blizzeracz committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    a1789b3 View commit details
    Browse the repository at this point in the history

Commits on Nov 11, 2023

  1. Merge pull request #189 from Blizzeracz/create/LogicManangerTest

    Create test cases for LogicManager
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    fc28010 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7639162 View commit details
    Browse the repository at this point in the history
  3. Fix Checkstyle

    bkjwjason committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    9ea49c2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64a5b1d View commit details
    Browse the repository at this point in the history
  5. Merge pull request #190 from bkjwjason/update/animalModelManagerTests

    Update AnimalModelManager tests
    wjayee authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    926f7b9 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da93b32 View commit details
    Browse the repository at this point in the history
  7. Fix Checkstyle

    bkjwjason committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    bab2271 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    61af64c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #191 from bkjwjason/docs/PE-D

    Add Planned Enhancements for PE-D, and DetailedView in UG
    wjayee authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    e0e4ab5 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    459e834 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #195 from wjayee/feature/fixReset

    Fix reset command to reset duplicate tasks
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    0148eb9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    87c029f View commit details
    Browse the repository at this point in the history
  13. Override equals, hashCode and toString in HelpAnimalCommand

    Add JavaDoc comments for constructor, to fix checkstyle violations.
    euchangxian committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    36af226 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ebb4d12 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #197 from euchangxian/fix/HelpCommand

    Fix/help command
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    85168eb View commit details
    Browse the repository at this point in the history
  16. Update mac dependencies

    To conform with CS2103T requirements
    euchangxian committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    d54884a View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    e67ea47 View commit details
    Browse the repository at this point in the history
  18. Update valid date input formats

    Only ISO Date format (yyyy-MM-dd) is valid.
    euchangxian committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f051a8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    474143b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    07490e2 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #198 from euchangxian/update/GradleBuild

    Update mac dependencies
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    96e3fe0 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #199 from euchangxian/fix/DoB-DoA

    Update Add Animal command to not accept DoB > DoA
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    c417865 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #200 from euchangxian/update/FutureDateChecks

    Update Valid date formats and check for future dates
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    45cbac3 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    0ccc412 View commit details
    Browse the repository at this point in the history
  25. Fix checkstyle errors

    wjayee committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    dbbc439 View commit details
    Browse the repository at this point in the history
  26. Update DG with new features

    wjayee committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    4301389 View commit details
    Browse the repository at this point in the history
  27. Update PPP

    wjayee committed Nov 11, 2023
    Configuration menu
    Copy the full SHA
    f6570a8 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #201 from wjayee/feature/update-implementation

    Edit implementation of Mark and Unmark
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    768e036 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #202 from wjayee/docs/update-PPP-DG

    Update DG and PPP
    bkjwjason authored Nov 11, 2023
    Configuration menu
    Copy the full SHA
    cfce30d View commit details
    Browse the repository at this point in the history

Commits on Nov 12, 2023

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

    bkjwjason committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1a8ced3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    768c383 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a2abf74 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #204 from junnengsoo/test/AddTaskCommandTest

    Complete AddTaskCommandTest
    bkjwjason authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1a33d1b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    a7676a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7bc0aa6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    05bea00 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #207 from wjayee/feature/fix-MarkLiveUpdate

    Fix implementation of Mark and Unmark
    bkjwjason authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    e56b9bc View commit details
    Browse the repository at this point in the history
  10. Merge pull request #206 from bkjwjason/docs/UG-Examples

    Docs/ug examples
    wjayee authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    1ff89fe View commit details
    Browse the repository at this point in the history
  11. Fix error catching

    wjayee committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    ca2106a View commit details
    Browse the repository at this point in the history
  12. Add DeleteTaskCommandTest

    junnengsoo committed Nov 12, 2023
    Configuration menu
    Copy the full SHA
    578cf3f View commit details
    Browse the repository at this point in the history
  13. Merge pull request #208 from wjayee/feature/fix-MarkErrorCatching

    Fix error catching in mark and unmark
    bkjwjason authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    30a07fd View commit details
    Browse the repository at this point in the history
  14. Merge pull request #209 from junnengsoo/test/DeleteTaskCommandTest

    Add DeleteTaskCommandTest
    bkjwjason authored Nov 12, 2023
    Configuration menu
    Copy the full SHA
    d31f287 View commit details
    Browse the repository at this point in the history

Commits on Nov 13, 2023

  1. Change UG Ui to default Ui

    bkjwjason committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    59cb394 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    903f401 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #210 from bkjwjason/docs/Default-UI

    Docs/default UI
    junnengsoo authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d42ce40 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4797e3b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5c3f0f3 View commit details
    Browse the repository at this point in the history
  6. Update UG with detailView

    bkjwjason committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d192f5e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    da5dfa2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #211 from bkjwjason/update/DG

    Update/dg
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    cc294f4 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    d0a0209 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #212 from junnengsoo/docs/UG-minor-updates

    Change template for UG commands
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    08e4dc3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    b75836b View commit details
    Browse the repository at this point in the history
  12. Update DG for Help Command

    Add HelpAnimalCommand section in DeveloperGuide, including design
    considerations and PUML diagram.
    
    - Minor changes to line breaks etc to improve developer readability.
    - Minor fix to broken JavaDoc link in CommandException.
    euchangxian committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3184817 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #213 from euchangxian/docs/HelpCommand-DG

    Add Help command section in DG
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    bb2f973 View commit details
    Browse the repository at this point in the history
  14. Add dividers and boxes

    junnengsoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e19b23e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #215 from junnengsoo/docs/UG-minor-updates

    Add dividers and boxes
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    c2d60d0 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    07849a7 View commit details
    Browse the repository at this point in the history
  17. Remove square brackets for compulsory inputs and add invalid prefix t…

    …o preamble error message
    junnengsoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    64dd57f View commit details
    Browse the repository at this point in the history
  18. Merge pull request #216 from wjayee/docs/updateDG-Diagrams

    Edit UML Sequence Diagrams in the DG
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    88633db View commit details
    Browse the repository at this point in the history
  19. Refine UserGuide

    Change img sizes and refine phrasings
    euchangxian committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    553a464 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #217 from junnengsoo/hotfix/error-message

    Remove square brackets for compulsory inputs and add invalid prefix t…
    wjayee authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b8af0f9 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1674969 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #218 from euchangxian/docs/Refine-UG

    Refine UserGuide
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    98e9039 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    4e1b62e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    40395ca View commit details
    Browse the repository at this point in the history
  25. Merge pull request #219 from bkjwjason/docs/Screenshot-tweak

    Minor screenshot size fixes for UG
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    72d0203 View commit details
    Browse the repository at this point in the history
  26. Fix documentation links to reference Pawfection

    - Previous links referenced AddressBook3 instead.
    euchangxian committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6dd7947 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    492387d View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    727f4b4 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #220 from euchangxian/docs/fix-docs-links

    Fix documentation links to reference Pawfection
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    471eb38 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #221 from euchangxian/fix/uncaught-exception

    Fix/uncaught exception
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    87a4548 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    460fff4 View commit details
    Browse the repository at this point in the history
  32. Merge pull request #222 from euchangxian/fix/uncaught-exception

    Fix wrong reference to DateOfBirth
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    3a8eefe View commit details
    Browse the repository at this point in the history
  33. Fix bug for empty keywords

    wjayee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8542702 View commit details
    Browse the repository at this point in the history
  34. Fix check for empty string

    wjayee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    b3286c1 View commit details
    Browse the repository at this point in the history
  35. Update PPP

    wjayee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    29643e7 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #223 from wjayee/feature/fix-SearchBug

    Fix bug for empty keywords in search
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    7f0866a View commit details
    Browse the repository at this point in the history
  37. Fix checkstyle

    wjayee committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    335d874 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    7852df6 View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    ef89832 View commit details
    Browse the repository at this point in the history
  40. Update Chang Xian's PPP

    euchangxian committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    6a27db6 View commit details
    Browse the repository at this point in the history
  41. Merge pull request #224 from wjayee/docs/update-PPP

    Update Ja Yee's PPP
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    8d8af26 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #225 from junnengsoo/docs/DG-template-update

    Docs/dg template update
    euchangxian authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    02070a1 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #226 from euchangxian/docs/update-euchangxian-ppp

    Update Chang Xian's PPP
    wjayee authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    66f71f7 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    a5892c8 View commit details
    Browse the repository at this point in the history
  45. Update PPP

    bkjwjason committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    e22115b View commit details
    Browse the repository at this point in the history
  46. Merge pull request #227 from euchangxian/docs/update-TopNavBar

    Update Pawfection top NavBar Github Repo link
    junnengsoo authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    665b0d5 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    bc7c233 View commit details
    Browse the repository at this point in the history
  48. Fix Checkstyle

    bkjwjason committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    634b131 View commit details
    Browse the repository at this point in the history
  49. Refactor addtask

    junnengsoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    208a8c0 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #230 from bkjwjason/update/PPP

    Update Jason's PPP
    Blizzeracz authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    769724c View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    2aed974 View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    da8b965 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    997002b View commit details
    Browse the repository at this point in the history
  54. Refine java docs

    junnengsoo committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    0892cf9 View commit details
    Browse the repository at this point in the history
  55. Update ppp

    Blizzeracz committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    4645f1c View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    1a63b1f View commit details
    Browse the repository at this point in the history
  57. Edit sections of PPP

    Blizzeracz committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    f30f61c View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    ec39fc2 View commit details
    Browse the repository at this point in the history
  59. Fix checkstyle

    Blizzeracz committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    ad3bb50 View commit details
    Browse the repository at this point in the history
  60. Merge pull request #233 from junnengsoo/docs/UG-quick-start

    Add instructions for different OS for downloading of Java
    Blizzeracz authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    853e1c5 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #231 from junnengsoo/bugfix/refactor-addtask-delet…

    …etask
    
    Bugfix/refactor addtask deletetask
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    214b273 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    05e9aff View commit details
    Browse the repository at this point in the history
  63. Fix localdate references

    bkjwjason committed Nov 13, 2023
    Configuration menu
    Copy the full SHA
    d3e57fb View commit details
    Browse the repository at this point in the history
  64. Merge pull request #232 from Blizzeracz/update/PPP

    Update PPP
    bkjwjason authored Nov 13, 2023
    Configuration menu
    Copy the full SHA
    64ac75a View commit details
    Browse the repository at this point in the history

Commits on Nov 14, 2023

  1. Merge pull request #234 from bkjwjason/bugfix/TimeUtil

    Fix TimeUtil referencing local timezone
    euchangxian authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    780158c View commit details
    Browse the repository at this point in the history
  2. Fix typo

    bkjwjason committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    c70a95a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    63975bf View commit details
    Browse the repository at this point in the history
  4. Add use cases

    junnengsoo committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    2cd5c34 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    55aad0b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3cd9309 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7dd8636 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9496eef View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b7b0143 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #236 from bkjwjason/docs/removeStorageDG

    Remove Storage Testing in DG
    junnengsoo authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    07b53ee View commit details
    Browse the repository at this point in the history
  11. Add age to DetailedView

    bkjwjason committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    5a50381 View commit details
    Browse the repository at this point in the history
  12. Clarify non-animal commands

    bkjwjason committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    0eca41f View commit details
    Browse the repository at this point in the history
  13. Fix wrong command name

    bkjwjason committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    abab5f3 View commit details
    Browse the repository at this point in the history
  14. Update minor changes

    wjayee committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    bbbeded View commit details
    Browse the repository at this point in the history
  15. Fix pointer and spacing

    bkjwjason committed Nov 14, 2023
    Configuration menu
    Copy the full SHA
    9a61750 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #238 from wjayee/docs/UG-minorchanges

    Update minor changes to UG
    bkjwjason authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    135e8a4 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #237 from bkjwjason/docs/updateDG

    Docs/update dg
    euchangxian authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    d734703 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    9c918a6 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #239 from junnengsoo/docs/UG-2101

    Add tutorial, navigation and other related information at the front
    wjayee authored Nov 14, 2023
    Configuration menu
    Copy the full SHA
    1ce0074 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    25745bd View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Merge pull request #240 from Blizzeracz/update/UserGuide-final

    Update tips and notes and add screenshots for tutorial
    wjayee authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    a7f64b5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7033119 View commit details
    Browse the repository at this point in the history
  3. Add UI component diagram

    bkjwjason committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    db298d7 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #241 from wjayee/docs/UG-changes-2101

    Update screenshots and shorten command details
    bkjwjason authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    4fb42c0 View commit details
    Browse the repository at this point in the history
  5. Fix checkstyle

    bkjwjason committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    0273d0f View commit details
    Browse the repository at this point in the history
  6. Add tutorial

    junnengsoo committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fe2f414 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #243 from junnengsoo/docs/UG-2101

    Add tutorial
    bkjwjason authored Nov 15, 2023
    Configuration menu
    Copy the full SHA
    58b97e9 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    148e87e View commit details
    Browse the repository at this point in the history
  9. Fix images and text

    wjayee committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    ba10ae3 View commit details
    Browse the repository at this point in the history
  10. Fix checkstyle

    wjayee committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    fea43c3 View commit details
    Browse the repository at this point in the history
  11. Fix page breaks

    wjayee committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    6809d17 View commit details
    Browse the repository at this point in the history

Commits on Nov 17, 2023

  1. Merge pull request #244 from wjayee/docs/fix-images-2101

    Fix images and text in UG
    bkjwjason authored Nov 17, 2023
    Configuration menu
    Copy the full SHA
    38ac525 View commit details
    Browse the repository at this point in the history