-
Notifications
You must be signed in to change notification settings - Fork 521
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
base: master
Are you sure you want to change the base?
[CS2103T-T13-2] InternBook #75
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for f0b85cb - Browse repository at this point
Copy the full SHA f0b85cbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 60fb2da - Browse repository at this point
Copy the full SHA 60fb2daView commit details -
Configuration menu - View commit details
-
Copy full SHA for 87ce4c2 - Browse repository at this point
Copy the full SHA 87ce4c2View commit details -
Sherwyn Ng committed
Apr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 33e859f - Browse repository at this point
Copy the full SHA 33e859fView commit details -
Merge branch 'master' into branch-reminder-feature
Sherwyn Ng committedApr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for 2d88ad8 - Browse repository at this point
Copy the full SHA 2d88ad8View commit details -
Sherwyn Ng committed
Apr 2, 2024 Configuration menu - View commit details
-
Copy full SHA for e7db678 - Browse repository at this point
Copy the full SHA e7db678View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4f2491 - Browse repository at this point
Copy the full SHA f4f2491View commit details -
Configuration menu - View commit details
-
Copy full SHA for 21e14a7 - Browse repository at this point
Copy the full SHA 21e14a7View commit details -
Merge pull request #61 from jasperng-nus/branch-change-userguide-format
Change user guide format to a single html file to save space
Configuration menu - View commit details
-
Copy full SHA for 8dcf339 - Browse repository at this point
Copy the full SHA 8dcf339View commit details -
Configuration menu - View commit details
-
Copy full SHA for dc7dc62 - Browse repository at this point
Copy the full SHA dc7dc62View commit details -
Configuration menu - View commit details
-
Copy full SHA for fe74374 - Browse repository at this point
Copy the full SHA fe74374View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca1af63 - Browse repository at this point
Copy the full SHA ca1af63View commit details -
Configuration menu - View commit details
-
Copy full SHA for 51f760e - Browse repository at this point
Copy the full SHA 51f760eView commit details
Commits on Apr 3, 2024
-
Merge pull request #62 from jasperng-nus/branch-storage-mark-command
Edit the storage to include storage of isMarked
Configuration menu - View commit details
-
Copy full SHA for 7c1ba95 - Browse repository at this point
Copy the full SHA 7c1ba95View commit details -
Merge branch 'master' into branch-reminder-feature
Sherwyn Ng committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 8e705a9 - Browse repository at this point
Copy the full SHA 8e705a9View commit details -
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 committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for e49f669 - Browse repository at this point
Copy the full SHA e49f669View commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 8af3983 - Browse repository at this point
Copy the full SHA 8af3983View commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 2eb7b94 - Browse repository at this point
Copy the full SHA 2eb7b94View commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 97375eb - Browse repository at this point
Copy the full SHA 97375ebView commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 49ccae8 - Browse repository at this point
Copy the full SHA 49ccae8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7ec908 - Browse repository at this point
Copy the full SHA a7ec908View commit details -
Configuration menu - View commit details
-
Copy full SHA for f155e95 - Browse repository at this point
Copy the full SHA f155e95View commit details -
Merge pull request #63 from cocoanautz/branch-updateEditCommand
Update edit command to work with dates
Configuration menu - View commit details
-
Copy full SHA for 1d80089 - Browse repository at this point
Copy the full SHA 1d80089View commit details -
Configuration menu - View commit details
-
Copy full SHA for 47025bc - Browse repository at this point
Copy the full SHA 47025bcView commit details -
Configuration menu - View commit details
-
Copy full SHA for 43a48da - Browse repository at this point
Copy the full SHA 43a48daView commit details -
ReminderWindow is initialise and called show in UiManager. Now: ReminderWindow is initialise and called show in MainWindow. '
Sherwyn Ng committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for d3717a0 - Browse repository at this point
Copy the full SHA d3717a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ee1709 - Browse repository at this point
Copy the full SHA 7ee1709View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06e5c1e - Browse repository at this point
Copy the full SHA 06e5c1eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9e74393 - Browse repository at this point
Copy the full SHA 9e74393View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3582930 - Browse repository at this point
Copy the full SHA 3582930View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b856bb - Browse repository at this point
Copy the full SHA 1b856bbView commit details -
Merge pull request #64 from AjayArvind2207/branch-editSortingPreferen…
…ceMessage Fix small error in message displayed while sorting
Configuration menu - View commit details
-
Copy full SHA for 20a08c5 - Browse repository at this point
Copy the full SHA 20a08c5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9c0f4fc - Browse repository at this point
Copy the full SHA 9c0f4fcView commit details -
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 committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 036b822 - Browse repository at this point
Copy the full SHA 036b822View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7586f60 - Browse repository at this point
Copy the full SHA 7586f60View commit details -
Configuration menu - View commit details
-
Copy full SHA for 400409e - Browse repository at this point
Copy the full SHA 400409eView commit details -
edit sherwyn.md to include contributions for v1.3
Sherwyn Ng committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for cf34fce - Browse repository at this point
Copy the full SHA cf34fceView commit details -
Merge pull request #67 from Xilef121/branch-update-docs
Branch update docs
Configuration menu - View commit details
-
Copy full SHA for 50d9061 - Browse repository at this point
Copy the full SHA 50d9061View commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for f120c73 - Browse repository at this point
Copy the full SHA f120c73View commit details -
Configuration menu - View commit details
-
Copy full SHA for 49b5062 - Browse repository at this point
Copy the full SHA 49b5062View commit details -
Merge pull request #66 from AjayArvind2207/branch-fixBugs
Branch fix bugs
Configuration menu - View commit details
-
Copy full SHA for ebc647c - Browse repository at this point
Copy the full SHA ebc647cView commit details -
resolve minor naming convention and methods
Sherwyn Ng committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for c7f324f - Browse repository at this point
Copy the full SHA c7f324fView commit details -
add reminder feature into user guide
Sherwyn Ng committedApr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 130acc9 - Browse repository at this point
Copy the full SHA 130acc9View commit details -
Sherwyn Ng committed
Apr 3, 2024 Configuration menu - View commit details
-
Copy full SHA for 22bedc9 - Browse repository at this point
Copy the full SHA 22bedc9View commit details -
Configuration menu - View commit details
-
Copy full SHA for c8ba884 - Browse repository at this point
Copy the full SHA c8ba884View commit details -
Configuration menu - View commit details
-
Copy full SHA for a944457 - Browse repository at this point
Copy the full SHA a944457View commit details
Commits on Apr 4, 2024
-
Merge pull request #65 from SherwynNg/branch-reminder-feature
Branch reminder feature
Configuration menu - View commit details
-
Copy full SHA for f9461ca - Browse repository at this point
Copy the full SHA f9461caView commit details -
Merge pull request #68 from SherwynNg/branch-user-guide
Updated user guide
Configuration menu - View commit details
-
Copy full SHA for 8abb4ff - Browse repository at this point
Copy the full SHA 8abb4ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9181ca - Browse repository at this point
Copy the full SHA d9181caView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2409d4f - Browse repository at this point
Copy the full SHA 2409d4fView commit details -
Merge pull request #69 from cocoanautz/branch-updateDocumentation
Update UG, DG and portfolio
Configuration menu - View commit details
-
Copy full SHA for 517a805 - Browse repository at this point
Copy the full SHA 517a805View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19100fb - Browse repository at this point
Copy the full SHA 19100fbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 56b45cf - Browse repository at this point
Copy the full SHA 56b45cfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 92eb101 - Browse repository at this point
Copy the full SHA 92eb101View commit details -
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 committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 02902c1 - Browse repository at this point
Copy the full SHA 02902c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 431cf64 - Browse repository at this point
Copy the full SHA 431cf64View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5cbac44 - Browse repository at this point
Copy the full SHA 5cbac44View commit details -
Configuration menu - View commit details
-
Copy full SHA for f983000 - Browse repository at this point
Copy the full SHA f983000View commit details -
add additional details in the UG
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 40db0a0 - Browse repository at this point
Copy the full SHA 40db0a0View commit details -
Merge pull request #70 from cocoanautz/branch-dateRangeBugFix
Add checks to prevent start date before end date
Configuration menu - View commit details
-
Copy full SHA for 7d167d3 - Browse repository at this point
Copy the full SHA 7d167d3View commit details -
Merge pull request #73 from SherwynNg/branch-sort-reminder
sort reminder list according to endDate.
Configuration menu - View commit details
-
Copy full SHA for 7f7771b - Browse repository at this point
Copy the full SHA 7f7771bView commit details -
Merge pull request #71 from jasperng-nus/branch-edit-tag-regex
Edit tag regex to allow '/' in tags
Configuration menu - View commit details
-
Copy full SHA for 4ab20bd - Browse repository at this point
Copy the full SHA 4ab20bdView commit details -
Merge pull request #72 from AjayArvind2207/branch-updatePortfolio
Branch update portfolio
Configuration menu - View commit details
-
Copy full SHA for ca21e3a - Browse repository at this point
Copy the full SHA ca21e3aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3a122fb - Browse repository at this point
Copy the full SHA 3a122fbView commit details -
Sherwyn Ng committed
Apr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 6a5eef0 - Browse repository at this point
Copy the full SHA 6a5eef0View commit details -
Merge pull request #74 from SherwynNg/branch-userguide
Add additional details in the UG
Configuration menu - View commit details
-
Copy full SHA for c1b6fbe - Browse repository at this point
Copy the full SHA c1b6fbeView commit details -
Configuration menu - View commit details
-
Copy full SHA for 804c4e7 - Browse repository at this point
Copy the full SHA 804c4e7View commit details -
Merge pull request #75 from jasperng-nus/branch-edit-userguide-html
Edit UserGuide help picture
Configuration menu - View commit details
-
Copy full SHA for 3e3ab10 - Browse repository at this point
Copy the full SHA 3e3ab10View commit details -
Merge pull request #76 from jasperng-nus/branch-display-string-fixes
Edit AddCommand display string as well as md file
Configuration menu - View commit details
-
Copy full SHA for eb9367d - Browse repository at this point
Copy the full SHA eb9367dView commit details -
change reminder command word from setReminder to reminder
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for cc6e2ce - Browse repository at this point
Copy the full SHA cc6e2ceView commit details -
change reminder feature command word from setReminder to reminder
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 3395252 - Browse repository at this point
Copy the full SHA 3395252View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9824aff - Browse repository at this point
Copy the full SHA 9824affView commit details -
Configuration menu - View commit details
-
Copy full SHA for ba16bd0 - Browse repository at this point
Copy the full SHA ba16bd0View commit details -
Sherwyn Ng committed
Apr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1c4fec5 - Browse repository at this point
Copy the full SHA 1c4fec5View commit details -
Sherwyn Ng committed
Apr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f9aaa4 - Browse repository at this point
Copy the full SHA 1f9aaa4View commit details -
Merge pull request #78 from AjayArvind2207/branch-updateDevGuide
Fix developer guide typo
Configuration menu - View commit details
-
Copy full SHA for 8150190 - Browse repository at this point
Copy the full SHA 8150190View commit details -
Merge pull request #79 from jasperng-nus/branch-edit-userguide-reminder
Edit UserGuide reminder feature to match changes
Configuration menu - View commit details
-
Copy full SHA for ffc021a - Browse repository at this point
Copy the full SHA ffc021aView commit details -
Merge pull request #77 from SherwynNg/branch-reminder-feature
Change reminder feature command word from setReminder to reminder
Configuration menu - View commit details
-
Copy full SHA for 50c5568 - Browse repository at this point
Copy the full SHA 50c5568View commit details -
add assertions to improve code quality
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1185e20 - Browse repository at this point
Copy the full SHA 1185e20View commit details -
Merge branch 'master' into branch-reminder-feature
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 7fea122 - Browse repository at this point
Copy the full SHA 7fea122View commit details -
edit reminderWindow picture for UG
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 2a2fc69 - Browse repository at this point
Copy the full SHA 2a2fc69View commit details -
Merge branch 'master' into branch-code-quality
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 53dbb55 - Browse repository at this point
Copy the full SHA 53dbb55View commit details -
Sherwyn Ng committed
Apr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for eb4461e - Browse repository at this point
Copy the full SHA eb4461eView commit details -
resolve merge conflict with master
Sherwyn Ng committedApr 4, 2024 Configuration menu - View commit details
-
Copy full SHA for 1f1bef2 - Browse repository at this point
Copy the full SHA 1f1bef2View commit details -
Merge pull request #80 from SherwynNg/branch-code-quality
Branch code quality
Configuration menu - View commit details
-
Copy full SHA for d41007a - Browse repository at this point
Copy the full SHA d41007aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 516ef07 - Browse repository at this point
Copy the full SHA 516ef07View commit details -
Configuration menu - View commit details
-
Copy full SHA for defd8d2 - Browse repository at this point
Copy the full SHA defd8d2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 95e16a6 - Browse repository at this point
Copy the full SHA 95e16a6View commit details -
Merge pull request #81 from jasperng-nus/branch-change-userguide-html
Edit HTML file to match our current user guide
Configuration menu - View commit details
-
Copy full SHA for 9604ddd - Browse repository at this point
Copy the full SHA 9604dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b50a1d0 - Browse repository at this point
Copy the full SHA b50a1d0View commit details -
Merge pull request #82 from AjayArvind2207/branch-updateArchiveDevGuide
Update dev guide to reflect the upcoming archive feature
Configuration menu - View commit details
-
Copy full SHA for a77de9d - Browse repository at this point
Copy the full SHA a77de9dView commit details
Commits on Apr 5, 2024
-
Merge branch 'master' into branch-reminder-feature
Sherwyn Ng committedApr 5, 2024 Configuration menu - View commit details
-
Copy full SHA for 5fabfa9 - Browse repository at this point
Copy the full SHA 5fabfa9View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for e266b22 - Browse repository at this point
Copy the full SHA e266b22View commit details -
Configuration menu - View commit details
-
Copy full SHA for bc5069e - Browse repository at this point
Copy the full SHA bc5069eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 191c67e - Browse repository at this point
Copy the full SHA 191c67eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 46140a0 - Browse repository at this point
Copy the full SHA 46140a0View commit details -
Merge pull request #132 from AjayArvind2207/branch-issueIncorrectErro…
…rMessage Fix error message in find command to reflect search of tags
Configuration menu - View commit details
-
Copy full SHA for 3643fd4 - Browse repository at this point
Copy the full SHA 3643fd4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19f91cb - Browse repository at this point
Copy the full SHA 19f91cbView commit details -
Merge pull request #133 from AjayArvind2207/branch-issueEmailRegex
Branch issue email regex
Configuration menu - View commit details
-
Copy full SHA for 14d9e91 - Browse repository at this point
Copy the full SHA 14d9e91View commit details -
Merge pull request #135 from cocoanautz/branch-bugfix-120
Fix documentation issues
Configuration menu - View commit details
-
Copy full SHA for 4920685 - Browse repository at this point
Copy the full SHA 4920685View commit details -
Configuration menu - View commit details
-
Copy full SHA for 131dc70 - Browse repository at this point
Copy the full SHA 131dc70View commit details
Commits on Apr 10, 2024
-
Refactor reminder feature for accurate calculation of days left to en…
…d date
Sherwyn Ng committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 38c4cfd - Browse repository at this point
Copy the full SHA 38c4cfdView commit details -
Merge branch 'master' into branch-reminder-feature
Sherwyn Ng committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 070208d - Browse repository at this point
Copy the full SHA 070208dView commit details -
Merge pull request #136 from AjayArvind2207/branch-issueFixUGTypo
Update UG to avoid reference to old AddressBook
Configuration menu - View commit details
-
Copy full SHA for eef28f3 - Browse repository at this point
Copy the full SHA eef28f3View commit details -
edit introductory section of user guide
Sherwyn Ng committedApr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for abb5e67 - Browse repository at this point
Copy the full SHA abb5e67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 79e2ac0 - Browse repository at this point
Copy the full SHA 79e2ac0View commit details -
Sherwyn Ng committed
Apr 10, 2024 Configuration menu - View commit details
-
Copy full SHA for 8ffc76c - Browse repository at this point
Copy the full SHA 8ffc76cView commit details -
Merge pull request #138 from SherwynNg/branch-reminder-feature
Branch reminder feature
Configuration menu - View commit details
-
Copy full SHA for 3771e85 - Browse repository at this point
Copy the full SHA 3771e85View commit details
Commits on Apr 11, 2024
-
Merge pull request #140 from jasperng-nus/edit-reminder-message-bug
Edit error message when setting reminder
Configuration menu - View commit details
-
Copy full SHA for 2887036 - Browse repository at this point
Copy the full SHA 2887036View commit details -
Sherwyn Ng committed
Apr 11, 2024 Configuration menu - View commit details
-
Copy full SHA for 78eb37b - Browse repository at this point
Copy the full SHA 78eb37bView commit details -
Merge pull request #139 from SherwynNg/branch-userguide
Edit introductory section of user guide
Configuration menu - View commit details
-
Copy full SHA for acaa8a2 - Browse repository at this point
Copy the full SHA acaa8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for bee29f4 - Browse repository at this point
Copy the full SHA bee29f4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4afd9ac - Browse repository at this point
Copy the full SHA 4afd9acView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66e4689 - Browse repository at this point
Copy the full SHA 66e4689View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b64935 - Browse repository at this point
Copy the full SHA 3b64935View commit details -
Configuration menu - View commit details
-
Copy full SHA for d20073b - Browse repository at this point
Copy the full SHA d20073bView commit details -
Configuration menu - View commit details
-
Copy full SHA for dbfba8e - Browse repository at this point
Copy the full SHA dbfba8eView commit details -
Merge pull request #141 from cocoanautz/branch-bugfix-113
Fix unexpected behaviour with 000 phone number.
Configuration menu - View commit details
-
Copy full SHA for 60d3091 - Browse repository at this point
Copy the full SHA 60d3091View commit details -
Configuration menu - View commit details
-
Copy full SHA for 45be8a2 - Browse repository at this point
Copy the full SHA 45be8a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for aabc004 - Browse repository at this point
Copy the full SHA aabc004View commit details -
Configuration menu - View commit details
-
Copy full SHA for 823378d - Browse repository at this point
Copy the full SHA 823378dView commit details
Commits on Apr 12, 2024
-
Merge pull request #142 from AjayArvind2207/branch-issueAddExamples
Add examples for mark and unmark
Configuration menu - View commit details
-
Copy full SHA for a1daf07 - Browse repository at this point
Copy the full SHA a1daf07View commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 66de019 - Browse repository at this point
Copy the full SHA 66de019View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c1774b - Browse repository at this point
Copy the full SHA 3c1774bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7ac6acb - Browse repository at this point
Copy the full SHA 7ac6acbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e3568f - Browse repository at this point
Copy the full SHA 4e3568fView commit details
Commits on Apr 13, 2024
-
Merge pull request #143 from Xilef121/branch-userguide-update
Branch userguide update
Configuration menu - View commit details
-
Copy full SHA for c55a8eb - Browse repository at this point
Copy the full SHA c55a8ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for d9cadf7 - Browse repository at this point
Copy the full SHA d9cadf7View commit details -
Configuration menu - View commit details
-
Copy full SHA for afd6e53 - Browse repository at this point
Copy the full SHA afd6e53View commit details -
Merge pull request #144 from AjayArvind2207/branch-fixDocumentationIs…
…sues Branch fix documentation issues
Configuration menu - View commit details
-
Copy full SHA for 5a0e595 - Browse repository at this point
Copy the full SHA 5a0e595View commit details
Commits on Apr 14, 2024
-
Provide more details regarding the issues, addressing users' concerns…
… and confusion
Sherwyn Ng committedApr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 39105c6 - Browse repository at this point
Copy the full SHA 39105c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e489d68 - Browse repository at this point
Copy the full SHA e489d68View commit details -
Sherwyn Ng committed
Apr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 045babc - Browse repository at this point
Copy the full SHA 045babcView commit details -
Sherwyn Ng committed
Apr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for 9e1ebe8 - Browse repository at this point
Copy the full SHA 9e1ebe8View commit details -
Update future enhancement to check for potential duplicates
Sherwyn Ng committedApr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for ad395fd - Browse repository at this point
Copy the full SHA ad395fdView commit details -
Sherwyn Ng committed
Apr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for e6ce295 - Browse repository at this point
Copy the full SHA e6ce295View commit details -
Merge pull request #146 from AjayArvind2207/branch-fixIssueWithEquality
Fix issue with equality to handle null values of phone
Configuration menu - View commit details
-
Copy full SHA for 8e9b841 - Browse repository at this point
Copy the full SHA 8e9b841View commit details -
Merge pull request #145 from SherwynNg/branch-bugs-fixing
Updates to userguide
Configuration menu - View commit details
-
Copy full SHA for 304b990 - Browse repository at this point
Copy the full SHA 304b990View commit details -
Configuration menu - View commit details
-
Copy full SHA for 37287db - Browse repository at this point
Copy the full SHA 37287dbView commit details -
Configuration menu - View commit details
-
Copy full SHA for 52848a9 - Browse repository at this point
Copy the full SHA 52848a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6b9c2f7 - Browse repository at this point
Copy the full SHA 6b9c2f7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2e02c76 - Browse repository at this point
Copy the full SHA 2e02c76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 978121d - Browse repository at this point
Copy the full SHA 978121dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 85ad577 - Browse repository at this point
Copy the full SHA 85ad577View commit details -
Merge pull request #147 from AjayArvind2207/branch-addTestsParserUtil
Add tests to cover for new functionality in ParserUtil
Configuration menu - View commit details
-
Copy full SHA for 6803777 - Browse repository at this point
Copy the full SHA 6803777View commit details -
Merge pull request #148 from AjayArvind2207/branch-addTestsEditComman…
…dParser Updated tests in EditCommandParserTest to incorporate start and end date
Configuration menu - View commit details
-
Copy full SHA for ee81fa9 - Browse repository at this point
Copy the full SHA ee81fa9View commit details -
Merge pull request #150 from AjayArvind2207/branch-addTestsPhone
Add tests to cover new functionality of Phone class
Configuration menu - View commit details
-
Copy full SHA for 98569dc - Browse repository at this point
Copy the full SHA 98569dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for ecca652 - Browse repository at this point
Copy the full SHA ecca652View commit details -
Configuration menu - View commit details
-
Copy full SHA for 951e589 - Browse repository at this point
Copy the full SHA 951e589View commit details -
Configuration menu - View commit details
-
Copy full SHA for ad6240e - Browse repository at this point
Copy the full SHA ad6240eView commit details -
Merge pull request #151 from Xilef121/branch-addcommandparser-testing
Branch addcommandparser testing
Configuration menu - View commit details
-
Copy full SHA for 1f58c69 - Browse repository at this point
Copy the full SHA 1f58c69View commit details -
Configuration menu - View commit details
-
Copy full SHA for c3d123f - Browse repository at this point
Copy the full SHA c3d123fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5aefd57 - Browse repository at this point
Copy the full SHA 5aefd57View commit details -
Configuration menu - View commit details
-
Copy full SHA for 320ebf3 - Browse repository at this point
Copy the full SHA 320ebf3View commit details -
Merge branch 'branch-createTestCase-editCommand' of https://github.co…
…m/cocoanautz/tp into branch-createTestCase-editCommand
Configuration menu - View commit details
-
Copy full SHA for 95a0d36 - Browse repository at this point
Copy the full SHA 95a0d36View commit details -
Merge pull request #149 from cocoanautz/branch-createTestCase-editCom…
…mand Increase test coverage of editCommandTest
Configuration menu - View commit details
-
Copy full SHA for d104c89 - Browse repository at this point
Copy the full SHA d104c89View commit details -
Configuration menu - View commit details
-
Copy full SHA for 76740e7 - Browse repository at this point
Copy the full SHA 76740e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf918c1 - Browse repository at this point
Copy the full SHA cf918c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5df4a92 - Browse repository at this point
Copy the full SHA 5df4a92View commit details -
Configuration menu - View commit details
-
Copy full SHA for 59cee76 - Browse repository at this point
Copy the full SHA 59cee76View commit details -
Configuration menu - View commit details
-
Copy full SHA for b27c74d - Browse repository at this point
Copy the full SHA b27c74dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f2b9c - Browse repository at this point
Copy the full SHA 14f2b9cView commit details -
Add more rigorous testing for equality in Tag.java and fix naming con…
…vention in PhoneTest.java
Configuration menu - View commit details
-
Copy full SHA for b5fe5d9 - Browse repository at this point
Copy the full SHA b5fe5d9View commit details -
Update userguide to contain introductory section and implementation g…
…uidelines
Sherwyn Ng committedApr 14, 2024 Configuration menu - View commit details
-
Copy full SHA for da4905d - Browse repository at this point
Copy the full SHA da4905dView commit details -
Merge pull request #152 from AjayArvind2207/branch-issueAddTestsDays
Add tests for Days.java
Configuration menu - View commit details
-
Copy full SHA for aa2a1a7 - Browse repository at this point
Copy the full SHA aa2a1a7View commit details -
Merge pull request #153 from AjayArvind2207/branch-AddTestsForTag
Add tests for equality in Tag.java
Configuration menu - View commit details
-
Copy full SHA for f9a3be5 - Browse repository at this point
Copy the full SHA f9a3be5View commit details -
Merge pull request #154 from jasperng-nus/branch-add-reminderonoff-test
Add Tests for the methods in ReminderOnOff class
Configuration menu - View commit details
-
Copy full SHA for 2909e96 - Browse repository at this point
Copy the full SHA 2909e96View commit details -
Configuration menu - View commit details
-
Copy full SHA for 146c5fe - Browse repository at this point
Copy the full SHA 146c5feView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2607c6d - Browse repository at this point
Copy the full SHA 2607c6dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7d2e6c7 - Browse repository at this point
Copy the full SHA 7d2e6c7View commit details
Commits on Apr 15, 2024
-
Merge pull request #156 from Xilef121/branch-editcommand-testing
Add more rigorous testing to EditCommand functionalities
Configuration menu - View commit details
-
Copy full SHA for 37ecb10 - Browse repository at this point
Copy the full SHA 37ecb10View commit details -
Merge pull request #155 from SherwynNg/branch-userguide
Update userguide
Configuration menu - View commit details
-
Copy full SHA for 17eb6a7 - Browse repository at this point
Copy the full SHA 17eb6a7View commit details -
Merge pull request #157 from Xilef121/branch-SortType-testing
Create test class for SortType
Configuration menu - View commit details
-
Copy full SHA for 4d9cdae - Browse repository at this point
Copy the full SHA 4d9cdaeView commit details -
Fix minor bugs suggested by teammates and add more pictures for expla…
…nation
Sherwyn Ng committedApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 3d32fe8 - Browse repository at this point
Copy the full SHA 3d32fe8View commit details -
Merge pull request #158 from Xilef121/branch-LogicManager-testing
Add more rigorous testing for LogicManager and refactor
Configuration menu - View commit details
-
Copy full SHA for 21e8fed - Browse repository at this point
Copy the full SHA 21e8fedView commit details -
Configuration menu - View commit details
-
Copy full SHA for 26bad3e - Browse repository at this point
Copy the full SHA 26bad3eView commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for b2fb980 - Browse repository at this point
Copy the full SHA b2fb980View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 1328f64 - Browse repository at this point
Copy the full SHA 1328f64View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 2fd9d0d - Browse repository at this point
Copy the full SHA 2fd9d0dView commit details -
Merge pull request #159 from SherwynNg/branch-userguide
Branch userguide
Configuration menu - View commit details
-
Copy full SHA for 57ff3a1 - Browse repository at this point
Copy the full SHA 57ff3a1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 86a0add - Browse repository at this point
Copy the full SHA 86a0addView commit details -
Configuration menu - View commit details
-
Copy full SHA for 19ba7f6 - Browse repository at this point
Copy the full SHA 19ba7f6View commit details -
Configuration menu - View commit details
-
Copy full SHA for a6fb156 - Browse repository at this point
Copy the full SHA a6fb156View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8d4c696 - Browse repository at this point
Copy the full SHA 8d4c696View commit details -
Update developer guide to include the edit command
Add relevant UML diagrams to make understanding the execution pathway more intuitive.
Configuration menu - View commit details
-
Copy full SHA for 098b6be - Browse repository at this point
Copy the full SHA 098b6beView commit details -
Update developer guide to include the find command
Add relevant UML diagrams to make understanding the execution pathway more intuitive.
Configuration menu - View commit details
-
Copy full SHA for 5e71c5b - Browse repository at this point
Copy the full SHA 5e71c5bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d7dfce - Browse repository at this point
Copy the full SHA 2d7dfceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3ede9ef - Browse repository at this point
Copy the full SHA 3ede9efView commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b977c - Browse repository at this point
Copy the full SHA b5b977cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 573e29b - Browse repository at this point
Copy the full SHA 573e29bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1b957f2 - Browse repository at this point
Copy the full SHA 1b957f2View commit details -
Merge pull request #162 from jasperng-nus/branch-edit-developer-guide
Update wrong links to our code and change UML diagrams
Configuration menu - View commit details
-
Copy full SHA for 05e3a86 - Browse repository at this point
Copy the full SHA 05e3a86View commit details -
Add reminder feature into implementation, together with uml diagrams
Sherwyn Ng committedApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 8fba304 - Browse repository at this point
Copy the full SHA 8fba304View commit details -
Fix minor issues on formatting
Sherwyn Ng committedApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for ab0a8b8 - Browse repository at this point
Copy the full SHA ab0a8b8View commit details -
Merge pull request #160 from AjayArvind2207/branch-UpdateDGAndAddUML
Update developer guide to include the edit command
Configuration menu - View commit details
-
Copy full SHA for 3d4a6d0 - Browse repository at this point
Copy the full SHA 3d4a6d0View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc81281 - Browse repository at this point
Copy the full SHA fc81281View commit details -
Merge pull request #161 from AjayArvind2207/branch-updateDGFindCommand
Update developer guide to include the find command
Configuration menu - View commit details
-
Copy full SHA for 829c2d5 - Browse repository at this point
Copy the full SHA 829c2d5View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 287a369 - Browse repository at this point
Copy the full SHA 287a369View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for c3efc40 - Browse repository at this point
Copy the full SHA c3efc40View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for dc931af - Browse repository at this point
Copy the full SHA dc931afView commit details -
Remove links as it is causing it to have error
Sherwyn Ng committedApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for f22e2dd - Browse repository at this point
Copy the full SHA f22e2ddView commit details -
Merge pull request #163 from SherwynNg/branch-DG
Add reminder feature into implementation, together with UML diagrams
Configuration menu - View commit details
-
Copy full SHA for c538aad - Browse repository at this point
Copy the full SHA c538aadView commit details -
Configuration menu - View commit details
-
Copy full SHA for df42891 - Browse repository at this point
Copy the full SHA df42891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7cbd3c2 - Browse repository at this point
Copy the full SHA 7cbd3c2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2232870 - Browse repository at this point
Copy the full SHA 2232870View commit details -
Configuration menu - View commit details
-
Copy full SHA for f95b64f - Browse repository at this point
Copy the full SHA f95b64fView commit details -
Merge pull request #165 from Xilef121/branch-sortcommand-implementation
Add implementation for SortCommand
Configuration menu - View commit details
-
Copy full SHA for 288bc2b - Browse repository at this point
Copy the full SHA 288bc2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1761e34 - Browse repository at this point
Copy the full SHA 1761e34View commit details -
Add tests for internBookParserTest
Sherwyn Ng committedApr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 000495b - Browse repository at this point
Copy the full SHA 000495bView commit details -
Merge pull request #166 from Xilef121/branch-sortcommand-implementation
Fix bug in displaying ReminderSequenceDiagram and ReminderActivityDiagram
Configuration menu - View commit details
-
Copy full SHA for 3a93a73 - Browse repository at this point
Copy the full SHA 3a93a73View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for cbbab12 - Browse repository at this point
Copy the full SHA cbbab12View commit details -
Merge pull request #167 from SherwynNg/branch-internBookParsertest
Add tests for internBookParserTest
Configuration menu - View commit details
-
Copy full SHA for ccfda81 - Browse repository at this point
Copy the full SHA ccfda81View commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for e70d87f - Browse repository at this point
Copy the full SHA e70d87fView commit details -
Sherwyn Ng committed
Apr 15, 2024 Configuration menu - View commit details
-
Copy full SHA for 336964c - Browse repository at this point
Copy the full SHA 336964cView commit details -
Merge pull request #164 from SherwynNg/branch-userguide
Remove links as it is causing it to have error
Configuration menu - View commit details
-
Copy full SHA for 8066118 - Browse repository at this point
Copy the full SHA 8066118View commit details -
Configuration menu - View commit details
-
Copy full SHA for 02dae19 - Browse repository at this point
Copy the full SHA 02dae19View commit details -
Configuration menu - View commit details
-
Copy full SHA for b10b3ae - Browse repository at this point
Copy the full SHA b10b3aeView commit details -
Configuration menu - View commit details
-
Copy full SHA for e804071 - Browse repository at this point
Copy the full SHA e804071View commit details -
Configuration menu - View commit details
-
Copy full SHA for ed55b09 - Browse repository at this point
Copy the full SHA ed55b09View commit details -
Configuration menu - View commit details
-
Copy full SHA for f86750e - Browse repository at this point
Copy the full SHA f86750eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 830e2ff - Browse repository at this point
Copy the full SHA 830e2ffView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4a5c80 - Browse repository at this point
Copy the full SHA f4a5c80View commit details -
Merge pull request #168 from AjayArvind2207/branch-changeAboutUsFiles
Update file names to fit github usernames
Configuration menu - View commit details
-
Copy full SHA for b3cf7eb - Browse repository at this point
Copy the full SHA b3cf7ebView commit details -
Merge pull request #169 from cocoanautz/branch-updateDG
Branch update dg
Configuration menu - View commit details
-
Copy full SHA for 8ef99ad - Browse repository at this point
Copy the full SHA 8ef99adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e6bd4b - Browse repository at this point
Copy the full SHA 5e6bd4bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 10350a0 - Browse repository at this point
Copy the full SHA 10350a0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0ac0ba7 - Browse repository at this point
Copy the full SHA 0ac0ba7View commit details -
Configuration menu - View commit details
-
Copy full SHA for b5b6dd0 - Browse repository at this point
Copy the full SHA b5b6dd0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2b764e6 - Browse repository at this point
Copy the full SHA 2b764e6View commit details -
Configuration menu - View commit details
-
Copy full SHA for d922fb7 - Browse repository at this point
Copy the full SHA d922fb7View commit details -
Merge pull request #172 from jasperng-nus/branch-revert-featurefreeze…
…-violation Revert a Feature Freeze Violation PR #140
Configuration menu - View commit details
-
Copy full SHA for 2bf71a6 - Browse repository at this point
Copy the full SHA 2bf71a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5b72549 - Browse repository at this point
Copy the full SHA 5b72549View commit details -
Merge pull request #170 from jasperng-nus/branch-add-dg-implementation
Add Mark and Unmark implementation and make some formatting adjustment
Configuration menu - View commit details
-
Copy full SHA for f7350ec - Browse repository at this point
Copy the full SHA f7350ecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9ef3382 - Browse repository at this point
Copy the full SHA 9ef3382View commit details -
Configuration menu - View commit details
-
Copy full SHA for 07ae871 - Browse repository at this point
Copy the full SHA 07ae871View commit details -
Merge pull request #171 from AjayArvind2207/branch-manualTesting
Add manual testing section in DG for all commands
Configuration menu - View commit details
-
Copy full SHA for 66d5f2d - Browse repository at this point
Copy the full SHA 66d5f2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 3607d2b - Browse repository at this point
Copy the full SHA 3607d2bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 83d537a - Browse repository at this point
Copy the full SHA 83d537aView commit details -
Merge pull request #173 from cocoanautz/branch-createTestCase-reminde…
…rCommand Create test cases for reminder command
Configuration menu - View commit details
-
Copy full SHA for 5aff3b8 - Browse repository at this point
Copy the full SHA 5aff3b8View commit details -
Merge pull request #174 from Xilef121/branch-userguide-hyperlink-fix
Branch userguide hyperlink fix
Configuration menu - View commit details
-
Copy full SHA for eb54fda - Browse repository at this point
Copy the full SHA eb54fdaView commit details -
Configuration menu - View commit details
-
Copy full SHA for a0e40df - Browse repository at this point
Copy the full SHA a0e40dfView commit details -
Merge pull request #176 from Xilef121/branch-fix-dev-guide
Fix error in DeveloperGuide.md
Configuration menu - View commit details
-
Copy full SHA for 473bd22 - Browse repository at this point
Copy the full SHA 473bd22View commit details -
Merge pull request #175 from AjayArvind2207/branch-fixManualTesting
change wording in manual testing
Configuration menu - View commit details
-
Copy full SHA for 4205a6b - Browse repository at this point
Copy the full SHA 4205a6bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 66ca2d6 - Browse repository at this point
Copy the full SHA 66ca2d6View commit details -
Configuration menu - View commit details
-
Copy full SHA for b00f266 - Browse repository at this point
Copy the full SHA b00f266View commit details -
Merge pull request #177 from jasperng-nus/branch-change-helpmenu-ug
Fix Help Menu image in UG
Configuration menu - View commit details
-
Copy full SHA for 492d0dc - Browse repository at this point
Copy the full SHA 492d0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for f954355 - Browse repository at this point
Copy the full SHA f954355View commit details -
Merge pull request #178 from jasperng-nus/branch-fix-helpmenu-bug
Fix bug on clicking image causing help menu to fail
Configuration menu - View commit details
-
Copy full SHA for 7bd8cc0 - Browse repository at this point
Copy the full SHA 7bd8cc0View commit details
Commits on May 3, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 4d3da1a - Browse repository at this point
Copy the full SHA 4d3da1aView commit details -
Merge pull request #179 from jasperng-nus/branch-add-code-reuse
Add code reuse of some methods
Configuration menu - View commit details
-
Copy full SHA for c45eae6 - Browse repository at this point
Copy the full SHA c45eae6View commit details