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-T11-3] EventBook #85

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

Commits on Mar 19, 2024

  1. Configuration menu
    Copy the full SHA
    74c80ac View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d7c2c3 View commit details
    Browse the repository at this point in the history
  3. For checkstyle

    MayDalag committed Mar 19, 2024
    Configuration menu
    Copy the full SHA
    54ee810 View commit details
    Browse the repository at this point in the history
  4. Update AddressBook.java

    peterXGD authored Mar 19, 2024
    Configuration menu
    Copy the full SHA
    2656d0c View commit details
    Browse the repository at this point in the history

Commits on Mar 20, 2024

  1. Configuration menu
    Copy the full SHA
    9db6dce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fb36778 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Merge pull request #29 from cleowenxuan/branch-DeleteCommand

    Update DeleteCommand to delete by index or name
    cleowenxuan authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    801feda View commit details
    Browse the repository at this point in the history
  2. Merge pull request #35 from peterXGD/branch-a-searchcommand

    Branch a searchcommand
    peterXGD authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    2f96517 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    bf59f97 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #34 from owenong1/branch-ImportCommand

    Implement import command
    owenong1 authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    db0a625 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    77e2726 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #33 from jonpwk/branch-addTagCommand

    Add ctag and dtag functions
    jonpwk authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    b755f38 View commit details
    Browse the repository at this point in the history
  7. Minor Bug Fixex

    jonpwk committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    d674a62 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #36 from jonpwk/branch-addTagCommand

    Minor Bug Fixes
    peienlim authored Mar 21, 2024
    Configuration menu
    Copy the full SHA
    a8764e2 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Edit User Guide

    jonpwk committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    55fbb18 View commit details
    Browse the repository at this point in the history
  2. Minor Edit

    jonpwk committed Mar 25, 2024
    Configuration menu
    Copy the full SHA
    153c093 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #37 from jonpwk/branch-editUserGuide

    Edit User Guide
    peterXGD authored Mar 25, 2024
    Configuration menu
    Copy the full SHA
    7db997e View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Update model class diagram

    peienlim committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    f46ca7d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    02a3491 View commit details
    Browse the repository at this point in the history
  3. Update EventTag Class

    EventTag class is implemented as a subclass.
    This allows the implementation of features in v1.3.
    
    Let's add the EventTag class to enable other members to start coding.
    MayDalag committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    66d431e View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-UG-Update'

    * branch-UG-Update:
      Update EventTag Class
    MayDalag committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    25b5253 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d4e0f5f View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2024

  1. Merge pull request #44 from peienlim/branch-updateDgPeiEn

    Update developer guide and class diagrams
    peienlim authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    9e826f4 View commit details
    Browse the repository at this point in the history
  2. Update Developer Guide and UML Diagrams

    cleowenxuan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    8983b04 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #46 from cleowenxuan/branch-UpdateDeveloperGuide

    Update Developer Guide and UML Diagrams
    cleowenxuan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5c0c74d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #45 from peterXGD/branch-EventTagClass-Update

    Branch event tag class update
    peterXGD authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    0692a5b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    57ece3d View commit details
    Browse the repository at this point in the history
  6. Enable Assertions

    cleowenxuan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    5016845 View commit details
    Browse the repository at this point in the history
  7. Merge branch 'master' of https://github.com/cleowenxuan/tp into branc…

    …h-AddAssertions
    cleowenxuan committed Mar 29, 2024
    Configuration menu
    Copy the full SHA
    c9a0b5d View commit details
    Browse the repository at this point in the history
  8. Merge pull request #47 from owenong1/branch-dgImportExport

    UPdated DG to include import/export commands
    jonpwk authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    daab269 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    332691c View commit details
    Browse the repository at this point in the history
  10. Merge pull request #48 from cleowenxuan/branch-AddAssertions

    Enable Assertions
    cleowenxuan authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    4d23a43 View commit details
    Browse the repository at this point in the history
  11. Merge pull request #49 from peterXGD/branch-DevGuideUpdate

    Add lines to DevGuide, change version in Main.app.
    jonpwk authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    18566cd View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    322a231 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #50 from jonpwk/branch-dgCtagDtag

    Edit DeveleporGuide to describe ctag and dtag functions
    jonpwk authored Mar 29, 2024
    Configuration menu
    Copy the full SHA
    111baee View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2024

  1. Configuration menu
    Copy the full SHA
    6ea29c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f6758a View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2024

  1. Configuration menu
    Copy the full SHA
    28dd1b6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ad49b2b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    28d0439 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    06fb738 View commit details
    Browse the repository at this point in the history
  5. Edits to fix build issues

    peienlim committed Mar 31, 2024
    Configuration menu
    Copy the full SHA
    e8b381c View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    8ca1aa1 View commit details
    Browse the repository at this point in the history
  2. Checkstyle edits

    owenong1 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    72200db View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1e25496 View commit details
    Browse the repository at this point in the history
  4. Minor checkstyle edits

    owenong1 committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0389e12 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #51 from peienlim/branch-eventTagList

    Introduce eventTagList for addressbook
    jonpwk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    9ee04c5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4e626a5 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8e193a2 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #53 from peienlim/branch-eventTagList

    Implement use of generics for UniqueTagList class
    jonpwk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    bcb7109 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2eb558f View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    d29f521 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b98056 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    536dc2b View commit details
    Browse the repository at this point in the history
  13. Merge pull request #54 from peienlim/branch-eventTagList

    Edit JsonAdaptedEventTag to properly store event tag list on exit
    jonpwk authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    16427fe View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    944a8b0 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    8bb88f8 View commit details
    Browse the repository at this point in the history
  16. Update EditCommand to edit by name or index

    cleowenxuan committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    cc0e214 View commit details
    Browse the repository at this point in the history
  17. Update EditCommand to edit by name or index

    cleowenxuan committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0c0cdfc View commit details
    Browse the repository at this point in the history
  18. Edit JsonSerializableAddressBook to parse Person's tags into Model's …

    …internal tagList
    
    Fixed dtag command bug to remove tags from Person's tags
    jonpwk committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0b45477 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Edit for successful build

    jonpwk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    11a1e22 View commit details
    Browse the repository at this point in the history
  2. Modify relevant files to pass testcases

    cleowenxuan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    244a265 View commit details
    Browse the repository at this point in the history
  3. Modify relevant files to pass checkstyle

    cleowenxuan committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    9b743ff View commit details
    Browse the repository at this point in the history
  4. Edit for build errors

    jonpwk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    80feb3f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #56 from jonpwk/branch-dtagBugFix

    Branch dtag bug fix
    peterXGD authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    49ff994 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8bbd0c6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f6720f3 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8cc9ba5 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8ef8626 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #55 from peienlim/branch-eventSwitcherUI

    Implement Event Switcher UI
    peienlim authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e0e5565 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1400de5 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #57 from cleowenxuan/branch-RenameContacts

    Update EditCommand to edit by name or index
    cleowenxuan authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c75e53 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    3c059b5 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    a432365 View commit details
    Browse the repository at this point in the history
  15. Add assign command

    jonpwk committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    abf38aa View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    515f1c5 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #58 from peienlim/branch-personEventTagList

    Event tag list for Person class
    peienlim authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    4c20eac View commit details
    Browse the repository at this point in the history
  18. Merge pull request #52 from owenong1/branch-addImportPath

    Implement path parameter to the import command
    owenong1 authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    ec606da View commit details
    Browse the repository at this point in the history
  19. Implemented Export Command

    Pending tag implementation finalisation before complete
    owenong1 committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    59e1d3f View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Configuration menu
    Copy the full SHA
    0f410d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8fbd3d4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3928fdf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8e8b48b View commit details
    Browse the repository at this point in the history
  5. Minor edits

    peienlim committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d7cefc2 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c57a5d6 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    0cc4905 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ea191a0 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    e16471e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d13b91 View commit details
    Browse the repository at this point in the history
  11. edit for build errors

    jonpwk committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    aef9b39 View commit details
    Browse the repository at this point in the history
  12. Merge pull request #59 from jonpwk/branch-assignCommand

    Add assign command
    peienlim authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    a737bcf View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #61 from owenong1/branch-exportCommand

    Implemented Export Command
    owenong1 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d69931f View commit details
    Browse the repository at this point in the history
  2. Update AssignCommand to assign event tags

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ee16ba5 View commit details
    Browse the repository at this point in the history
  3. Modify files to pass checkstyle

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    67afbbe View commit details
    Browse the repository at this point in the history
  4. Merge pull request #62 from peienlim/branch-eventSwitcherUI

    Implement event switcher UI
    cleowenxuan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    01191de View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    edc668e View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8941115 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    92635dc View commit details
    Browse the repository at this point in the history
  8. Modify relevant files to pass build

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ae21aed View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c080d7d View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c6d1252 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    d8f64db View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    3afdf36 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #64 from cleowenxuan/branch-SwitchCommand

    Create SwitchCommand feature to switch between event tags
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    dc2dce0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #65 from jonpwk/branch-buildShadowJar

    Edit for correct sample JSON file creation
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    63df22e View commit details
    Browse the repository at this point in the history
  15. Merge pull request #66 from jonpwk/branch-assignCommand

    Edit logic to display correct error message
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    fe826ad View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    1edc13d View commit details
    Browse the repository at this point in the history
  17. Modify AddressBook to pass checkstyle

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2663ebf View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    298a8ee View commit details
    Browse the repository at this point in the history
  19. Update ui.png

    peienlim committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7d3b211 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #67 from peienlim/branch-updateUG

    Update UG for switch command
    cleowenxuan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3db1060 View commit details
    Browse the repository at this point in the history
  21. Merge branch 'master' of https://github.com/cleowenxuan/tp into branc…

    …h-UpdateUserGuide
    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    0f3cbd3 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    f5602b9 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    3f27a9e View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    adf62fc View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    5c27c23 View commit details
    Browse the repository at this point in the history
  26. Update User Guide

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b592f4a View commit details
    Browse the repository at this point in the history
  27. Minor bug fix to pass checkstyle

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4449230 View commit details
    Browse the repository at this point in the history
  28. Minor bug fix to pass checkstyle

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    079cfe9 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #63 from cleowenxuan/branch-AssignEventTags

    Update AssignCommand to assign event tags
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d5e679f View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    f069f22 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #69 from cleowenxuan/branch-UpdateUserGuide

    Update User Guide
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d74293e View commit details
    Browse the repository at this point in the history
  32. Merge pull request #68 from peienlim/branch-addressbookjson

    Update addressbook.json and SearchCommandParser
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    596fe2e View commit details
    Browse the repository at this point in the history
  33. UG update for 1.3.1 release

    owenong1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    346ee06 View commit details
    Browse the repository at this point in the history
  34. Merge pull request #70 from owenong1/branch-updateUG1.3

    UG update for 1.3.1 release
    peienlim authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f276102 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    f1cb193 View commit details
    Browse the repository at this point in the history
  36. update 2

    MayDalag committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a9a1af3 View commit details
    Browse the repository at this point in the history
  37. update 3

    MayDalag committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    460f8f5 View commit details
    Browse the repository at this point in the history
  38. Update UserGuide.md

    peterXGD authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    22bcccb View commit details
    Browse the repository at this point in the history
  39. Update ParserUtil.java

    peterXGD authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2b53077 View commit details
    Browse the repository at this point in the history
  40. Update UserGuide.md

    peterXGD authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4d7122b View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    a6f535f View commit details
    Browse the repository at this point in the history
  42. Merge pull request #71 from peterXGD/A-ctagUpdate

    A ctag update
    peterXGD authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f0181e3 View commit details
    Browse the repository at this point in the history
  43. Minor changes to the return message

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f924374 View commit details
    Browse the repository at this point in the history
  44. Minor changes to pass checkstyle

    cleowenxuan committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    444b430 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #73 from cleowenxuan/branch-MinorBugFix

    Minor edits to the Messages
    cleowenxuan authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8ddea67 View commit details
    Browse the repository at this point in the history
  46. Add devent command for EB.

    This allows an event to be deleted from the book, as well as its associated people.
    MayDalag committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1329d20 View commit details
    Browse the repository at this point in the history
  47. Update devent after debug

    MayDalag committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    cb845dc View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    1c33583 View commit details
    Browse the repository at this point in the history
  49. Tag support for export/import

    Minor bug fixes as well
    owenong1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8a5e417 View commit details
    Browse the repository at this point in the history
  50. Minor edits

    owenong1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8b9cd64 View commit details
    Browse the repository at this point in the history
  51. Configuration menu
    Copy the full SHA
    e8183f4 View commit details
    Browse the repository at this point in the history
  52. Merge pull request #76 from owenong1/branch-imporExportTags

    Import/export tags
    owenong1 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8a56b63 View commit details
    Browse the repository at this point in the history
  53. Configuration menu
    Copy the full SHA
    216c300 View commit details
    Browse the repository at this point in the history
  54. Merge pull request #74 from peterXGD/branch-deventUpdate

    Branch devent update
    owenong1 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    81bada3 View commit details
    Browse the repository at this point in the history
  55. no message

    owenong1 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a17d3b9 View commit details
    Browse the repository at this point in the history
  56. Merge pull request #77 from owenong1/branch-versionNu,

    Version no.
    owenong1 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    26aaf8a View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    6cf1b40 View commit details
    Browse the repository at this point in the history
  58. Merge pull request #78 from peterXGD/branch-UiFix

    Fix EventPanelList Ui Issue with not displaying correct after each co…
    peterXGD authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    863b163 View commit details
    Browse the repository at this point in the history
  59. Make test pass build

    MayDalag committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    aaa938a View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge pull request #79 from peterXGD/branch-UiFix

    Make test pass build
    owenong1 authored Apr 5, 2024
    Configuration menu
    Copy the full SHA
    08745b5 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Configuration menu
    Copy the full SHA
    ea5670a View commit details
    Browse the repository at this point in the history
  2. small edits

    owenong1 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    1c08834 View commit details
    Browse the repository at this point in the history
  3. Merge branch 'branch-importFixes'

    # Conflicts:
    #	src/test/java/seedu/address/logic/commands/ImportCommandTest.java
    owenong1 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4a60c44 View commit details
    Browse the repository at this point in the history
  4. Minor checkstyle edit

    owenong1 committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    ca89b40 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1532364 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    ce0e72c View commit details
    Browse the repository at this point in the history
  7. Fix Documentation Bugs

    cleowenxuan committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    4b1c007 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #142 from cleowenxuan/branch-BugFix

    Fix User Guide Bugs
    cleowenxuan authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    f8c44bf View commit details
    Browse the repository at this point in the history
  2. no message

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    7ada356 View commit details
    Browse the repository at this point in the history
  3. no message

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    e410802 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'branch-importFixes'

    # Conflicts:
    #	data/addressbook.json
    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    79e80d0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #144 from owenong1/branch-importBugs

    Branch import bugs
    owenong1 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    33df24f View commit details
    Browse the repository at this point in the history
  6. FIx some export bugs

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    6ff23fb View commit details
    Browse the repository at this point in the history
  7. Minor bug fixes

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c8429d4 View commit details
    Browse the repository at this point in the history
  8. Minor update

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    ebd0093 View commit details
    Browse the repository at this point in the history
  9. Minor wordingupdate

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    0d3d771 View commit details
    Browse the repository at this point in the history
  10. Minor edit

    owenong1 committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    edaecaf View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1e4f718 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    0b09734 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    63c088e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7536343 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    4de320c View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    ba02fc6 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #141 from peienlim/branch-eventTagUiBug

    Bugfix: ensure tags of persons updated upon creation and assignment
    peienlim authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    74cdef0 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #146 from peienlim/branch-tagClassesTests

    Test cases for tag related classes
    peienlim authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    c9e5049 View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    2180961 View commit details
    Browse the repository at this point in the history
  20. fix bux

    MayDalag committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    5716e33 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge pull request #148 from peterXGD/ctag_branch

    Add ctagCommandTest and modifies CtagCommand to fix bug
    peterXGD authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    c47b316 View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Configuration menu
    Copy the full SHA
    d8ee2a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8f12c9d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #145 from owenong1/branch-exportFix

    Branch export fix
    owenong1 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    58b843e View commit details
    Browse the repository at this point in the history
  4. Bug fixes for dtag and assign

    Address Issues #111, #126, #136
    jonpwk committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f375837 View commit details
    Browse the repository at this point in the history
  5. Add GUI section

    peienlim committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    3ae8056 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #152 from peienlim/branch-updateUG

    UG update to include GUI section
    jonpwk authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ff2fb6f View commit details
    Browse the repository at this point in the history
  7. Edit Introduction

    jonpwk committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    f912218 View commit details
    Browse the repository at this point in the history
  8. Merge branch 'master' into branch-editUserGuideIntro

    # Conflicts:
    #	docs/UserGuide.md
    jonpwk committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    02d1c69 View commit details
    Browse the repository at this point in the history
  9. Edit UserGuide

    jonpwk committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    afba70d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #147 from peienlim/branch-SwitchCommandTests

    Add test cases for Switch command
    peienlim authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    ebb8446 View commit details
    Browse the repository at this point in the history
  11. Add relevant testcases for Delete and Edit Command

    cleowenxuan committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    80d3e37 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    13fd506 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Merge pull request #153 from jonpwk/branch-editUserGuideIntro

    Branch edit user guide intro
    peterXGD authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    64e1f65 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #154 from cleowenxuan/branch-TestCases

    Add relevant test cases for Delete and Edit Command
    cleowenxuan authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fda17b7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5c22aff View commit details
    Browse the repository at this point in the history
  4. no message

    MayDalag committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bbe40c9 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #155 from peterXGD/branch_ugupdate

    add some lines for UG for the managing tags and event section
    cleowenxuan authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3d56beb View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d8b1086 View commit details
    Browse the repository at this point in the history
  7. Add EOL in addressbook.json

    jonpwk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    4ae8652 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #151 from jonpwk/branch-bugFixing

    Bug fixes for dtag and assign
    jonpwk authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f8db0bf View commit details
    Browse the repository at this point in the history
  9. Merge pull request #156 from peienlim/branch-updateUG

    Add new Try Out Your First commands section
    owenong1 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f222a13 View commit details
    Browse the repository at this point in the history
  10. Edit index.md

    jonpwk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    c6b4bc5 View commit details
    Browse the repository at this point in the history
  11. Edit UserGuide

    jonpwk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    230628b View commit details
    Browse the repository at this point in the history
  12. Merge pull request #158 from jonpwk/branch-editUserGuide

    Edit UserGuide
    jonpwk authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1d88171 View commit details
    Browse the repository at this point in the history
  13. Merge pull request #157 from jonpwk/branch-editIndex

    Edit index.md
    jonpwk authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    aeee1da View commit details
    Browse the repository at this point in the history
  14. Edit UserGuide

    jonpwk committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    fe6563a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    f923d35 View commit details
    Browse the repository at this point in the history
  16. Update UserGuide

    cleowenxuan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    599aed8 View commit details
    Browse the repository at this point in the history
  17. Merge branch 'cleowenxuan-branch-UserGuideUpdate'

    Merge branch to update UserGuide.
    cleowenxuan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    bcacb2f View commit details
    Browse the repository at this point in the history
  18. Merge pull request #159 from jonpwk/branch-editUserGuide

    Branch edit user guide
    jonpwk authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    62d10f9 View commit details
    Browse the repository at this point in the history
  19. Resolve Merge Conflicts with User Guide

    cleowenxuan committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    3be4db1 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    062f445 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #162 from cleowenxuan/master

    Update User Guide and Resolve Merge Conflicts
    cleowenxuan authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    889e73c View commit details
    Browse the repository at this point in the history
  22. UG updates

    owenong1 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b93963f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    1156e63 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Configuration menu
    Copy the full SHA
    66d630c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #164 from peienlim/branch-updateUG

    Edits for minor typos and addition of page break
    peienlim authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0f869a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5342555 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #165 from peienlim/branch-updateDG

    Add implementation details of switch command and new sections under i…
    peterXGD authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    0710679 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3c66c8b View commit details
    Browse the repository at this point in the history
  6. update

    MayDalag committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f745f8a View commit details
    Browse the repository at this point in the history
  7. Merge pull request #166 from peterXGD/branch-DGUpdate

    Update DG implementation and Enhancement
    cleowenxuan authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3bc27a1 View commit details
    Browse the repository at this point in the history
  8. Edit DG

    jonpwk committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    626d415 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    ff57009 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    c489701 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    1a553af View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f4a86d View commit details
    Browse the repository at this point in the history
  13. Add line breaks for DG

    peienlim committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    06fcb9c View commit details
    Browse the repository at this point in the history
  14. Update Developer Guide

    cleowenxuan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    78a4cb6 View commit details
    Browse the repository at this point in the history
  15. Fix files to pass build

    cleowenxuan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    31e69f5 View commit details
    Browse the repository at this point in the history
  16. Configuration menu
    Copy the full SHA
    6a95b10 View commit details
    Browse the repository at this point in the history
  17. Minor UG updates

    peienlim committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    a7ca6e8 View commit details
    Browse the repository at this point in the history
  18. Merge pull request #169 from cleowenxuan/branch-DeveloperGuide

    Update Developer Guide
    peienlim authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f8903ee View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    38a70de View commit details
    Browse the repository at this point in the history
  20. Merge pull request #168 from peienlim/branch-updateDG

    Branch update DG
    peienlim authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    adafc40 View commit details
    Browse the repository at this point in the history
  21. Merge pull request #170 from peienlim/branch-ug

    Minor UG updates
    cleowenxuan authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3a0cf1a View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7270e14 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    e4425a1 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    982995a View commit details
    Browse the repository at this point in the history
  25. Merge pull request #171 from cleowenxuan/branch-RemoveRedundantDocs

    Update Developer Guide
    cleowenxuan authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    6a85ca9 View commit details
    Browse the repository at this point in the history
  26. Fix minor typos and traces of AB3

    cleowenxuan committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4ba7ffc View commit details
    Browse the repository at this point in the history
  27. Merge pull request #172 from cleowenxuan/branch-FinalDeveloperGuideUp…

    …date
    
    Fix minor typos and traces of AB3 in the DG
    cleowenxuan authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4d3070e View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    c429c52 View commit details
    Browse the repository at this point in the history
  29. Merge pull request #174 from peienlim/branch-updateDG

    Remove certain page breaks for better formatting
    owenong1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ad50657 View commit details
    Browse the repository at this point in the history
  30. Import/Export DG updates

    owenong1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    00c86be View commit details
    Browse the repository at this point in the history
  31. Minor updates

    owenong1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    00fa35c View commit details
    Browse the repository at this point in the history
  32. Merge pull request #175 from owenong1/branch-ImportExportDG

    Import/Export DG updates
    owenong1 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5ae9620 View commit details
    Browse the repository at this point in the history
  33. Final

    owenong1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9405f21 View commit details
    Browse the repository at this point in the history
  34. minor

    owenong1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    672e865 View commit details
    Browse the repository at this point in the history
  35. no message

    owenong1 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    9afff74 View commit details
    Browse the repository at this point in the history
  36. Configuration menu
    Copy the full SHA
    8eb96ea View commit details
    Browse the repository at this point in the history