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

[CS2103T-T15-2] AronaPro #101

Open
wants to merge 469 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 Mar 26, 2024

  1. Configuration menu
    Copy the full SHA
    3b1d354 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd8017a View commit details
    Browse the repository at this point in the history
  3. resolve errors

    Ragnapop committed Mar 26, 2024
    Configuration menu
    Copy the full SHA
    ad15a86 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4deca78 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5bc69dc View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2024

  1. Update DeleteCommand.java

    Ragnapop committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    d218557 View commit details
    Browse the repository at this point in the history
  2. Adjust group ui

    hjuntan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    557a51e View commit details
    Browse the repository at this point in the history
  3. Remove unused Consumer import

    hjuntan committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    23cefd3 View commit details
    Browse the repository at this point in the history
  4. Create functionality for up and down keys

    Initialise up and down key presses to
    show a placeholder message.
    
    Let's
    * Use some file format to store previous
    commands.
    * create a cursor to track which command
    the up and down keys point to.
    RingoftheKing committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    b9972bd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4774085 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #97 from Ragnapop/modify-delete-command

    Modify delete command
    cheahTJ authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    0402c87 View commit details
    Browse the repository at this point in the history
  7. Create skeleton for command history

    Make preliminary classes to track a user's
    command history.
    
    Let's
    * load the CommandHistory into a runtime
    list.
    RingoftheKing committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    94b9746 View commit details
    Browse the repository at this point in the history
  8. Add schedule command in DG

    Rikko1204 committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    6575eb0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5b7aca2 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #103 from AY2324S2-CS2103T-T15-2/delete_feature

    Able to delete in group for delete feature
    hjuntan authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    e09e858 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #102 from cheahTJ/documentation

    Rename app's version number for trial release
    hjuntan authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    2ae5c77 View commit details
    Browse the repository at this point in the history
  12. Merge branch 'master' into pin-contacts

    * master:
      Update DeleteCommand.java
      resolve errors
      Update DeleteCommandParser.java
      documentationupdate
      Update DeleteCommandParser.java
      Update DeleteCommandParser.java
      Resolve review
      update testcases
      checkstyle
      Update DeleteCommand.java
      Update DeleteCommand.java
      update checkstyle
      Update DeleteCommandParser.java
      Update DeleteCommand.java
      modify-delete-command
    cheahTJ committed Mar 27, 2024
    Configuration menu
    Copy the full SHA
    48c5b03 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #104 from Rikko1204/edit-DG

    Edit dg
    cheahTJ authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    bf62654 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #99 from cheahTJ/pin-contacts

    Create PinCommand feature
    hjuntan authored Mar 27, 2024
    Configuration menu
    Copy the full SHA
    497e594 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    344512f View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    9ea66d0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    95d3fb4 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #107 from hjuntan/add-group-command

    Fix missing messages after merge conflict
    hjuntan authored Mar 28, 2024
    Configuration menu
    Copy the full SHA
    bafa832 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3941689 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Implement Functionality for CommandHistory

    Add logic required for the up and down keys
    to scroll through the user's command history.
    
    Let's
    * Add a file system to make the CommandHistory
    permanent.
    * Ideally using the same JSON system
    RingoftheKing committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4d4c94e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9a68dcd View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Merge pull request #101 from hjuntan/branch-ui-change

    Branch UI change
    Rikko1204 authored Mar 30, 2024
    Configuration menu
    Copy the full SHA
    97093ed View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    25a4ee8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #5 from RingoftheKing/master

    Pull upstream main to working branch
    RingoftheKing authored Mar 31, 2024
    Configuration menu
    Copy the full SHA
    f834c8b View commit details
    Browse the repository at this point in the history
  3. Merge branch 'master' into documentation

    * master: (29 commits)
      Fix missing messages after merge conflict
      Remove unused Consumer import
      Adjust group ui
      Update DeleteCommand.java
      Added non null requirements in person card
      Added different colors for different tags and adjust person card
      resolve errors
      Update DeleteCommandParser.java
      Added background for groups in PersonCard
      Fix checkstyle in person card
      Create PinCommand and PinCommandParser test classes
      Add javadoc for setting UI for tag
      Change ui for tag
      Create PinCommand feature
      documentationupdate
      Update DeleteCommandParser.java
      Update DeleteCommandParser.java
      Resolve review
      Add group multiple users
      add group multiple person in single command
      ...
    cheahTJ committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    96bb594 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a7fb68b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d003a67 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    23c4a60 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    1fc9fc9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4b41bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    218c580 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cb94209 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    05de0b1 View commit details
    Browse the repository at this point in the history
  6. Add a new panel for schedule information

    The left panel will display the basic contact information
    while the right panel will display the schedules made with contacts
    hjuntan committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a72a2aa View commit details
    Browse the repository at this point in the history
  7. Add schedule feature to UG

    Rikko1204 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    77c0852 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Merge pull request #116 from AY2324S2-CS2103T-T15-2/documentation_1.3

    Add schedule command to DG
    Ragnapop authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    5e01f70 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #119 from Ragnapop/group-modify

    Allow group command to take multiple groups
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e4e3964 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #118 from Rikko1204/add-test-cases

    Add test cases for ScheduleParser
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    89c444e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #117 from Rikko1204/edit-UG

    Edit UG
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    a0a8149 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c8be5bb View commit details
    Browse the repository at this point in the history
  6. Merge pull request #115 from Rikko1204/add-schedule

    Add more date formats for schedule
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    d5df41c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #110 from cheahTJ/documentation

    Add PinSequenceDiagram and Edit UG
    hjuntan authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    109229a View commit details
    Browse the repository at this point in the history
  8. Add more features to DG

    Rikko1204 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    c4bd94b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    877a09d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6627a94 View commit details
    Browse the repository at this point in the history
  11. Add more features to DG

    Add more features to DG
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1a4e2ae View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5b83667 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    73c9f30 View commit details
    Browse the repository at this point in the history
  14. Fix naming errors

    Rikko1204 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b8552f9 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #112 from cheahTJ/edit-feature

    Add nusId prefix to Edit Command
    hjuntan authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    79b4375 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #122 from AY2324S2-CS2103T-T15-2/add-schedule-command

    Add more data formats for schedule command
    hjuntan authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    b2f813e View commit details
    Browse the repository at this point in the history
  17. Change help window

    hjuntan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    1301601 View commit details
    Browse the repository at this point in the history
  18. Change title of main window

    hjuntan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    64549c5 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    9ef4244 View commit details
    Browse the repository at this point in the history
  20. Change UG

    hjuntan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    060e889 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' into documentation

    * master:
      Add more date formats for schedule
      Update GroupCommandParser.java
      Update GroupCommandParser.java
    cheahTJ committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9f8474f View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c7b6547 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #126 from cheahTJ/edit-feature

    Resolve merge conflict in DeleteCommandParser
    Ragnapop authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    00fd262 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    a81c547 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #127 from AY2324S2-CS2103T-T15-2/change-edit-command

    Change edit command to include nusId prefix
    Ragnapop authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    7c61b2c View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    20f3653 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    3a7d5c7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    408c7a2 View commit details
    Browse the repository at this point in the history
  29. Change Ui

    Branch UI change
    cheahTJ authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e005804 View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    6786604 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    66ec95e View commit details
    Browse the repository at this point in the history
  3. Merge pull request #125 from AY2324S2-CS2103T-T15-2/revert-123-edit-DG

    Add more features to DG
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    0f12279 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    fa3f55e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c95b47d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    53e245b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    9015b9a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c5a0622 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #108 from RingoftheKing/create-up-key-press-functi…

    …onality
    
    Create up down key press functionality
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a0f31f4 View commit details
    Browse the repository at this point in the history
  10. Remove File system for CommandHistory

    It is unlikely for a Prof, TA, student
    to reuse a command from a previous session.
    
    Remove file reading due to above reason.
    RingoftheKing committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    3b54ddb View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    c045f5e View commit details
    Browse the repository at this point in the history
  12. Merge pull request #145 from RingoftheKing/create-up-key-press-functi…

    …onality
    
    Remove File system for CommandHistory
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c11b4c8 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c966951 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #144 from AY2324S2-CS2103T-T15-2/add-up-down-keypr…

    …ess-functionality
    
    Add up down keypress functionality
    cheahTJ authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a2ffce9 View commit details
    Browse the repository at this point in the history
  15. Merge branch 'master' into documentation

    * master:
      Remove File system for CommandHistory
      Conduct tests on CommandHistory
      Fix Checkstyle for CommandHistory tests
      Create CommandHistory tests
      Change title of main window
      Change help window
      Update ScheduleListCard.fxml
      Add test cases and fixes to checkstyle
      Add more features to DG
      Add a new panel for schedule information
      Add test cases for ScheduleParser
      Fix test case in AddressBookParserTest class
      Add nusId prefix for edit command
      Rectify checkstyle for Command History classes
      Implement Functionality for CommandHistory
      Create skeleton for command history
      Create functionality for up and down keys
    cheahTJ committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2db937b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #128 from cheahTJ/improving-code-quality

    Abstract logic out and standardise invalid command messages
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    12da726 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1866148 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #147 from hjuntan/documentation

    Documentation
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    4895684 View commit details
    Browse the repository at this point in the history
  19. Update ModelManager.java

    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    44750fa View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    e4ab150 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    dcb45d8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    0e19e23 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #136 from AY2324S2-CS2103T-T15-2/documentation_1.3

    Add more features to DG
    hjuntan authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    bac57dd View commit details
    Browse the repository at this point in the history
  24. Merge pull request #148 from AY2324S2-CS2103T-T15-2/code-quality

    Enhance Code quality
    cheahTJ authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9abb0ab View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    25ad7e8 View commit details
    Browse the repository at this point in the history
  26. Resolve merge conflict

    cheahTJ committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1ee3bfa View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Update DeleteCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d990170 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a0f8554 View commit details
    Browse the repository at this point in the history
  3. Update GroupCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ed77ec8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1cffc48 View commit details
    Browse the repository at this point in the history
  5. Update GroupCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7b55bfb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8574a1c View commit details
    Browse the repository at this point in the history
  7. Fix checkstyle

    cheahTJ committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e430d70 View commit details
    Browse the repository at this point in the history
  8. Update GroupCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8cdffa5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b031782 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #149 from cheahTJ/documentation

    Edit UG and add new diagram
    RingoftheKing authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a0327d4 View commit details
    Browse the repository at this point in the history
  11. Update PhoneTest.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    115512d View commit details
    Browse the repository at this point in the history
  12. Update PhoneTest.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    20da05e View commit details
    Browse the repository at this point in the history
  13. Update PhoneTest.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3b9ca61 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #143 from Ragnapop/master

    modify commands to fit expect behaviour
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9f548fa View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    1ae0eb8 View commit details
    Browse the repository at this point in the history
  16. Update GroupCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9e540a4 View commit details
    Browse the repository at this point in the history
  17. Update GroupCommand.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8d64b49 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #153 from Ragnapop/master

    Resolve error in GroupCommand
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    e690b8b View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    81aafff View commit details
    Browse the repository at this point in the history
  20. Merge pull request #3 from Ragnapop/master

    merge
    Ragnapop authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cf97f8c View commit details
    Browse the repository at this point in the history
  21. Fix ui bug when the person's name is too long

    Person name will still be truncated.
    NusId and Tag will remain visible even with long names.
    hjuntan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c05bc53 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #154 from hjuntan/branch-ui-change

    Fix ui bug when the person's name is too long
    Rikko1204 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9873610 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #151 from Rikko1204/master

    Add testcases for ScheduleCommandParser and compulsory remark field
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    09951c6 View commit details
    Browse the repository at this point in the history
  24. Merge pull request #150 from AY2324S2-CS2103T-T15-2/documentation_1.3

    Edit UG and add diagram
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a59e01a View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    b1a5581 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    1a6beda View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    b566d76 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    b6a368b View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5fa2903 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    72dbb83 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    21a7d94 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    37108d9 View commit details
    Browse the repository at this point in the history
  33. Include images for find functionality

    Update the user guide with photos to
    illustrate examples
    RingoftheKing committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a9650c9 View commit details
    Browse the repository at this point in the history
  34. checkstyle resolve

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3d4fd47 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    d4c4aad View commit details
    Browse the repository at this point in the history
  36. Update Group.java

    Ragnapop committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a992cca View commit details
    Browse the repository at this point in the history
  37. Merge pull request #156 from Ragnapop/find-modify

    modify the find command to take in nusId arguments
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8cb8bb9 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    e4453fe View commit details
    Browse the repository at this point in the history
  39. Merge pull request #158 from hjuntan/documentation

    Edit jar file name from addressbook.jar to aronapro.jar
    RingoftheKing authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    49c82d0 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    d60319a View commit details
    Browse the repository at this point in the history
  41. Merge pull request #157 from RingoftheKing/master

    Include images for find functionality
    Ragnapop authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    abdb0b7 View commit details
    Browse the repository at this point in the history
  42. Configuration menu
    Copy the full SHA
    0c476e1 View commit details
    Browse the repository at this point in the history
  43. Fix merge conflicts

    Rikko1204 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d0a2d81 View commit details
    Browse the repository at this point in the history
  44. Add more edits to UG and DG

    cheahTJ committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0a9f825 View commit details
    Browse the repository at this point in the history
  45. Fix checkstyle error

    Rikko1204 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c27b6b6 View commit details
    Browse the repository at this point in the history
  46. Merge pull request #159 from Rikko1204/add-schedule

    Add more testcases for ScheduleCommand
    cheahTJ authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2e17bec View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    94d7683 View commit details
    Browse the repository at this point in the history
  48. Merge pull request #161 from cheahTJ/documentation

    Edit more UG and DG and add AronaPro UI image
    hjuntan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2ee9664 View commit details
    Browse the repository at this point in the history

Commits on Apr 8, 2024

  1. Inform users of empty params

    Previously an empty param gave uninformative error messages
    or straight up caused exceptions.
    
    Fix such inconsistencies.
    RingoftheKing committed Apr 8, 2024
    Configuration menu
    Copy the full SHA
    be40011 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cede5bd View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Update Group.java

    Ragnapop committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    46f81eb View commit details
    Browse the repository at this point in the history
  2. Merge pull request #228 from RingoftheKing/master

    Inform users of empty params and relax search requirements
    Ragnapop authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    26d9315 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #229 from Ragnapop/master

    Update Group Validation Regex to accept hyphens
    cheahTJ authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    d14c960 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3912207 View commit details
    Browse the repository at this point in the history
  5. Update regexes

    Ragnapop committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    b284e95 View commit details
    Browse the repository at this point in the history
  6. minor changes

    Ragnapop committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    27b7a85 View commit details
    Browse the repository at this point in the history
  7. Update EditCommand.java

    Ragnapop committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    c71e443 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8aac6d0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    21b7c64 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dd3d853 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #233 from cheahTJ/v1.4-bugs-fix

    Edit UserGuide to make it more user-specific and friendly
    hjuntan authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    63eea7c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    02414f4 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    392f357 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #235 from AY2324S2-CS2103T-T15-2/revert-228-master

    Revert "Inform users of empty params and relax search requirements"
    RingoftheKing authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    5b50b9a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #231 from Ragnapop/master

    Update regexes to accept valid name/group strings
    RingoftheKing authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    cd43b44 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #234 from Rikko1204/fix-bugs

    Fix text and date inconsistency for schedule command
    RingoftheKing authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    a44326f View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    f87ea66 View commit details
    Browse the repository at this point in the history
  2. Fix spelling in UG

    Rikko1204 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    095832c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9df3e1c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    03e1f0c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c88a7a1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #238 from Rikko1204/edit-DG

    Edit DG
    Ragnapop authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b69d42a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fd45bdd View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    efa31f9 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #237 from Rikko1204/fix-bugs

    Edit inconsistency in schedule command in UG
    hjuntan authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    f527484 View commit details
    Browse the repository at this point in the history
  10. Fix bug where addressbook is unable to load in.

    When a person does not have a schedule, we will store it as an empty string.
    During loading of data, the application did not account for the empty string,
    causing the entire json file to not be loaded.
    hjuntan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    a1dd0b3 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    5e2c287 View commit details
    Browse the repository at this point in the history
  12. Adjust DG of UI

    hjuntan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    b689a86 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    d58b318 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    bfed5b8 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Configuration menu
    Copy the full SHA
    bc695c8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #240 from hjuntan/branch-bug-fix

    Change DG to include future features
    
    Fix remnants of outdated links
    RingoftheKing authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ffa2116 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fd99343 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #239 from Rikko1204/edit-DG

    Edit sequence diagram for Schedule Command
    RingoftheKing authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5158fa9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    9f7d7b1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #241 from RingoftheKing/master

    Edit MSS to fit advertised Find Behaviour
    Rikko1204 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2c7215a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e3659b View commit details
    Browse the repository at this point in the history
  8. Merge pull request #242 from AY2324S2-CS2103T-T15-2/revert-231-master

    Revert "Update regexes to accept valid name/group strings"
    hjuntan authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    cd0f782 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    590d6a7 View commit details
    Browse the repository at this point in the history
  10. Update DeleteCommand.java

    Ragnapop committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e2d3834 View commit details
    Browse the repository at this point in the history
  11. Revert "Fix bug where addressbook is unable to load in."

    This reverts commit a1dd0b3.
    hjuntan committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    4373f05 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    15adcd3 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Further edit UG and DG

    cheahTJ committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    b766a5c View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into v1.4-bugs-fix

    * master:
      Revert "Update regexes to accept valid name/group strings"
      Change Find MSS to reflect advertised behaviour
      Refine error message when no input is provided
    cheahTJ committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    8fe1933 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b4db3f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b496ed4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ea5fba3 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #243 from hjuntan/branch-bug-fix

    Change fix to commit "Fix bug where addressbook is unable to load in."
    RingoftheKing authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    d8b4f9c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    fae40b8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    037ea21 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    6004079 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #244 from cheahTJ/v1.4-bugs-fix

    Change UG and DG to clear remnants of AddressBook and include known issues
    
    Looks comprehensive and well done!
    RingoftheKing authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3686df5 View commit details
    Browse the repository at this point in the history
  3. Edits to UG and DG

    Ragnapop committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    76ab3e7 View commit details
    Browse the repository at this point in the history
  4. Edits to UG and DG

    Ragnapop committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    9c5b406 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #236 from RingoftheKing/fix-empty-param-crash

    Provide error message when no input is provided
    hjuntan authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    b6e7deb View commit details
    Browse the repository at this point in the history
  6. Changes to model in DG

    hjuntan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    de5080e View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e92c793 View commit details
    Browse the repository at this point in the history
  8. Additional change to model DG

    hjuntan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5b10673 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Configuration menu
    Copy the full SHA
    7b16d1a View commit details
    Browse the repository at this point in the history
  2. Fix CheckStyle issues

    RingoftheKing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    18c723c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    11c8c3c View commit details
    Browse the repository at this point in the history
  4. Fix typo in DG

    FindCommand was incorrectly written as
    ScheduleCommand
    RingoftheKing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    cbaeaea View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ff63431 View commit details
    Browse the repository at this point in the history
  6. Fix more inconsistencies

    Rikko1204 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    39b9eab View commit details
    Browse the repository at this point in the history
  7. Merge pull request #248 from Ragnapop/master

    Edit UG and DG
    cheahTJ authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1122df0 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92ad481 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8f2e608 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #249 from AY2324S2-CS2103T-T15-2/revert-229-master

    Revert "Update Group Validation Regex to accept hyphens"
    hjuntan authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b0b3512 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #245 from RingoftheKing/master

    Add and correct in UG and DG for find command
    cheahTJ authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    684aa87 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #247 from Rikko1204/edit-UG

    Fix inconsistency in UG and DG
    cheahTJ authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    0fd5734 View commit details
    Browse the repository at this point in the history
  13. Add table of content to UG

    cheahTJ committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1a4a4a3 View commit details
    Browse the repository at this point in the history
  14. Merge branch 'master' into v1.4-bugs-fix

    * master:
      Fix more inconsistencies
      Fix typo in DG
      Fix CheckStyle issues
      Fix inconsistency in UG and DG
      Edits to UG and DG
      Change inconsistency of Find in UG
      Add Find implementation to DG
      Fix crash related to empty parameters in Find
      Change fix of "Fix bug where addressbook is unable to load in"
      Revert "Fix bug where addressbook is unable to load in."
      Update DeleteCommand.java
      minor user guide and error message changes
      Revert "Update Group Validation Regex to accept hyphens"
    cheahTJ committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    00ec42a View commit details
    Browse the repository at this point in the history
  15. Edit more UG and DG

    cheahTJ committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    140266a View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    7843254 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    1216213 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    6611662 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    88dd43b View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    b408ec6 View commit details
    Browse the repository at this point in the history
  21. Replace some invalid group formats in DG

    Remove instances of "g/CS2103-T15".
    RingoftheKing committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ee992f0 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #250 from cheahTJ/v1.4-bugs-fix

    Add TOC and edit UG and DG
    RingoftheKing authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e189075 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    80ddc12 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c7c8234 View commit details
    Browse the repository at this point in the history
  4. Edit UG

    hjuntan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4faa2ed View commit details
    Browse the repository at this point in the history
  5. Update UG

    hjuntan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5bab564 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #252 from hjuntan/branch-bug-fix

    Branch bug fix
    RingoftheKing authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    592901c View commit details
    Browse the repository at this point in the history
  7. Correct error message in Delete

    Intended to state parameter error
    rather than format error.
    RingoftheKing committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    600e6dc View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5a6299f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    42de35d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    15f26d4 View commit details
    Browse the repository at this point in the history
  11. Update EditCommand.java

    Ragnapop committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    53d90c5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    d4f1e42 View commit details
    Browse the repository at this point in the history
  13. Change ug related details

    cheahTJ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    841b5cd View commit details
    Browse the repository at this point in the history
  14. Update to UG and DG

    hjuntan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7057fa3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #256 from hjuntan/branch-bug-fix

    Update to UG and DG
    cheahTJ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    971a7e3 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    b11a763 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #257 from hjuntan/branch-bug-fix

    Last minute update to UG and DG
    cheahTJ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a52afb3 View commit details
    Browse the repository at this point in the history
  18. Quick DG test

    hjuntan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b240646 View commit details
    Browse the repository at this point in the history
  19. Merge pull request #258 from hjuntan/branch-bug-fix

    Quick DG test
    cheahTJ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b3f773d View commit details
    Browse the repository at this point in the history
  20. Fix DG bug

    hjuntan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6f1408b View commit details
    Browse the repository at this point in the history
  21. Fix DG bug

    cheahTJ authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1cf5d0b View commit details
    Browse the repository at this point in the history
  22. Add delete to DG

    cheahTJ committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b8dc1db View commit details
    Browse the repository at this point in the history
  23. Add to DG

    cheahTJ committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9b4673c View commit details
    Browse the repository at this point in the history
  24. Add contributions

    Rikko1204 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cc458dc View commit details
    Browse the repository at this point in the history
  25. Merge pull request #260 from cheahTJ/master

    Add delete to DG
    hjuntan authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3965c74 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #261 from Rikko1204/master

    Add contributions
    Ragnapop authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    28173a5 View commit details
    Browse the repository at this point in the history