Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CS2103-T16-4] For Your Interest #74

Open
wants to merge 310 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 9, 2021

  1. Fix checkstyle errors

    IceWizard4902 committed Oct 9, 2021
    Configuration menu
    Copy the full SHA
    5760de3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4cf25ad View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2021

  1. Update UserGuide.md

    Rename view command to list in UserGuide.md
    yongxiangng authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    db17903 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    15f4cbb View commit details
    Browse the repository at this point in the history
  3. Merge pull request #45 from IceWizard4902/branch-feature-ClearAll

    Add basic functionalities for the ClearAllCommand
    yongxiangng authored Oct 10, 2021
    Configuration menu
    Copy the full SHA
    4015615 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c5c3bc1 View commit details
    Browse the repository at this point in the history

Commits on Oct 11, 2021

  1. Add tab pane

    yongxiangng committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    2f4707c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    efff960 View commit details
    Browse the repository at this point in the history
  3. Add tabs in ui

    yongxiangng committed Oct 11, 2021
    Configuration menu
    Copy the full SHA
    d58b693 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2021

  1. Merge pull request #48 from yongxiangng/branch-feature-details

    Fix bug in details command
    nzixuan authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4cd5cd8 View commit details
    Browse the repository at this point in the history
  2. Fix refactor

    Fix issue for refactoring address -> telegram
    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    38529eb View commit details
    Browse the repository at this point in the history
  3. Fix refactor

    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    09054d9 View commit details
    Browse the repository at this point in the history
  4. Fix Failed Checks

    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    2fac5b4 View commit details
    Browse the repository at this point in the history
  5. Fix checks

    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    e189d61 View commit details
    Browse the repository at this point in the history
  6. Fix checks

    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    f7fbef7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2a01c04 View commit details
    Browse the repository at this point in the history
  8. Fix checkstyle

    ryanongra committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    0ef9be2 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8136db8 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #46 from ryanongra/branch-feature-add

    Modify existing feature: add member details (add)
    dannytayjy authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    4663fbd View commit details
    Browse the repository at this point in the history
  11. Modify find member feature

    dannytayjy committed Oct 12, 2021
    Configuration menu
    Copy the full SHA
    7ce8936 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #56 from dannytayjy/branch-find-feature

    Modify existing feature: finding a member (find)
    ryanongra authored Oct 12, 2021
    Configuration menu
    Copy the full SHA
    ea2a7ce View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2021

  1. Configuration menu
    Copy the full SHA
    fadd85d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    826db13 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    Update details example to be consistent with application behavior.
    yongxiangng authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    4034fbe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #57 from yongxiangng/branch-feature-details

    Update details to accept INDEX as args
    yongxiangng authored Oct 13, 2021
    Configuration menu
    Copy the full SHA
    8d876ca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1d2fd46 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    acaac2c View commit details
    Browse the repository at this point in the history

Commits on Oct 16, 2021

  1. Enable assertions

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    ad1aa14 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #60 from AY2122S1-CS2103-T16-4/branch-enable-asser…

    …tions
    
    Enable assertions
    yongxiangng authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    e4940bd View commit details
    Browse the repository at this point in the history
  3. Bump version to v1.3

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    54248a1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f6e1ef7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    86f95b3 View commit details
    Browse the repository at this point in the history
  6. Add events class

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    5e51a33 View commit details
    Browse the repository at this point in the history
  7. Add tests for event model

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    d1defc3 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #62 from AY2122S1-CS2103-T16-4/branch-events-tab

    Implement event tracking feature
    nzixuan authored Oct 16, 2021
    Configuration menu
    Copy the full SHA
    647eafc View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    02bf1a9 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    12d69c2 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7975f36 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    4cd3811 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    40b3ba6 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    0c71c95 View commit details
    Browse the repository at this point in the history
  15. Add EventCommandParser

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    078a8d1 View commit details
    Browse the repository at this point in the history
  16. Add Event fxml

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    4907524 View commit details
    Browse the repository at this point in the history
  17. Update UI diagram

    yongxiangng committed Oct 16, 2021
    Configuration menu
    Copy the full SHA
    c1f02bf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    11ac166 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    c8d0e3a View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    6024539 View commit details
    Browse the repository at this point in the history

Commits on Oct 17, 2021

  1. Configuration menu
    Copy the full SHA
    1ecccec View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5def35c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2dd4284 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    a815fdd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    972c0e1 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    41d3433 View commit details
    Browse the repository at this point in the history
  7. Add tests to LogicManager

    yongxiangng committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    9ae97f4 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #65 from nzixuan/branch-chain-command

    Branch chain command
    yongxiangng authored Oct 17, 2021
    Configuration menu
    Copy the full SHA
    13749db View commit details
    Browse the repository at this point in the history
  9. Fix details help bug

    yongxiangng committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    8acc304 View commit details
    Browse the repository at this point in the history
  10. Update feature add

    ryanongra committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    1f81787 View commit details
    Browse the repository at this point in the history
  11. Fix checkstyle

    ryanongra committed Oct 17, 2021
    Configuration menu
    Copy the full SHA
    7072e45 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2021

  1. Revert "Fix details help bug"

    This reverts commit 8acc304.
    yongxiangng committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    3b408cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    59bde0b View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    yongxiangng authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    187680d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #66 from AY2122S1-CS2103-T16-4/branch-details

    Update documentation on behavior related to consecutive commands with details and help
    yongxiangng authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    dd530da View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    084af90 View commit details
    Browse the repository at this point in the history
  6. Update ParserUtilTest.java

    Remove outdated tests.
    Refactor "address" to "telegram" in variable and method names.
    ryanongra committed Oct 18, 2021
    Configuration menu
    Copy the full SHA
    b4c0231 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    5dd248a View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1ea81b0 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #63 from AY2122S1-CS2103-T16-4/branch-events-tab

    Add UniqueEventList to AddressBook class
    nzixuan authored Oct 18, 2021
    Configuration menu
    Copy the full SHA
    8df1961 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    0b5a47d View commit details
    Browse the repository at this point in the history

Commits on Oct 19, 2021

  1. Merge pull request #64 from AY2122S1-CS2103-T16-4/update-dg-yongxiang

    Update DG for Event feature
    yongxiangng authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    8ef0273 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    abed8cd View commit details
    Browse the repository at this point in the history
  3. Merge pull request #72 from AY2122S1-CS2103-T16-4/update-dg-yongxiang

    Update multiplicity for member ui class diagram
    yongxiangng authored Oct 19, 2021
    Configuration menu
    Copy the full SHA
    cbace1b View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2021

  1. Configuration menu
    Copy the full SHA
    60ab1d9 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' of https://github.com/AY2122S1-CS2103-T16-4/tp

    …into branch-events-tab
    yongxiangng committed Oct 21, 2021
    Configuration menu
    Copy the full SHA
    902fecb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3792163 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9534218 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e3f4ab7 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c7bc0c2 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7adec4d View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5ad135c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9313c5d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    be600c1 View commit details
    Browse the repository at this point in the history
  11. Remove new line

    yongxiangng authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    61c82b1 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #71 from nzixuan/branch-alias

    Advanced Commands: Alias
    yongxiangng authored Oct 21, 2021
    Configuration menu
    Copy the full SHA
    d01c789 View commit details
    Browse the repository at this point in the history

Commits on Oct 23, 2021

  1. Update DG for Person Class

    ryanongra committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    81eb81f View commit details
    Browse the repository at this point in the history
  2. Merge pull request #78 from ryanongra/branch-updateDG

    Update DG for Person Class
    ryanongra authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    c22b13e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    04df71f View commit details
    Browse the repository at this point in the history
  4. Resolve merge conflict

    yongxiangng committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    d1bdbf6 View commit details
    Browse the repository at this point in the history
  5. Resolve merge conflict

    yongxiangng committed Oct 23, 2021
    Configuration menu
    Copy the full SHA
    8b35ff4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e546b25 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #75 from AY2122S1-CS2103-T16-4/branch-events-tab

    Implement AddPersonToEvent Command
    ryanongra authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    dffdecc View commit details
    Browse the repository at this point in the history
  8. Merge pull request #77 from AY2122S1-CS2103-T16-4/update-dg-yongxiang

    Update DG with event attendee implementation details
    yongxiangng authored Oct 23, 2021
    Configuration menu
    Copy the full SHA
    a74009b View commit details
    Browse the repository at this point in the history

Commits on Oct 24, 2021

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

    yongxiangng authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    2e1ce42 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #79 from AY2122S1-CS2103-T16-4/update-dg-yongxiang

    Update UserGuide.md with event commands
    yongxiangng authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    f2edfe2 View commit details
    Browse the repository at this point in the history
  4. Update JsonAdaptedPerson.java

    Allow storage and loading from storage of Persons will missing optional details
    ryanongra committed Oct 24, 2021
    Configuration menu
    Copy the full SHA
    1524e7f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from ryanongra/branch-feature-add-v1.3

    Branch feature add v1.3
    ryanongra authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    7ee9193 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    6a7fb1c View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    53a7cae View commit details
    Browse the repository at this point in the history
  8. Merge pull request #80 from ryanongra/branch-feature-add-v1.3

    Branch feature add v1.3
    ryanongra authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    e6ca996 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #81 from AY2122S1-CS2103-T16-4/branch-feature-add-…

    …v1.3
    
    Branch feature add v1.3
    yongxiangng authored Oct 24, 2021
    Configuration menu
    Copy the full SHA
    b8f9b72 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    29da2be View commit details
    Browse the repository at this point in the history

Commits on Oct 25, 2021

  1. Configuration menu
    Copy the full SHA
    de2fc34 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a6d08e3 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0ec3119 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #82 from nzixuan/branch-dg-chain

    Add developer guide for Chain Command
    yongxiangng authored Oct 25, 2021
    Configuration menu
    Copy the full SHA
    2a1f726 View commit details
    Browse the repository at this point in the history
  5. Add feature command renameEvent

    Allows user to rename an existing event
    ryanongra committed Oct 25, 2021
    Configuration menu
    Copy the full SHA
    c49c7ca View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    616c367 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2021

  1. Add event flag to delete command to delete events and refactored inde…

    …xes to be more general.
    nzixuan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0c6d1aa View commit details
    Browse the repository at this point in the history
  2. Fixed trailing whitespace

    nzixuan committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4be873e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac09504 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec8f163 View commit details
    Browse the repository at this point in the history
  5. Update command summary

    yongxiangng committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    35e43ac View commit details
    Browse the repository at this point in the history
  6. Merge pull request #85 from AY2122S1-CS2103-T16-4/update-dg-yongxiang

    Update DeveloperGuide.md and UserGuide.md
    yongxiangng authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    dda1136 View commit details
    Browse the repository at this point in the history
  7. Implement command removePersonFromEvent

    Allows the user to remove a specified person from a specified event.
    ryanongra committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    3cec857 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #8 from ryanongra/branch-renameEvent

    Branch rename event
    ryanongra authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    86a7666 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    90de675 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #9 from ryanongra/branch-feature-removePersonFromE…

    …vent
    
    Implement command removePersonFromEvent
    ryanongra authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    4afe338 View commit details
    Browse the repository at this point in the history
  11. Add tests for RenameEvent feature

    Add integration and unit tests for
    - RenameEventCommand
    - RenameEventCommandParser
    ryanongra committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    279e7ac View commit details
    Browse the repository at this point in the history
  12. Add tests for feature RemovePersonFromEvent

    Add integration and unit tests for:
    - RemovePersonFromEventCommand
    - RemovePersonFromEventCommandParser
    ryanongra committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    0531af9 View commit details
    Browse the repository at this point in the history
  13. Update Documentation

    User Guide:
    - Added guide for `renameEvent` command
    - Added guide for `removePersonFromEvent` command
    
    Developer Guide:
    - Added instructions for testing of `add` command
    - Added instructions for testing of `renameEvent` command
    - Added instructions for testing of `removePersonFromEvent` command
    ryanongra committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    e98a927 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #10 from ryanongra/branch-editableEvent-tests

    Branch editable event tests
    ryanongra authored Oct 26, 2021
    Configuration menu
    Copy the full SHA
    2c55acd View commit details
    Browse the repository at this point in the history
  15. Amend AddressBookParser

    IceWizard4902 committed Oct 26, 2021
    Configuration menu
    Copy the full SHA
    dc07c7e View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2021

  1. Merge pull request #87 from ryanongra/branch-editableEvent

    Branch editable event
    yongxiangng authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    0c35a75 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6395029 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8961bb6 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #83 from nzixuan/branch-delete-event

    Add event flag to delete command to delete events
    yongxiangng authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    fc8c570 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    656a14c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    bdd0b58 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #88 from AY2122S1-CS2103-T16-4/branch-events-tab

    Increase code quality and cohesivness of AddPersonToEventCommand
    yongxiangng authored Oct 27, 2021
    Configuration menu
    Copy the full SHA
    8d6f8e8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    011df85 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    844ee9a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    83bbfbc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    18653db View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2021

  1. Merge pull request #89 from IceWizard4902/branch-feature-EventToJson

    Store event data as JSON
    yongxiangng authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    239a54c View commit details
    Browse the repository at this point in the history
  2. Fix merge conflicts

    IceWizard4902 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    26a2c48 View commit details
    Browse the repository at this point in the history
  3. Remove unnecessary code

    IceWizard4902 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    7840791 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d909a1c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4d250f8 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #90 from AY2122S1-CS2103-T16-4/update-ug

    Update userguide for quickstart
    yongxiangng authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    ded5acd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    bd4872e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    eebd6b8 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e7b2aff View commit details
    Browse the repository at this point in the history
  10. Fix checkstyle errors

    IceWizard4902 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    6cac9ac View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fae9c6c View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    329c3e5 View commit details
    Browse the repository at this point in the history
  13. Update the UserGuide

    IceWizard4902 committed Oct 28, 2021
    Configuration menu
    Copy the full SHA
    e9bcb74 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #92 from IceWizard4902/branch-UserGuide-Clear

    Update the UserGuide for Clear feature
    IceWizard4902 authored Oct 28, 2021
    Configuration menu
    Copy the full SHA
    f8f51b6 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2021

  1. Fix dev guide

    IceWizard4902 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ccec83d View commit details
    Browse the repository at this point in the history
  2. Update ppp yongxiangng

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    9cb264d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1f2e9e View commit details
    Browse the repository at this point in the history
  4. Merge pull request #130 from IceWizard4902/branch-feature-ClearFlags

    Revert changes to DeveloperGuide.md
    IceWizard4902 authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    847e3e9 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b5ec9d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #131 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Add ppp for yongxiang
    yongxiangng authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    966ff74 View commit details
    Browse the repository at this point in the history
  7. Fix #93

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    add8090 View commit details
    Browse the repository at this point in the history
  8. Fix 126

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    9c0c8ee View commit details
    Browse the repository at this point in the history
  9. Fix #120

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    cdc62af View commit details
    Browse the repository at this point in the history
  10. Fix #110 and #104

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    fdf3e09 View commit details
    Browse the repository at this point in the history
  11. Document #100

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    cdcb20a View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    cde24c7 View commit details
    Browse the repository at this point in the history
  13. Fix #99

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    7be6951 View commit details
    Browse the repository at this point in the history
  14. Fix RemovePersonFromEventCommand

    Fix bug where removePersonFromEvent command was removing the wrong person.
    ryanongra committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    2b09e64 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    78585ff View commit details
    Browse the repository at this point in the history
  16. Fix #95

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    9cbccec View commit details
    Browse the repository at this point in the history
  17. Update the User Guide

    IceWizard4902 committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    bb93911 View commit details
    Browse the repository at this point in the history
  18. Fix #96

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    ffadbab View commit details
    Browse the repository at this point in the history
  19. Merge pull request #136 from IceWizard4902/branch-fix-JsonFileName

    Change JSON file name
    yongxiangng authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    aebb950 View commit details
    Browse the repository at this point in the history
  20. Resolve merge conflcit

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    b446104 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #137 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Fix bugs found in PED
    yongxiangng authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    7c257d0 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    80ac51e View commit details
    Browse the repository at this point in the history
  23. Document #114

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    63a6068 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    9e8fd07 View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    c7e7c8f View commit details
    Browse the repository at this point in the history
  26. Merge pull request #135 from ryanongra/branch-bugFix-removePersonFrom…

    …Event
    
    Fix RemovePersonFromEventCommand
    ryanongra authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    4d7e368 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #138 from ryanongra/branch-bugFix-addDocumentation…

    …Bugs
    
    Fix documentation bugs for add and edit in UG
    ryanongra authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    1830e6e View commit details
    Browse the repository at this point in the history
  28. Update SampleDataUtil.java

    Change addresses to telegram handles
    ryanongra committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    d0e65c6 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #141 from ryanongra/branch-bugFix-sampleData

    Update SampleDataUtil.java
    ryanongra authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    d88e61d View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    5a817f7 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #142 from ryanongra/branch-bugFix-userMessages

    Improve messaged to user following add commands
    ryanongra authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    638462a View commit details
    Browse the repository at this point in the history
  32. Update Telegram.java

    Updated to disallow the use of spaces in a telegram handle.
    ryanongra committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    15d3b8a View commit details
    Browse the repository at this point in the history
  33. Update tests

    ryanongra committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    7e042d9 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #147 from ryanongra/branch-bugFix-telegram

    Branch bug fix telegram
    ryanongra authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    6e45279 View commit details
    Browse the repository at this point in the history
  35. Improve code quality

    yongxiangng committed Oct 30, 2021
    Configuration menu
    Copy the full SHA
    0289b78 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #149 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Improve code quality
    yongxiangng authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    a8f4fa7 View commit details
    Browse the repository at this point in the history
  37. Configuration menu
    Copy the full SHA
    6d37a3e View commit details
    Browse the repository at this point in the history
  38. Merge pull request #155 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Update PR links in yongxiang PPP
    yongxiangng authored Oct 30, 2021
    Configuration menu
    Copy the full SHA
    66160e6 View commit details
    Browse the repository at this point in the history

Commits on Oct 31, 2021

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

    IceWizard4902 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    0053cd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    45bc926 View commit details
    Browse the repository at this point in the history
  4. Update success message

    IceWizard4902 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    4fd1d6f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    49b508c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    48458d9 View commit details
    Browse the repository at this point in the history
  7. Fix DG

    IceWizard4902 committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    23f49fe View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    7a4c878 View commit details
    Browse the repository at this point in the history
  9. Revert "Fix DG"

    IceWizard4902 authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    da57be7 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #159 from AY2122S1-CS2103-T16-4/revert-158-branch-…

    …feature-ClearFlags
    
    Revert "Fix DG"
    IceWizard4902 authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    4e0c976 View commit details
    Browse the repository at this point in the history
  11. Fix DG

    yongxiangng committed Oct 31, 2021
    Configuration menu
    Copy the full SHA
    88d8d46 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    28c91e2 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #160 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Fix DG table of contents
    yongxiangng authored Oct 31, 2021
    Configuration menu
    Copy the full SHA
    5df7e92 View commit details
    Browse the repository at this point in the history

Commits on Nov 2, 2021

  1. Configuration menu
    Copy the full SHA
    bdb91fe View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0220c56 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6c4fc26 View commit details
    Browse the repository at this point in the history
  4. Update Ui.png

    yongxiangng committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    7102307 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2880c13 View commit details
    Browse the repository at this point in the history
  6. Update Ui.png

    yongxiangng committed Nov 2, 2021
    Configuration menu
    Copy the full SHA
    b7c112c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #165 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Update Ui.png with new update to foryourinfo.json
    yongxiangng authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    e7e8e8b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c30a017 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #163 from AY2122S1-CS2103-T16-4/update-ug

    Fixed formatting for delete in command summary.
    yongxiangng authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    755814b View commit details
    Browse the repository at this point in the history
  10. Merge pull request #162 from AY2122S1-CS2103-T16-4/branch-chain-comma…

    …nd-fix
    
    Fix for chain command and t/ issue
    yongxiangng authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c6bee87 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #166 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Add comments for testing types
    yongxiangng authored Nov 2, 2021
    Configuration menu
    Copy the full SHA
    c5c69f3 View commit details
    Browse the repository at this point in the history

Commits on Nov 3, 2021

  1. Update ryanongra.md

    ryanongra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b8ce1ba View commit details
    Browse the repository at this point in the history
  2. Fix DG bug

    yongxiangng committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    2687592 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    4fa10ba View commit details
    Browse the repository at this point in the history
  4. Update Ui class diagram

    yongxiangng committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    43bda5e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    61b125a View commit details
    Browse the repository at this point in the history
  6. Update Uml

    yongxiangng committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    ad7f6e6 View commit details
    Browse the repository at this point in the history
  7. Fix failing checkstyle

    yongxiangng committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    b7cff60 View commit details
    Browse the repository at this point in the history
  8. Update UserGuide.md

    ryanongra committed Nov 3, 2021
    Configuration menu
    Copy the full SHA
    f4494bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a02b7a3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    84bfbb7 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    7174663 View commit details
    Browse the repository at this point in the history

Commits on Nov 4, 2021

  1. Merge pull request #168 from ryanongra/branch-feature-phoneRegex

    Update validation regex for phone
    ryanongra authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    fcaa25a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #167 from ryanongra/branch-updatePPP

    Update ryanongra.md
    ryanongra authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    251d575 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c1b94d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e88068e View commit details
    Browse the repository at this point in the history
  5. Update UserGuide.md

    yongxiangng authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    9aa9103 View commit details
    Browse the repository at this point in the history
  6. Update yongxiangng.md

    yongxiangng authored Nov 4, 2021
    Configuration menu
    Copy the full SHA
    f96b2ab View commit details
    Browse the repository at this point in the history

Commits on Nov 5, 2021

  1. Improve code quality

    yongxiangng committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    57db4cf View commit details
    Browse the repository at this point in the history
  2. Merge pull request #171 from AY2122S1-CS2103-T16-4/ppp-yongxiang

    Improve code quality
    yongxiangng authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    a8d4661 View commit details
    Browse the repository at this point in the history
  3. Update UserGuide.md

    ryanongra committed Nov 5, 2021
    Configuration menu
    Copy the full SHA
    c17edcc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #172 from ryanongra/branch-fixTypo

    Update UserGuide.md
    ryanongra authored Nov 5, 2021
    Configuration menu
    Copy the full SHA
    045b88b View commit details
    Browse the repository at this point in the history

Commits on Nov 6, 2021

  1. Update diagram

    IceWizard4902 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    e304daf View commit details
    Browse the repository at this point in the history
  2. Replace old diagram

    IceWizard4902 committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    aebf7d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fb6d5a6 View commit details
    Browse the repository at this point in the history
  4. Update ppp for nzixuan

    nzixuan committed Nov 6, 2021
    Configuration menu
    Copy the full SHA
    c1d4a2b View commit details
    Browse the repository at this point in the history

Commits on Nov 7, 2021

  1. Update List UG

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    07ebd30 View commit details
    Browse the repository at this point in the history
  2. Update ppp

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    535feda View commit details
    Browse the repository at this point in the history
  3. Update AboutUs

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    3c4b703 View commit details
    Browse the repository at this point in the history
  4. Add new EOF line

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    8de51be View commit details
    Browse the repository at this point in the history
  5. Merge pull request #176 from IceWizard4902/branch-update-ppp

    Update PPP for Vinh
    yongxiangng authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    e70e799 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #174 from AY2122S1-CS2103-T16-4/branch-update-ppp

    Update ppp for nzixuan
    yongxiangng authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    bdc145e View commit details
    Browse the repository at this point in the history
  7. Fixed PPP

    nzixuan committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    de6f609 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    2974814 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db8a308 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #178 from AY2122S1-CS2103-T16-4/branch-update-ppp

    Update version number to current version
    yongxiangng authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    3640a8c View commit details
    Browse the repository at this point in the history
  11. Update documentation

    ryanongra committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    327f430 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #179 from ryanongra/branch-updateDocumentation

    Update documentation
    ryanongra authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    9607c21 View commit details
    Browse the repository at this point in the history
  13. Update Developer Guide

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    6f144a8 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #180 from IceWizard4902/branch-update-VinhDG

    Update Developer Guide for Vinh
    IceWizard4902 authored Nov 7, 2021
    Configuration menu
    Copy the full SHA
    c475f60 View commit details
    Browse the repository at this point in the history
  15. Update ppp

    IceWizard4902 committed Nov 7, 2021
    Configuration menu
    Copy the full SHA
    d2a63a2 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    653e980 View commit details
    Browse the repository at this point in the history