-
Notifications
You must be signed in to change notification settings - Fork 362
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
[nicljr] iP #369
base: master
Are you sure you want to change the base?
[nicljr] iP #369
Commits on Jul 31, 2022
-
Configuration menu - View commit details
-
Copy full SHA for 556af3f - Browse repository at this point
Copy the full SHA 556af3fView commit details
Commits on Jan 23, 2023
-
Configuration menu - View commit details
-
Copy full SHA for df77119 - Browse repository at this point
Copy the full SHA df77119View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6b8764 - Browse repository at this point
Copy the full SHA d6b8764View commit details -
Configuration menu - View commit details
-
Copy full SHA for c910988 - Browse repository at this point
Copy the full SHA c910988View commit details -
Configuration menu - View commit details
-
Copy full SHA for f2837d0 - Browse repository at this point
Copy the full SHA f2837d0View commit details
Commits on Jan 25, 2023
-
Configuration menu - View commit details
-
Copy full SHA for c26dc5f - Browse repository at this point
Copy the full SHA c26dc5fView commit details
Commits on Jan 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 7fccd03 - Browse repository at this point
Copy the full SHA 7fccd03View commit details -
Configuration menu - View commit details
-
Copy full SHA for a7f039d - Browse repository at this point
Copy the full SHA a7f039dView commit details
Commits on Jan 31, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 326442a - Browse repository at this point
Copy the full SHA 326442aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 722efb2 - Browse repository at this point
Copy the full SHA 722efb2View commit details -
Configuration menu - View commit details
-
Copy full SHA for b808016 - Browse repository at this point
Copy the full SHA b808016View commit details -
Configuration menu - View commit details
-
Copy full SHA for a29957d - Browse repository at this point
Copy the full SHA a29957dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8adc44b - Browse repository at this point
Copy the full SHA 8adc44bView commit details -
Configuration menu - View commit details
-
Copy full SHA for a40eea4 - Browse repository at this point
Copy the full SHA a40eea4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1d74e99 - Browse repository at this point
Copy the full SHA 1d74e99View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8836d32 - Browse repository at this point
Copy the full SHA 8836d32View commit details
Commits on Feb 1, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45f7698 - Browse repository at this point
Copy the full SHA 45f7698View commit details
Commits on Feb 2, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 45d6446 - Browse repository at this point
Copy the full SHA 45d6446View commit details -
Configuration menu - View commit details
-
Copy full SHA for 463ddac - Browse repository at this point
Copy the full SHA 463ddacView commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d424f - Browse repository at this point
Copy the full SHA f4d424fView commit details
Commits on Feb 4, 2023
-
Configuration menu - View commit details
-
Copy full SHA for fc0bd0a - Browse repository at this point
Copy the full SHA fc0bd0aView commit details
Commits on Feb 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for cf14b0c - Browse repository at this point
Copy the full SHA cf14b0cView commit details
Commits on Feb 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 27fff36 - Browse repository at this point
Copy the full SHA 27fff36View commit details -
Configuration menu - View commit details
-
Copy full SHA for 0b1488d - Browse repository at this point
Copy the full SHA 0b1488dView commit details -
Invalid events are accepted by Duke, where the end date is earlier th…
…an start date. An event with an end date canonot be earlier than the start date, this is to ensure that Duke catches this error and doesn't accept this invalid input. We want to ensure the correctness of our Tasks in Duke. Event constructor will throw a DukeException if such an input arrives, by utilising the LocalDateTime isBefore() method. Event holds the LocalDateTime information, hence one way I thought was to throw the Exception within the Event Class.
Configuration menu - View commit details
-
Copy full SHA for 15154a2 - Browse repository at this point
Copy the full SHA 15154a2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 35810a9 - Browse repository at this point
Copy the full SHA 35810a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 09b4513 - Browse repository at this point
Copy the full SHA 09b4513View commit details -
Configuration menu - View commit details
-
Copy full SHA for d6156b2 - Browse repository at this point
Copy the full SHA d6156b2View commit details -
Configuration menu - View commit details
-
Copy full SHA for 19c9546 - Browse repository at this point
Copy the full SHA 19c9546View commit details
Commits on Feb 11, 2023
-
Configuration menu - View commit details
-
Copy full SHA for be2ea3e - Browse repository at this point
Copy the full SHA be2ea3eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 00bdbb8 - Browse repository at this point
Copy the full SHA 00bdbb8View commit details -
Revert "Duke Level-9: Making Find more specific"
This reverts commit 00bdbb8.
Configuration menu - View commit details
-
Copy full SHA for 3bceb3a - Browse repository at this point
Copy the full SHA 3bceb3aView commit details -
Revert "Revert "Duke Level-9: Making Find more specific""
This reverts commit 3bceb3a.
Configuration menu - View commit details
-
Copy full SHA for 86b6388 - Browse repository at this point
Copy the full SHA 86b6388View commit details -
A-CodingStandard: Fix Coding Standards
Coding Standard needs to be adhered for clarity Removed Magic Numbers Ensured no Deep Nesteing, ArrowHead No long method names Ensure clarity of method names Done as suggested by the textbook provided
Configuration menu - View commit details
-
Copy full SHA for c13783f - Browse repository at this point
Copy the full SHA c13783fView commit details -
Merge pull request #3 from nicljr/A-CodeQuality
A-CodingStandard: Fix Coding Standards
Configuration menu - View commit details
-
Copy full SHA for 45b8a2d - Browse repository at this point
Copy the full SHA 45b8a2dView commit details
Commits on Feb 12, 2023
-
Duke C-Statistics: Provided Statistics on the added tasks within the …
…past week and Completed Task within the past week. Provided Insight on User Productivity through checking Urgency of various deadline tasks.
Configuration menu - View commit details
-
Copy full SHA for dc82fb8 - Browse repository at this point
Copy the full SHA dc82fb8View commit details
Commits on Feb 14, 2023
-
Configuration menu - View commit details
-
Copy full SHA for e2d914c - Browse repository at this point
Copy the full SHA e2d914cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 489aa58 - Browse repository at this point
Copy the full SHA 489aa58View commit details -
Configuration menu - View commit details
-
Copy full SHA for 1532784 - Browse repository at this point
Copy the full SHA 1532784View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9684d05 - Browse repository at this point
Copy the full SHA 9684d05View commit details -
Configuration menu - View commit details
-
Copy full SHA for 8cb19eb - Browse repository at this point
Copy the full SHA 8cb19ebView commit details
Commits on Feb 17, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 4363e12 - Browse repository at this point
Copy the full SHA 4363e12View commit details