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-T13-2] InternBook #75

Open
wants to merge 427 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 Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    f0b85cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    60fb2da View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    87ce4c2 View commit details
    Browse the repository at this point in the history
  4. implement reminder feature

    Sherwyn Ng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    33e859f View commit details
    Browse the repository at this point in the history
  5. Merge branch 'master' into branch-reminder-feature

    Sherwyn Ng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    2d88ad8 View commit details
    Browse the repository at this point in the history
  6. resolve checkstyles errors

    Sherwyn Ng committed Apr 2, 2024
    Configuration menu
    Copy the full SHA
    e7db678 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    f4f2491 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    21e14a7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #61 from jasperng-nus/branch-change-userguide-format

    Change user guide format to a single html file to save space
    SherwynNg authored Apr 2, 2024
    Configuration menu
    Copy the full SHA
    8dcf339 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    dc7dc62 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    fe74374 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    ca1af63 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    51f760e View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2024

  1. Merge pull request #62 from jasperng-nus/branch-storage-mark-command

    Edit the storage to include storage of isMarked
    SherwynNg authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    7c1ba95 View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into branch-reminder-feature

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8e705a9 View commit details
    Browse the repository at this point in the history
  3. fix: Ensure ReminderWindow closes when MainWindow closes

    - Modified handleExit() method in MainWindow to check and hide the ReminderWindow if it's open when the MainWindow is closed.
    
    feat: Exclude companies marked as applied from ReminderWindow
    
    - Updated fillInnerParts() method in ReminderWindow to filter out companies marked as applied from appearing in the reminder list.
    
    fix: Update edit help message typo
    
    - Corrected a minor typo in the edit help message.
    
    feat: Display custom message when no companies to remind
    
    - Modified fillInnerParts() method in ReminderWindow to display a custom message when there are no companies to remind.
    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    e49f669 View commit details
    Browse the repository at this point in the history
  4. resolve checkstyle error

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    8af3983 View commit details
    Browse the repository at this point in the history
  5. resolve build errors

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    2eb7b94 View commit details
    Browse the repository at this point in the history
  6. resolve build errors

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    97375eb View commit details
    Browse the repository at this point in the history
  7. fix minor fxml issue

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    49ccae8 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    a7ec908 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f155e95 View commit details
    Browse the repository at this point in the history
  10. Merge pull request #63 from cocoanautz/branch-updateEditCommand

    Update edit command to work with dates
    AjayArvind2207 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    1d80089 View commit details
    Browse the repository at this point in the history
  11. Fix merge conflicts

    AjayArvind2207 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    47025bc View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    43a48da View commit details
    Browse the repository at this point in the history
  13. Previous:

    ReminderWindow is initialise and called show in UiManager.
    Now:
    ReminderWindow is initialise and called show in MainWindow.
    '
    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    d3717a0 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    7ee1709 View commit details
    Browse the repository at this point in the history
  15. Fix styling issues

    AjayArvind2207 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    06e5c1e View commit details
    Browse the repository at this point in the history
  16. Update tests

    AjayArvind2207 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9e74393 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    3582930 View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    1b856bb View commit details
    Browse the repository at this point in the history
  19. Merge pull request #64 from AjayArvind2207/branch-editSortingPreferen…

    …ceMessage
    
    Fix small error in message displayed while sorting
    Xilef121 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    20a08c5 View commit details
    Browse the repository at this point in the history
  20. Edit to pass checkstyleMain

    Xilef121 committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    9c0f4fc View commit details
    Browse the repository at this point in the history
  21. resolve naming typo and simplify setReminder command.

    Previously:
    It is setReminder -r true/false -days numOfDays
    Now:
    It is setReminder -r numOfDays or setReminder -r off
    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    036b822 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    7586f60 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    400409e View commit details
    Browse the repository at this point in the history
  24. edit sherwyn.md to include contributions for v1.3

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    cf34fce View commit details
    Browse the repository at this point in the history
  25. Merge pull request #67 from Xilef121/branch-update-docs

    Branch update docs
    SherwynNg authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    50d9061 View commit details
    Browse the repository at this point in the history
  26. resolve checkstyle error

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    f120c73 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    49b5062 View commit details
    Browse the repository at this point in the history
  28. Merge pull request #66 from AjayArvind2207/branch-fixBugs

    Branch fix bugs
    Xilef121 authored Apr 3, 2024
    Configuration menu
    Copy the full SHA
    ebc647c View commit details
    Browse the repository at this point in the history
  29. resolve minor naming convention and methods

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    c7f324f View commit details
    Browse the repository at this point in the history
  30. add reminder feature into user guide

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    130acc9 View commit details
    Browse the repository at this point in the history
  31. add setReminder feature

    Sherwyn Ng committed Apr 3, 2024
    Configuration menu
    Copy the full SHA
    22bedc9 View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    c8ba884 View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    a944457 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2024

  1. Merge pull request #65 from SherwynNg/branch-reminder-feature

    Branch reminder feature
    jasperng-nus authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    f9461ca View commit details
    Browse the repository at this point in the history
  2. Merge pull request #68 from SherwynNg/branch-user-guide

    Updated user guide
    jasperng-nus authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8abb4ff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d9181ca View commit details
    Browse the repository at this point in the history
  4. Update isaac.md

    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2409d4f View commit details
    Browse the repository at this point in the history
  5. Merge pull request #69 from cocoanautz/branch-updateDocumentation

    Update UG, DG and portfolio
    AjayArvind2207 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    517a805 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19100fb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    56b45cf View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    92eb101 View commit details
    Browse the repository at this point in the history
  9. sort reminder list according to endDate. Previously, when the reminde…

    …rs are shown in the reminder window, they are not sorted. Now, the reminders are sorted according to their end date.
    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    02902c1 View commit details
    Browse the repository at this point in the history
  10. Update Messages.java

    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    431cf64 View commit details
    Browse the repository at this point in the history
  11. Update EditCommand.java

    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    5cbac44 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    f983000 View commit details
    Browse the repository at this point in the history
  13. add additional details in the UG

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    40db0a0 View commit details
    Browse the repository at this point in the history
  14. Merge pull request #70 from cocoanautz/branch-dateRangeBugFix

    Add checks to prevent start date before end date
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7d167d3 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #73 from SherwynNg/branch-sort-reminder

    sort reminder list according to endDate.
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7f7771b View commit details
    Browse the repository at this point in the history
  16. Merge pull request #71 from jasperng-nus/branch-edit-tag-regex

    Edit tag regex to allow '/' in tags
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    4ab20bd View commit details
    Browse the repository at this point in the history
  17. Merge pull request #72 from AjayArvind2207/branch-updatePortfolio

    Branch update portfolio
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ca21e3a View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3a122fb View commit details
    Browse the repository at this point in the history
  19. edit grammar error

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    6a5eef0 View commit details
    Browse the repository at this point in the history
  20. Merge pull request #74 from SherwynNg/branch-userguide

    Add additional details in the UG
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    c1b6fbe View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    804c4e7 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #75 from jasperng-nus/branch-edit-userguide-html

    Edit UserGuide help picture
    SherwynNg authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    3e3ab10 View commit details
    Browse the repository at this point in the history
  23. Merge pull request #76 from jasperng-nus/branch-display-string-fixes

    Edit AddCommand display string as well as md file
    SherwynNg authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    eb9367d View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    cc6e2ce View commit details
    Browse the repository at this point in the history
  25. Configuration menu
    Copy the full SHA
    3395252 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    9824aff View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    ba16bd0 View commit details
    Browse the repository at this point in the history
  28. add assertion

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1c4fec5 View commit details
    Browse the repository at this point in the history
  29. minor changes to javaDocs

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1f9aaa4 View commit details
    Browse the repository at this point in the history
  30. Merge pull request #78 from AjayArvind2207/branch-updateDevGuide

    Fix developer guide typo
    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    8150190 View commit details
    Browse the repository at this point in the history
  31. Merge pull request #79 from jasperng-nus/branch-edit-userguide-reminder

    Edit UserGuide reminder feature to match changes
    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    ffc021a View commit details
    Browse the repository at this point in the history
  32. Merge pull request #77 from SherwynNg/branch-reminder-feature

    Change reminder feature command word from setReminder to reminder
    cocoanautz authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    50c5568 View commit details
    Browse the repository at this point in the history
  33. add assertions to improve code quality

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1185e20 View commit details
    Browse the repository at this point in the history
  34. Merge branch 'master' into branch-reminder-feature

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    7fea122 View commit details
    Browse the repository at this point in the history
  35. edit reminderWindow picture for UG

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    2a2fc69 View commit details
    Browse the repository at this point in the history
  36. Merge branch 'master' into branch-code-quality

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    53dbb55 View commit details
    Browse the repository at this point in the history
  37. resolve merge conflict

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    eb4461e View commit details
    Browse the repository at this point in the history
  38. resolve merge conflict with master

    Sherwyn Ng committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    1f1bef2 View commit details
    Browse the repository at this point in the history
  39. Merge pull request #80 from SherwynNg/branch-code-quality

    Branch code quality
    jasperng-nus authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    d41007a View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    516ef07 View commit details
    Browse the repository at this point in the history
  41. Configuration menu
    Copy the full SHA
    defd8d2 View commit details
    Browse the repository at this point in the history
  42. add acknowledgments

    AjayArvind2207 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    95e16a6 View commit details
    Browse the repository at this point in the history
  43. Merge pull request #81 from jasperng-nus/branch-change-userguide-html

    Edit HTML file to match our current user guide
    SherwynNg authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    9604ddd View commit details
    Browse the repository at this point in the history
  44. fix some minor nits

    AjayArvind2207 committed Apr 4, 2024
    Configuration menu
    Copy the full SHA
    b50a1d0 View commit details
    Browse the repository at this point in the history
  45. Merge pull request #82 from AjayArvind2207/branch-updateArchiveDevGuide

    Update dev guide to reflect the upcoming archive feature
    Xilef121 authored Apr 4, 2024
    Configuration menu
    Copy the full SHA
    a77de9d View commit details
    Browse the repository at this point in the history

Commits on Apr 5, 2024

  1. Merge branch 'master' into branch-reminder-feature

    Sherwyn Ng committed Apr 5, 2024
    Configuration menu
    Copy the full SHA
    5fabfa9 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    e266b22 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bc5069e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    191c67e View commit details
    Browse the repository at this point in the history
  4. Fix documentation issues

    cocoanautz committed Apr 9, 2024
    Configuration menu
    Copy the full SHA
    46140a0 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #132 from AjayArvind2207/branch-issueIncorrectErro…

    …rMessage
    
    Fix error message in find command to reflect search of tags
    cocoanautz authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    3643fd4 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    19f91cb View commit details
    Browse the repository at this point in the history
  7. Merge pull request #133 from AjayArvind2207/branch-issueEmailRegex

    Branch issue email regex
    cocoanautz authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    14d9e91 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #135 from cocoanautz/branch-bugfix-120

    Fix documentation issues
    AjayArvind2207 authored Apr 9, 2024
    Configuration menu
    Copy the full SHA
    4920685 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    131dc70 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2024

  1. Refactor reminder feature for accurate calculation of days left to en…

    …d date
    Sherwyn Ng committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    38c4cfd View commit details
    Browse the repository at this point in the history
  2. Merge branch 'master' into branch-reminder-feature

    Sherwyn Ng committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    070208d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #136 from AjayArvind2207/branch-issueFixUGTypo

    Update UG to avoid reference to old AddressBook
    SherwynNg authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    eef28f3 View commit details
    Browse the repository at this point in the history
  4. edit introductory section of user guide

    Sherwyn Ng committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    abb5e67 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    79e2ac0 View commit details
    Browse the repository at this point in the history
  6. add emojis to userguide

    Sherwyn Ng committed Apr 10, 2024
    Configuration menu
    Copy the full SHA
    8ffc76c View commit details
    Browse the repository at this point in the history
  7. Merge pull request #138 from SherwynNg/branch-reminder-feature

    Branch reminder feature
    Xilef121 authored Apr 10, 2024
    Configuration menu
    Copy the full SHA
    3771e85 View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2024

  1. Merge pull request #140 from jasperng-nus/edit-reminder-message-bug

    Edit error message when setting reminder
    Xilef121 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    2887036 View commit details
    Browse the repository at this point in the history
  2. resolve github comments

    Sherwyn Ng committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    78eb37b View commit details
    Browse the repository at this point in the history
  3. Merge pull request #139 from SherwynNg/branch-userguide

    Edit introductory section of user guide
    Xilef121 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    acaa8a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bee29f4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4afd9ac View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    66e4689 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    3b64935 View commit details
    Browse the repository at this point in the history
  8. Fix test cases

    cocoanautz committed Apr 11, 2024
    Configuration menu
    Copy the full SHA
    d20073b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    dbfba8e View commit details
    Browse the repository at this point in the history
  10. Merge pull request #141 from cocoanautz/branch-bugfix-113

    Fix unexpected behaviour with 000 phone number.
    Xilef121 authored Apr 11, 2024
    Configuration menu
    Copy the full SHA
    60d3091 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    45be8a2 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    aabc004 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    823378d View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2024

  1. Merge pull request #142 from AjayArvind2207/branch-issueAddExamples

    Add examples for mark and unmark
    Xilef121 authored Apr 12, 2024
    Configuration menu
    Copy the full SHA
    a1daf07 View commit details
    Browse the repository at this point in the history
  2. Add a table for add, edit, sort, and reminder commands

    Provide more details regarding these functions, giving users better ideas of the constraints of parameters.
    Xilef121 committed Apr 12, 2024
    Configuration menu
    Copy the full SHA
    66de019 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    3c1774b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ac6acb View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4e3568f View commit details
    Browse the repository at this point in the history

Commits on Apr 13, 2024

  1. Merge pull request #143 from Xilef121/branch-userguide-update

    Branch userguide update
    SherwynNg authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    c55a8eb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d9cadf7 View commit details
    Browse the repository at this point in the history
  3. Fix grammar in UG

    AjayArvind2207 committed Apr 13, 2024
    Configuration menu
    Copy the full SHA
    afd6e53 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #144 from AjayArvind2207/branch-fixDocumentationIs…

    …sues
    
    Branch fix documentation issues
    Xilef121 authored Apr 13, 2024
    Configuration menu
    Copy the full SHA
    5a0e595 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2024

  1. Provide more details regarding the issues, addressing users' concerns…

    … and confusion
    Sherwyn Ng committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    39105c6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e489d68 View commit details
    Browse the repository at this point in the history
  3. Fix minor formatting issues

    Sherwyn Ng committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    045babc View commit details
    Browse the repository at this point in the history
  4. Fix minor grammar errors

    Sherwyn Ng committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    9e1ebe8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    ad395fd View commit details
    Browse the repository at this point in the history
  6. Fix minor issue on grammar

    Sherwyn Ng committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    e6ce295 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #146 from AjayArvind2207/branch-fixIssueWithEquality

    Fix issue with equality to handle null values of phone
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    8e9b841 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #145 from SherwynNg/branch-bugs-fixing

    Updates to userguide
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    304b990 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    37287db View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    52848a9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    6b9c2f7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    2e02c76 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    978121d View commit details
    Browse the repository at this point in the history
  14. Resolve naming issues

    cocoanautz committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    85ad577 View commit details
    Browse the repository at this point in the history
  15. Merge pull request #147 from AjayArvind2207/branch-addTestsParserUtil

    Add tests to cover for new functionality in ParserUtil
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    6803777 View commit details
    Browse the repository at this point in the history
  16. Merge pull request #148 from AjayArvind2207/branch-addTestsEditComman…

    …dParser
    
    Updated tests in EditCommandParserTest to incorporate start and end date
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    ee81fa9 View commit details
    Browse the repository at this point in the history
  17. Merge pull request #150 from AjayArvind2207/branch-addTestsPhone

    Add tests to cover new functionality of Phone class
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    98569dc View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    ecca652 View commit details
    Browse the repository at this point in the history
  19. Resolve merge conflicts

    Xilef121 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    951e589 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    ad6240e View commit details
    Browse the repository at this point in the history
  21. Merge pull request #151 from Xilef121/branch-addcommandparser-testing

    Branch addcommandparser testing
    cocoanautz authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    1f58c69 View commit details
    Browse the repository at this point in the history
  22. Configuration menu
    Copy the full SHA
    c3d123f View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    5aefd57 View commit details
    Browse the repository at this point in the history
  24. Configuration menu
    Copy the full SHA
    320ebf3 View commit details
    Browse the repository at this point in the history
  25. Merge branch 'branch-createTestCase-editCommand' of https://github.co…

    …m/cocoanautz/tp into branch-createTestCase-editCommand
    cocoanautz committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    95a0d36 View commit details
    Browse the repository at this point in the history
  26. Merge pull request #149 from cocoanautz/branch-createTestCase-editCom…

    …mand
    
    Increase test coverage of editCommandTest
    AjayArvind2207 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    d104c89 View commit details
    Browse the repository at this point in the history
  27. Configuration menu
    Copy the full SHA
    76740e7 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    cf918c1 View commit details
    Browse the repository at this point in the history
  29. Configuration menu
    Copy the full SHA
    5df4a92 View commit details
    Browse the repository at this point in the history
  30. Configuration menu
    Copy the full SHA
    59cee76 View commit details
    Browse the repository at this point in the history
  31. Configuration menu
    Copy the full SHA
    b27c74d View commit details
    Browse the repository at this point in the history
  32. Configuration menu
    Copy the full SHA
    14f2b9c View commit details
    Browse the repository at this point in the history
  33. Add more rigorous testing for equality in Tag.java and fix naming con…

    …vention in PhoneTest.java
    AjayArvind2207 committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    b5fe5d9 View commit details
    Browse the repository at this point in the history
  34. Update userguide to contain introductory section and implementation g…

    …uidelines
    Sherwyn Ng committed Apr 14, 2024
    Configuration menu
    Copy the full SHA
    da4905d View commit details
    Browse the repository at this point in the history
  35. Merge pull request #152 from AjayArvind2207/branch-issueAddTestsDays

    Add tests for Days.java
    Xilef121 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    aa2a1a7 View commit details
    Browse the repository at this point in the history
  36. Merge pull request #153 from AjayArvind2207/branch-AddTestsForTag

    Add tests for equality in Tag.java
    Xilef121 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    f9a3be5 View commit details
    Browse the repository at this point in the history
  37. Merge pull request #154 from jasperng-nus/branch-add-reminderonoff-test

    Add Tests for the methods in ReminderOnOff class
    Xilef121 authored Apr 14, 2024
    Configuration menu
    Copy the full SHA
    2909e96 View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    146c5fe View commit details
    Browse the repository at this point in the history
  39. Configuration menu
    Copy the full SHA
    2607c6d View commit details
    Browse the repository at this point in the history
  40. Configuration menu
    Copy the full SHA
    7d2e6c7 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2024

  1. Merge pull request #156 from Xilef121/branch-editcommand-testing

    Add more rigorous testing to EditCommand functionalities
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    37ecb10 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #155 from SherwynNg/branch-userguide

    Update userguide
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    17eb6a7 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #157 from Xilef121/branch-SortType-testing

    Create test class for SortType
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4d9cdae View commit details
    Browse the repository at this point in the history
  4. Fix minor bugs suggested by teammates and add more pictures for expla…

    …nation
    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3d32fe8 View commit details
    Browse the repository at this point in the history
  5. Merge pull request #158 from Xilef121/branch-LogicManager-testing

    Add more rigorous testing for LogicManager and refactor
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    21e8fed View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    26bad3e View commit details
    Browse the repository at this point in the history
  7. Fix minor bugs

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b2fb980 View commit details
    Browse the repository at this point in the history
  8. Fix minor bugs

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    1328f64 View commit details
    Browse the repository at this point in the history
  9. fix minor bugs

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2fd9d0d View commit details
    Browse the repository at this point in the history
  10. Merge pull request #159 from SherwynNg/branch-userguide

    Branch userguide
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    57ff3a1 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    86a0add View commit details
    Browse the repository at this point in the history
  12. Fix merge conflicts

    cocoanautz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    19ba7f6 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    a6fb156 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    8d4c696 View commit details
    Browse the repository at this point in the history
  15. Update developer guide to include the edit command

    Add relevant UML diagrams to make understanding the execution pathway more
    intuitive.
    AjayArvind2207 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    098b6be View commit details
    Browse the repository at this point in the history
  16. Update developer guide to include the find command

    Add relevant UML diagrams to make understanding the execution pathway more
    intuitive.
    AjayArvind2207 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5e71c5b View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    2d7dfce View commit details
    Browse the repository at this point in the history
  18. Configuration menu
    Copy the full SHA
    3ede9ef View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    b5b977c View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    573e29b View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    1b957f2 View commit details
    Browse the repository at this point in the history
  22. Merge pull request #162 from jasperng-nus/branch-edit-developer-guide

    Update wrong links to our code and change UML diagrams
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    05e3a86 View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    8fba304 View commit details
    Browse the repository at this point in the history
  24. Fix minor issues on formatting

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ab0a8b8 View commit details
    Browse the repository at this point in the history
  25. Merge pull request #160 from AjayArvind2207/branch-UpdateDGAndAddUML

    Update developer guide to include the edit command
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3d4a6d0 View commit details
    Browse the repository at this point in the history
  26. Fix merge conflicts

    AjayArvind2207 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    fc81281 View commit details
    Browse the repository at this point in the history
  27. Merge pull request #161 from AjayArvind2207/branch-updateDGFindCommand

    Update developer guide to include the find command
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    829c2d5 View commit details
    Browse the repository at this point in the history
  28. Fix merge conflicts

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    287a369 View commit details
    Browse the repository at this point in the history
  29. Add new known issue

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c3efc40 View commit details
    Browse the repository at this point in the history
  30. Add manual test case in DG

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    dc931af View commit details
    Browse the repository at this point in the history
  31. Remove links as it is causing it to have error

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f22e2dd View commit details
    Browse the repository at this point in the history
  32. Merge pull request #163 from SherwynNg/branch-DG

    Add reminder feature into implementation, together with UML diagrams
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    c538aad View commit details
    Browse the repository at this point in the history
  33. Configuration menu
    Copy the full SHA
    df42891 View commit details
    Browse the repository at this point in the history
  34. Configuration menu
    Copy the full SHA
    7cbd3c2 View commit details
    Browse the repository at this point in the history
  35. Configuration menu
    Copy the full SHA
    2232870 View commit details
    Browse the repository at this point in the history
  36. Edit to pass checks

    Xilef121 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f95b64f View commit details
    Browse the repository at this point in the history
  37. Merge pull request #165 from Xilef121/branch-sortcommand-implementation

    Add implementation for SortCommand
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    288bc2b View commit details
    Browse the repository at this point in the history
  38. Configuration menu
    Copy the full SHA
    1761e34 View commit details
    Browse the repository at this point in the history
  39. Add tests for internBookParserTest

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    000495b View commit details
    Browse the repository at this point in the history
  40. Merge pull request #166 from Xilef121/branch-sortcommand-implementation

    Fix bug in displaying ReminderSequenceDiagram and ReminderActivityDiagram
    SherwynNg authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3a93a73 View commit details
    Browse the repository at this point in the history
  41. resolve merge conflicts

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    cbbab12 View commit details
    Browse the repository at this point in the history
  42. Merge pull request #167 from SherwynNg/branch-internBookParsertest

    Add tests for internBookParserTest
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    ccfda81 View commit details
    Browse the repository at this point in the history
  43. resolve merge conflict

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    e70d87f View commit details
    Browse the repository at this point in the history
  44. Fix minor issue

    Sherwyn Ng committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    336964c View commit details
    Browse the repository at this point in the history
  45. Merge pull request #164 from SherwynNg/branch-userguide

    Remove links as it is causing it to have error
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8066118 View commit details
    Browse the repository at this point in the history
  46. Configuration menu
    Copy the full SHA
    02dae19 View commit details
    Browse the repository at this point in the history
  47. Configuration menu
    Copy the full SHA
    b10b3ae View commit details
    Browse the repository at this point in the history
  48. Configuration menu
    Copy the full SHA
    e804071 View commit details
    Browse the repository at this point in the history
  49. Configuration menu
    Copy the full SHA
    ed55b09 View commit details
    Browse the repository at this point in the history
  50. Configuration menu
    Copy the full SHA
    f86750e View commit details
    Browse the repository at this point in the history
  51. Resolve merge conflict

    jasperng-nus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    830e2ff View commit details
    Browse the repository at this point in the history
  52. Configuration menu
    Copy the full SHA
    f4a5c80 View commit details
    Browse the repository at this point in the history
  53. Merge pull request #168 from AjayArvind2207/branch-changeAboutUsFiles

    Update file names to fit github usernames
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b3cf7eb View commit details
    Browse the repository at this point in the history
  54. Merge pull request #169 from cocoanautz/branch-updateDG

    Branch update dg
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    8ef99ad View commit details
    Browse the repository at this point in the history
  55. Configuration menu
    Copy the full SHA
    5e6bd4b View commit details
    Browse the repository at this point in the history
  56. Configuration menu
    Copy the full SHA
    10350a0 View commit details
    Browse the repository at this point in the history
  57. Configuration menu
    Copy the full SHA
    0ac0ba7 View commit details
    Browse the repository at this point in the history
  58. Configuration menu
    Copy the full SHA
    b5b6dd0 View commit details
    Browse the repository at this point in the history
  59. Configuration menu
    Copy the full SHA
    2b764e6 View commit details
    Browse the repository at this point in the history
  60. Fix a formatting issue

    jasperng-nus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    d922fb7 View commit details
    Browse the repository at this point in the history
  61. Merge pull request #172 from jasperng-nus/branch-revert-featurefreeze…

    …-violation
    
    Revert a Feature Freeze Violation PR #140
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    2bf71a6 View commit details
    Browse the repository at this point in the history
  62. Configuration menu
    Copy the full SHA
    5b72549 View commit details
    Browse the repository at this point in the history
  63. Merge pull request #170 from jasperng-nus/branch-add-dg-implementation

    Add Mark and Unmark implementation and make some formatting adjustment
    Xilef121 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    f7350ec View commit details
    Browse the repository at this point in the history
  64. Configuration menu
    Copy the full SHA
    9ef3382 View commit details
    Browse the repository at this point in the history
  65. Fix checkstyle violations

    cocoanautz committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    07ae871 View commit details
    Browse the repository at this point in the history
  66. Merge pull request #171 from AjayArvind2207/branch-manualTesting

    Add manual testing section in DG for all commands
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    66d5f2d View commit details
    Browse the repository at this point in the history
  67. Fix errors in UserGuide.md

    Xilef121 committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    3607d2b View commit details
    Browse the repository at this point in the history
  68. Configuration menu
    Copy the full SHA
    83d537a View commit details
    Browse the repository at this point in the history
  69. Merge pull request #173 from cocoanautz/branch-createTestCase-reminde…

    …rCommand
    
    Create test cases for reminder command
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    5aff3b8 View commit details
    Browse the repository at this point in the history
  70. Merge pull request #174 from Xilef121/branch-userguide-hyperlink-fix

    Branch userguide hyperlink fix
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    eb54fda View commit details
    Browse the repository at this point in the history
  71. Configuration menu
    Copy the full SHA
    a0e40df View commit details
    Browse the repository at this point in the history
  72. Merge pull request #176 from Xilef121/branch-fix-dev-guide

    Fix error in DeveloperGuide.md
    cocoanautz authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    473bd22 View commit details
    Browse the repository at this point in the history
  73. Merge pull request #175 from AjayArvind2207/branch-fixManualTesting

    change wording in manual testing
    SherwynNg authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    4205a6b View commit details
    Browse the repository at this point in the history
  74. Configuration menu
    Copy the full SHA
    66ca2d6 View commit details
    Browse the repository at this point in the history
  75. Fix trailing white space

    jasperng-nus committed Apr 15, 2024
    Configuration menu
    Copy the full SHA
    b00f266 View commit details
    Browse the repository at this point in the history
  76. Merge pull request #177 from jasperng-nus/branch-change-helpmenu-ug

    Fix Help Menu image in UG
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    492d0dc View commit details
    Browse the repository at this point in the history
  77. Configuration menu
    Copy the full SHA
    f954355 View commit details
    Browse the repository at this point in the history
  78. Merge pull request #178 from jasperng-nus/branch-fix-helpmenu-bug

    Fix bug on clicking image causing help menu to fail
    AjayArvind2207 authored Apr 15, 2024
    Configuration menu
    Copy the full SHA
    7bd8cc0 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2024

  1. Configuration menu
    Copy the full SHA
    4d3da1a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #179 from jasperng-nus/branch-add-code-reuse

    Add code reuse of some methods
    Xilef121 authored May 3, 2024
    Configuration menu
    Copy the full SHA
    c45eae6 View commit details
    Browse the repository at this point in the history