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-F14b-1] SocialBook #61

Open
wants to merge 496 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 Oct 23, 2024

  1. Fix CI errors

    LeongWZ committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    a4fcf1b View commit details
    Browse the repository at this point in the history
  2. Update sequence diagram

    nws321 committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    270be64 View commit details
    Browse the repository at this point in the history
  3. Add updatedAt field to UI

    LeongWZ committed Oct 23, 2024
    Configuration menu
    Copy the full SHA
    8f2fa79 View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2024

  1. Configuration menu
    Copy the full SHA
    75381d1 View commit details
    Browse the repository at this point in the history
  2. Rename classes to reduce ambiguity

    Add testing to SchemeCommand and SchemeCommandParser
    TerenceWongsExtravaganza committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d5281f3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8423d19 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    851fb36 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    370e38d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c4dd9e2 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #105 from nws321/branch-update-uml

    Update sequence diagram
    nws321 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e997d72 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a9c057f View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9042112 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f80da81 View commit details
    Browse the repository at this point in the history
  11. Fix get command test cases

    nws321 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    34dc65b View commit details
    Browse the repository at this point in the history
  12. Improve code quality

    arjun2598 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e0a7862 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    821036c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    ae1402a View commit details
    Browse the repository at this point in the history
  15. Merge pull request #102 from arjun2598/add-sort-command

    Add sort command
    Gra7ityIC3 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    96a92e8 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    06b9eb0 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    f50b1e3 View commit details
    Browse the repository at this point in the history
  18. Update model diagram

    arjun2598 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    70a26cc View commit details
    Browse the repository at this point in the history
  19. Change user guide mistake

    nws321 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1f6f4f5 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    5d9b67b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    08ea58a View commit details
    Browse the repository at this point in the history
  22. Merge pull request #110 from nws321/branch-improve-user-guide

    Improve user guide
    nws321 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    629dca6 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #116 from arjun2598/update-uml-DG

    Update UML diagrams in DG
    Gra7ityIC3 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    b9f081e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    f50f73e View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    8523e9e View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    fa2a5be View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    7d23752 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #100 from LeongWZ/branch-AddFamilySize

    Add family size field in Person model and fix DateOfBirth lowercase input
    Gra7ityIC3 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7491546 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    63acb93 View commit details
    Browse the repository at this point in the history
  30. Merge branch 'master' into branch_add_SchemeCommand

    # Conflicts:
    #	src/main/java/seedu/address/logic/parser/AddressBookParser.java
    TerenceWongsExtravaganza committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    e280784 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    82d8907 View commit details
    Browse the repository at this point in the history
  32. Revert "Adds javadoc comments for methods"

    This reverts commit 82d8907.
    nws321 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    9aca9df View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    692ba15 View commit details
    Browse the repository at this point in the history
  34. Update various scheme classes to make use of FamilySize attribute

    Update user guide to include Scheme command
    TerenceWongsExtravaganza committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    7863acc View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    29bfb47 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #94 from nws321/branch-undo-command

    Implements undo command for add, delete, edit, clear
    nws321 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    1db30e3 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    cf0bd37 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    8d6c1ec View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    84f7a87 View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    13aba4a View commit details
    Browse the repository at this point in the history
  41. Merge pull request #108 from TerenceWongsExtravaganza/update_help_uml

    Add sequence diagram for Help Command
    TerenceWongsExtravaganza authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f974063 View commit details
    Browse the repository at this point in the history
  42. Fix merge conflict

    LeongWZ committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    a9e054b View commit details
    Browse the repository at this point in the history
  43. Configuration menu
    Copy the full SHA
    4c548f8 View commit details
    Browse the repository at this point in the history
  44. Merge pull request #104 from LeongWZ/branch-AddUpdatedAt

    Add updatedAt field to Person class
    LeongWZ authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    2dc5f66 View commit details
    Browse the repository at this point in the history
  45. Configuration menu
    Copy the full SHA
    af1c8a6 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    89fd488 View commit details
    Browse the repository at this point in the history
  47. Merge pull request #115 from arjun2598/add-command-history

    Enable user to go through entered commands using up and down keys
    Gra7ityIC3 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    d092aac View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    3de34e5 View commit details
    Browse the repository at this point in the history
  49. Merge branch 'master' into add-calendarfx

    # Conflicts:
    #	src/main/java/seedu/address/logic/Messages.java
    #	src/main/java/seedu/address/logic/commands/DeleteCommand.java
    #	src/main/java/seedu/address/logic/commands/EditCommand.java
    #	src/main/java/seedu/address/logic/commands/ExitCommand.java
    #	src/main/java/seedu/address/logic/parser/AddressBookParser.java
    #	src/main/java/seedu/address/model/Model.java
    #	src/main/java/seedu/address/model/ModelManager.java
    #	src/main/java/seedu/address/model/person/Person.java
    #	src/main/java/seedu/address/storage/JsonAdaptedPerson.java
    #	src/main/java/seedu/address/ui/PersonCard.java
    #	src/test/java/seedu/address/logic/commands/AddCommandTest.java
    #	src/test/java/seedu/address/logic/commands/EditCommandTest.java
    #	src/test/java/seedu/address/model/person/PersonTest.java
    #	src/test/java/seedu/address/storage/JsonAdaptedPersonTest.java
    #	src/test/java/seedu/address/testutil/PersonBuilder.java
    #	src/test/java/seedu/address/testutil/TypicalPersons.java
    Gra7ityIC3 committed Oct 24, 2024
    Configuration menu
    Copy the full SHA
    f19cbd8 View commit details
    Browse the repository at this point in the history
  50. Merge pull request #111 from Gra7ityIC3/add-calendarfx

    Add CalendarFX for better management of appointments
    Gra7ityIC3 authored Oct 24, 2024
    Configuration menu
    Copy the full SHA
    3c20e8d View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2024

  1. Configuration menu
    Copy the full SHA
    b3efe33 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    602820e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4c8970c View commit details
    Browse the repository at this point in the history
  4. Merge pull request #117 from Gra7ityIC3/update-developer-guide

    Update storage class diagram and version number
    Gra7ityIC3 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    3a204d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    8c40ba2 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #118 from LeongWZ/branch-UpdateUmlInDg

    Add FamilySize model class diagrams
    Gra7ityIC3 authored Oct 25, 2024
    Configuration menu
    Copy the full SHA
    977d584 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a8a323e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    e50747b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1643f6e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    7b2bbec View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    27a72dc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    8dc8bd7 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    80d9725 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    91affca View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2024

  1. Configuration menu
    Copy the full SHA
    ed4bb5e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d0f489d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f0eaacc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3f0747f View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2024

  1. Configuration menu
    Copy the full SHA
    d73a94b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    796e3c3 View commit details
    Browse the repository at this point in the history
  3. Maintain order of display when deleting or undoing of delete command to

    follow order of inputted indexes
    nws321 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    fa98116 View commit details
    Browse the repository at this point in the history
  4. Ensure undoing of deleted person will add back their previously

    scheduled appointments as well
    nws321 committed Oct 27, 2024
    Configuration menu
    Copy the full SHA
    7eea5aa View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2024

  1. Address edge case of index input being integer greater than

    Integer.MAX_VALUE
    nws321 committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    68f847f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5329b7d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8243e7c View commit details
    Browse the repository at this point in the history
  4. Remove listall command

    LeongWZ committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    61f5448 View commit details
    Browse the repository at this point in the history

Commits on Oct 29, 2024

  1. Configuration menu
    Copy the full SHA
    a1b5da0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c00291d View commit details
    Browse the repository at this point in the history
  3. Remove unarchive command

    LeongWZ committed Oct 29, 2024
    Configuration menu
    Copy the full SHA
    bca5813 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e2bcd5d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3d34082 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2024

  1. Configuration menu
    Copy the full SHA
    3a1b706 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6628594 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be2502a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cea30d0 View commit details
    Browse the repository at this point in the history
  5. Fix grammar issue in comment

    LeongWZ committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    8e6d671 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6d0e763 View commit details
    Browse the repository at this point in the history
  7. Remove print statement

    LeongWZ committed Oct 30, 2024
    Configuration menu
    Copy the full SHA
    99b9c07 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2024

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

Commits on Nov 1, 2024

  1. Configuration menu
    Copy the full SHA
    1e26360 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9323646 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    26c6329 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #135 from Gra7ityIC3/master

    Rename package Scheme to scheme
    Gra7ityIC3 authored Nov 1, 2024
    Configuration menu
    Copy the full SHA
    3afc8e6 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    31a616b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8c0e0ac View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2024

  1. Remove unecessary functions

    nws321 committed Nov 2, 2024
    Configuration menu
    Copy the full SHA
    63b1b5a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f4c053 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f32e83a View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2024

  1. Configuration menu
    Copy the full SHA
    90a3784 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1575948 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a81c7ea View commit details
    Browse the repository at this point in the history
  4. Merge pull request #136 from Gra7ityIC3/test/list-appointment

    Add tests for ListAppointmentCommand
    Gra7ityIC3 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    f779073 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6500ad2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    544ca90 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #123 from nws321/branch-add-undo-schedule

    Add undo to adda and deletea commands for appointments
    nws321 authored Nov 3, 2024
    Configuration menu
    Copy the full SHA
    cdf20b3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    368c3cd View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5289755 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0a410b7 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2024

  1. Configuration menu
    Copy the full SHA
    36191ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4e9b9ae View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2d59c6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d01b8b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #120 from LeongWZ/branch-FixDateOfBirth

    Change DateOfBirth value to be LocalDate instead of String
    LeongWZ authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    190938b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    dd7daf0 View commit details
    Browse the repository at this point in the history
  7. Fix merge errors

    LeongWZ committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    603a5d6 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #124 from LeongWZ/branch-EditFamSize

    Shorten family size prefix and add support for editing family size of person
    LeongWZ authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    0490280 View commit details
    Browse the repository at this point in the history
  9. Fix merge conflict

    LeongWZ committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    a1f840a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    689ba6f View commit details
    Browse the repository at this point in the history
  11. Merge pull request #125 from LeongWZ/branch-AddArchive

    Add support for archiving persons in the address book
    LeongWZ authored Nov 4, 2024
    Configuration menu
    Copy the full SHA
    59fcef5 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    c7fbd21 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    85c0a3a View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    54b6c13 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8befebf View commit details
    Browse the repository at this point in the history
  16. Merge branch 'master' into branch_add_scheme_to_family

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/SchemeCommand.java
    #	src/main/java/seedu/address/logic/commands/UndoCommand.java
    #	src/main/java/seedu/address/model/scheme/Scheme.java
    TerenceWongsExtravaganza committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    ca4b7a7 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    dcd713c View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    34d1241 View commit details
    Browse the repository at this point in the history
  19. Fix previous testcases

    Fix checkstyle error
    
    Update help command
    TerenceWongsExtravaganza committed Nov 4, 2024
    Configuration menu
    Copy the full SHA
    837b913 View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2024

  1. Merge pull request #144 from arjun2598/upkey-fail-silently

    Make previous command operation fail silently
    Gra7ityIC3 authored Nov 5, 2024
    Configuration menu
    Copy the full SHA
    98316ed View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    340346c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3ab60c5 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4db490d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    60c6a20 View commit details
    Browse the repository at this point in the history
  6. Fix style issues

    arjun2598 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    ddb5ff2 View commit details
    Browse the repository at this point in the history
  7. Allow sorting by famsize

    arjun2598 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a45dee5 View commit details
    Browse the repository at this point in the history
  8. Fix indentation

    arjun2598 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    a3881a7 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b902da7 View commit details
    Browse the repository at this point in the history
  10. Merge branch 'master' into add-edit-appointment-command

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/AddAppointmentCommand.java
    #	src/main/java/seedu/address/logic/commands/FindCommand.java
    #	src/main/java/seedu/address/logic/commands/SortCommand.java
    #	src/main/resources/view/MainWindow.fxml
    Gra7ityIC3 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    924d443 View commit details
    Browse the repository at this point in the history
  11. Merge branch 'master' into add-edit-appointment-command

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/ListCommand.java
    Gra7ityIC3 committed Nov 5, 2024
    Configuration menu
    Copy the full SHA
    d268a99 View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2024

  1. Merge branch 'master' into branch_add_scheme_to_family

    # Conflicts:
    #	src/main/java/seedu/address/logic/parser/AddressBookParser.java
    #	src/main/java/seedu/address/logic/parser/CliSyntax.java
    #	src/main/java/seedu/address/model/person/Person.java
    #	src/main/java/seedu/address/storage/JsonAdaptedPerson.java
    #	src/test/data/JsonSerializableAddressBookTest/typicalPersonsAddressBook.json
    #	src/test/java/seedu/address/storage/JsonAdaptedPersonTest.java
    TerenceWongsExtravaganza committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    7250840 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dbd057b View commit details
    Browse the repository at this point in the history
  3. Update user guide further

    nws321 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    3caa893 View commit details
    Browse the repository at this point in the history
  4. Remove unnecessary statistic

    nws321 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    2d13e51 View commit details
    Browse the repository at this point in the history
  5. Improve message display

    nws321 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    aae096b View commit details
    Browse the repository at this point in the history
  6. Add missing space

    LeongWZ committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    668426a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #147 from LeongWZ/branch-FixAddMessage

    Fix date of birth formatting in AddCommand's message usage
    LeongWZ authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    eeab3f6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    75ad6a9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    658fb38 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    ef634da View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    23280a9 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    6b48e82 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    28d264d View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    f177c3d View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    05d3f32 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    d4af0ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    6ce779c View commit details
    Browse the repository at this point in the history
  18. Change sample data

    arjun2598 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    621c599 View commit details
    Browse the repository at this point in the history
  19. Fix style issue

    arjun2598 committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    ecd156a View commit details
    Browse the repository at this point in the history
  20. Update user guide

    LeongWZ committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    9e5c062 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    3b5c2c8 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80a94f3 View commit details
    Browse the repository at this point in the history
  23. Update list command in UG

    LeongWZ committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    95bf811 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    3458cb5 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    742f284 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #132 from Gra7ityIC3/add-edit-appointment-command

    Add support for editing appointments
    Gra7ityIC3 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    366e521 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #150 from arjun2598/help-sort-addMessage

    Add sort command to help for user
    Gra7ityIC3 authored Nov 6, 2024
    Configuration menu
    Copy the full SHA
    0f7e836 View commit details
    Browse the repository at this point in the history
  28. Merge branch 'master' into branch_add_scheme_to_family

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/Command.java
    #	src/main/java/seedu/address/logic/commands/UndoCommand.java
    #	src/main/java/seedu/address/logic/parser/AddressBookParser.java
    #	src/main/java/seedu/address/logic/parser/HelpCommandParser.java
    #	src/main/java/seedu/address/ui/HelpWindow.java
    TerenceWongsExtravaganza committed Nov 6, 2024
    Configuration menu
    Copy the full SHA
    144a3b1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    75f6919 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    2f6417e View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    2a951d5 View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2024

  1. Merge branch 'master' into enhance-sorting

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/SortCommand.java
    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    d1b30e2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36dbfe0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3631cd6 View commit details
    Browse the repository at this point in the history
  4. Save address book on exit

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    545b0f5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f2e8f14 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #158 from arjun2598/change-sample-persons

    Change sample persons
    Gra7ityIC3 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    1623718 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    6abe262 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #146 from TerenceWongsExtravaganza/branch_add_sche…

    …me_to_family
    
    Add scheme to family
    TerenceWongsExtravaganza authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    49e892b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    57eb9ea View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    20f135d View commit details
    Browse the repository at this point in the history
  11. Merge pull request #161 from LeongWZ/branch-AddArchive

    Improve phrasing on messages in archive and unarchive commands
    LeongWZ authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4ec81a8 View commit details
    Browse the repository at this point in the history
  12. Fix merge conflict

    LeongWZ committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    5730d59 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    1d92a29 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    27ee939 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #159 from LeongWZ/branch-UpdateUG

    Update user guide for edit, list, archive and unarchive commands
    LeongWZ authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    26e4693 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    256f7ad View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c5612d4 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    4ecd781 View commit details
    Browse the repository at this point in the history
  19. Update find usage

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    410579e View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    c93d0c5 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    8b9368c View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    1a83273 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #139 from nws321/branch-add-other-stats

    Add additional stats
    nws321 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    dc93821 View commit details
    Browse the repository at this point in the history
  24. Add sort information

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    bfdccd8 View commit details
    Browse the repository at this point in the history
  25. Edit minor details

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0df09a2 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    965b36b View commit details
    Browse the repository at this point in the history
  27. Improve phrasing

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a30e34e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    e5b7bb1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    15b10ba View commit details
    Browse the repository at this point in the history
  30. Merge pull request #151 from arjun2598/enhance-sorting

    Add new sorting parameter: Last updated
    arjun2598 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    e27ebcc View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    5b20b47 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    d47e365 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    9ff9ad5 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    151cdfc View commit details
    Browse the repository at this point in the history
  35. Remove outdated image

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    f6f613f View commit details
    Browse the repository at this point in the history
  36. Remove whitespace

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    4eeefbd View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    001f985 View commit details
    Browse the repository at this point in the history
  38. Merge branch 'master' into update-user-guide

    # Conflicts:
    #	docs/UserGuide.md
    Gra7ityIC3 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    59ded97 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #172 from Gra7ityIC3/update-user-guide

    Update UG with new appointment commands
    Gra7ityIC3 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    aec5d22 View commit details
    Browse the repository at this point in the history
  40. Change how list is shown after executing add and edit

    `addscheme`, `deletescheme` and `edit` no longer resets the list to show
    all persons.
    
    `find` searches based on the current list shown.
    
    `add` resets the list to show current persons (i.e. not archived).
    LeongWZ committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    6710f0f View commit details
    Browse the repository at this point in the history
  41. Merge branch 'master' into update-UG-sortAndFind

    # Conflicts:
    #	docs/UserGuide.md
    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    137f659 View commit details
    Browse the repository at this point in the history
  42. Remove last line

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    9e5fce1 View commit details
    Browse the repository at this point in the history
  43. Change list to listappt

    arjun2598 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    cb01197 View commit details
    Browse the repository at this point in the history
  44. Configuration menu
    Copy the full SHA
    b30cc99 View commit details
    Browse the repository at this point in the history
  45. Update UG

    nws321 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    b828998 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    3d81a1d View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    e60c0de View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    61af17c View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    93f910a View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    1bbacb4 View commit details
    Browse the repository at this point in the history
  51. Merge pull request #175 from LeongWZ/branch-FixList

    Change how list is shown after executing add and edit
    LeongWZ authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    412619a View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    aabba58 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    e0f2e2b View commit details
    Browse the repository at this point in the history
  54. Merge pull request #167 from arjun2598/update-UG-sortAndFind

    Update UG - sort and find
    arjun2598 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    8d1d387 View commit details
    Browse the repository at this point in the history
  55. Merge branch 'master' into update_scheme_error_message

    # Conflicts:
    #	src/main/java/seedu/address/logic/commands/AddSchemeCommand.java
    #	src/main/java/seedu/address/logic/commands/DeleteSchemeCommand.java
    TerenceWongsExtravaganza committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a05be21 View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    4e91f1c View commit details
    Browse the repository at this point in the history
  57. Merge pull request #177 from TerenceWongsExtravaganza/update_scheme_e…

    …rror_message
    
    Update scheme error message
    TerenceWongsExtravaganza authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    83905b4 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    5c6c616 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    f7d8b6b View commit details
    Browse the repository at this point in the history
  60. Configuration menu
    Copy the full SHA
    4a26881 View commit details
    Browse the repository at this point in the history
  61. Merge branch 'branch-improve-user-guide' of https://github.com/nws321/tp

     into branch-improve-user-guide
    nws321 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    825c51e View commit details
    Browse the repository at this point in the history
  62. Merge pull request #164 from TerenceWongsExtravaganza/update_help_window

    Update help window to support new commands
    TerenceWongsExtravaganza authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    624dd4f View commit details
    Browse the repository at this point in the history
  63. Fix extra colons in UG

    nws321 committed Nov 7, 2024
    Configuration menu
    Copy the full SHA
    107fe5f View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    a392da0 View commit details
    Browse the repository at this point in the history
  65. Merge pull request #141 from nws321/branch-improve-user-guide

    Improve user guide
    nws321 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    0d9cc99 View commit details
    Browse the repository at this point in the history
  66. Configuration menu
    Copy the full SHA
    ed51e3e View commit details
    Browse the repository at this point in the history
  67. Configuration menu
    Copy the full SHA
    2a0af2b View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    1d83538 View commit details
    Browse the repository at this point in the history
  69. Merge pull request #180 from Gra7ityIC3/update-undo-after-clear

    Update undo after clearing all data
    Gra7ityIC3 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    829d96f View commit details
    Browse the repository at this point in the history
  70. Configuration menu
    Copy the full SHA
    dce56fa View commit details
    Browse the repository at this point in the history
  71. Merge pull request #181 from arjun2598/update-UG-PreviousCommands

    Add info about using up and down to go through commands
    arjun2598 authored Nov 7, 2024
    Configuration menu
    Copy the full SHA
    a46e678 View commit details
    Browse the repository at this point in the history
  72. Configuration menu
    Copy the full SHA
    ac506e9 View commit details
    Browse the repository at this point in the history
  73. Configuration menu
    Copy the full SHA
    bca53b0 View commit details
    Browse the repository at this point in the history

Commits on Nov 8, 2024

  1. Merge pull request #185 from arjun2598/add-exit-commandSummary

    Add exit command to command summary
    Gra7ityIC3 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    17896ec View commit details
    Browse the repository at this point in the history
  2. Merge pull request #183 from arjun2598/edit-landing-page

    Edit landing page of SocialBook
    Gra7ityIC3 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    b2a4f89 View commit details
    Browse the repository at this point in the history
  3. Update images in UG

    Gra7ityIC3 committed Nov 8, 2024
    Configuration menu
    Copy the full SHA
    0c74252 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #186 from Gra7ityIC3/update-user-guide

    Update images in UG
    Gra7ityIC3 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    f4b23f5 View commit details
    Browse the repository at this point in the history
  5. Update version number

    Gra7ityIC3 authored Nov 8, 2024
    Configuration menu
    Copy the full SHA
    3552792 View commit details
    Browse the repository at this point in the history