-
Notifications
You must be signed in to change notification settings - Fork 228
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
[Sherman Ho] iP #232
base: master
Are you sure you want to change the base?
[Sherman Ho] iP #232
Commits on Jul 23, 2020
-
damithc authored and damithc committed
Jul 23, 2020 Configuration menu - View commit details
-
Copy full SHA for 3b19ba1 - Browse repository at this point
Copy the full SHA 3b19ba1View commit details
Commits on Aug 29, 2020
-
build.gradle: Update version to 8.29
damithc committedAug 29, 2020 Configuration menu - View commit details
-
Copy full SHA for a75fcee - Browse repository at this point
Copy the full SHA a75fceeView commit details
Commits on Jan 20, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d518a02 - Browse repository at this point
Copy the full SHA d518a02View commit details -
Configuration menu - View commit details
-
Copy full SHA for bcd1275 - Browse repository at this point
Copy the full SHA bcd1275View commit details -
Configuration menu - View commit details
-
Copy full SHA for f4d6f0f - Browse repository at this point
Copy the full SHA f4d6f0fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 179b869 - Browse repository at this point
Copy the full SHA 179b869View commit details -
Configuration menu - View commit details
-
Copy full SHA for e707812 - Browse repository at this point
Copy the full SHA e707812View commit details -
Configuration menu - View commit details
-
Copy full SHA for c7cdb78 - Browse repository at this point
Copy the full SHA c7cdb78View commit details -
Configuration menu - View commit details
-
Copy full SHA for a171f30 - Browse repository at this point
Copy the full SHA a171f30View commit details -
Configuration menu - View commit details
-
Copy full SHA for d8b325f - Browse repository at this point
Copy the full SHA d8b325fView commit details -
Whoops, renamed Events to Event and actually include Event as creatio…
…n. Good time for automated testing
Configuration menu - View commit details
-
Copy full SHA for 557f98c - Browse repository at this point
Copy the full SHA 557f98cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f652e5 - Browse repository at this point
Copy the full SHA 7f652e5View commit details -
Somewhat fixed unicode, probably need to fix how files are compared c…
…ause line endings shouldn't matter
Configuration menu - View commit details
-
Copy full SHA for 558f9b7 - Browse repository at this point
Copy the full SHA 558f9b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 691306e - Browse repository at this point
Copy the full SHA 691306eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4856b15 - Browse repository at this point
Copy the full SHA 4856b15View commit details -
Configuration menu - View commit details
-
Copy full SHA for 819aea7 - Browse repository at this point
Copy the full SHA 819aea7View commit details -
Configuration menu - View commit details
-
Copy full SHA for dec65f3 - Browse repository at this point
Copy the full SHA dec65f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 945ec43 - Browse repository at this point
Copy the full SHA 945ec43View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7fb940a - Browse repository at this point
Copy the full SHA 7fb940aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6db18be - Browse repository at this point
Copy the full SHA 6db18beView commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 6563d2c - Browse repository at this point
Copy the full SHA 6563d2cView commit details -
Add minimal code to implement saving.
Code does not implement saving Need to persist the change across runs Let's: * Add and call code to load and save data * Add file safe string functions to tasks
Configuration menu - View commit details
-
Copy full SHA for 6d3e2d1 - Browse repository at this point
Copy the full SHA 6d3e2d1View commit details -
Configuration menu - View commit details
-
Copy full SHA for eab0390 - Browse repository at this point
Copy the full SHA eab0390View commit details -
Configuration menu - View commit details
-
Copy full SHA for b985269 - Browse repository at this point
Copy the full SHA b985269View commit details -
Configuration menu - View commit details
-
Copy full SHA for 100297e - Browse repository at this point
Copy the full SHA 100297eView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ea7bf4 - Browse repository at this point
Copy the full SHA 4ea7bf4View commit details -
Source branch we are merging from spreads out Date parsing too wide This increases the possiblity for inconsistency Let's move the parsing of strings to LocalDate into the Deadline class
Configuration menu - View commit details
-
Copy full SHA for 2aae990 - Browse repository at this point
Copy the full SHA 2aae990View commit details -
Configuration menu - View commit details
-
Copy full SHA for a66f65a - Browse repository at this point
Copy the full SHA a66f65aView commit details -
Configuration menu - View commit details
-
Copy full SHA for 494dc33 - Browse repository at this point
Copy the full SHA 494dc33View commit details
Commits on Jan 29, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 1edba8d - Browse repository at this point
Copy the full SHA 1edba8dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 079455b - Browse repository at this point
Copy the full SHA 079455bView commit details
Commits on Jan 31, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 69d2fb3 - Browse repository at this point
Copy the full SHA 69d2fb3View commit details -
Refactor java files into packages
Currently, the project src files are all in one single src folder. This makes it very unclear what files are logically together and clutter the folder view. Let's * Create a top level package 'duke' * Create the sub-packages 'command', 'exception' and 'task' * Leave the files; 'Duke', 'Parser', 'TaskList', 'TaskListFileUtils' and 'Ui' in the top level package 'duke'. Note that I only place files that will have more than one related file into packages. I currently do not have any packages with only one file for now. Whether that is best practice or not is unknown, and may change in the future.
Configuration menu - View commit details
-
Copy full SHA for 52ab2af - Browse repository at this point
Copy the full SHA 52ab2afView commit details -
Configuration menu - View commit details
-
Copy full SHA for 893c5e7 - Browse repository at this point
Copy the full SHA 893c5e7View commit details -
Configuration menu - View commit details
-
Copy full SHA for cfefbd8 - Browse repository at this point
Copy the full SHA cfefbd8View commit details -
Intergrate previously disconnected Object Oriented classes
The created object oriented classes is disconnected from the actual Duke main function There is a requirement for OOP to be used extentively by CS2103T Let's * Remove ill-formatted strings due to indiscriminate package refactoring * Properly flesh out Ui class functionality * Intergrate prevously created class into Duke * Edit TaskList and Storage to accomidate each other * Edit TaskList and Ui to accomidate error printing
Configuration menu - View commit details
-
Copy full SHA for e32afc4 - Browse repository at this point
Copy the full SHA e32afc4View commit details -
Configuration menu - View commit details
-
Copy full SHA for c1cf9f3 - Browse repository at this point
Copy the full SHA c1cf9f3View commit details -
Configuration menu - View commit details
-
Copy full SHA for eb5747d - Browse repository at this point
Copy the full SHA eb5747dView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5e0abc5 - Browse repository at this point
Copy the full SHA 5e0abc5View commit details -
Configuration menu - View commit details
-
Copy full SHA for d5405aa - Browse repository at this point
Copy the full SHA d5405aaView commit details
Commits on Feb 2, 2021
-
Configuration menu - View commit details
-
Copy full SHA for f1e59d5 - Browse repository at this point
Copy the full SHA f1e59d5View commit details
Commits on Feb 4, 2021
-
Configuration menu - View commit details
-
Copy full SHA for abb945f - Browse repository at this point
Copy the full SHA abb945fView commit details -
Search is currently only a wrapper on contains() This is bad because this breaks intuition (At least my intuition) about how searching should be done. For example: "in" should not match "Beating Minecraft" and "minecraft" should match it, but both of those cases are unfulfilled. Let's: * Attempt to check description on a per word basis from the start of the word ** Allow this to be overriden by the presence of multiple spaces * Do lowercase matching for everything by default ** Allow capital letters in the search to override this. The reason we allow exceptions is because we sometimes want more specific searching rules.
Configuration menu - View commit details
-
Copy full SHA for 7a7c782 - Browse repository at this point
Copy the full SHA 7a7c782View commit details -
Configuration menu - View commit details
-
Copy full SHA for 568e901 - Browse repository at this point
Copy the full SHA 568e901View commit details
Commits on Feb 5, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 4f53630 - Browse repository at this point
Copy the full SHA 4f53630View commit details -
Configuration menu - View commit details
-
Copy full SHA for a33d08c - Browse repository at this point
Copy the full SHA a33d08cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 856473f - Browse repository at this point
Copy the full SHA 856473fView commit details
Commits on Feb 8, 2021
-
Configuration menu - View commit details
-
Copy full SHA for d269a67 - Browse repository at this point
Copy the full SHA d269a67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 42cc0d0 - Browse repository at this point
Copy the full SHA 42cc0d0View commit details
Commits on Feb 9, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 24aeb95 - Browse repository at this point
Copy the full SHA 24aeb95View commit details -
Configuration menu - View commit details
-
Copy full SHA for 89afdd5 - Browse repository at this point
Copy the full SHA 89afdd5View commit details -
Merge branch 'branch-A-JavaDoc'
Added JavaDoc to new functions and made some functions private
Configuration menu - View commit details
-
Copy full SHA for 1e5d21c - Browse repository at this point
Copy the full SHA 1e5d21cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 003cfda - Browse repository at this point
Copy the full SHA 003cfdaView commit details
Commits on Feb 11, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 621e63f - Browse repository at this point
Copy the full SHA 621e63fView commit details
Commits on Feb 12, 2021
-
Merge remote-tracking branch 'remotes/upstream/add-gradle-support' in…
…to branch-A-Gradle
Configuration menu - View commit details
-
Copy full SHA for 9b30ce7 - Browse repository at this point
Copy the full SHA 9b30ce7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14bc7ac - Browse repository at this point
Copy the full SHA 14bc7acView commit details -
Configuration menu - View commit details
-
Copy full SHA for e7457a9 - Browse repository at this point
Copy the full SHA e7457a9View commit details -
Configuration menu - View commit details
-
Copy full SHA for 10af3b6 - Browse repository at this point
Copy the full SHA 10af3b6View commit details -
Configuration menu - View commit details
-
Copy full SHA for bb690a7 - Browse repository at this point
Copy the full SHA bb690a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5998f67 - Browse repository at this point
Copy the full SHA 5998f67View commit details -
Configuration menu - View commit details
-
Copy full SHA for 514a694 - Browse repository at this point
Copy the full SHA 514a694View commit details -
Configuration menu - View commit details
-
Copy full SHA for 725faea - Browse repository at this point
Copy the full SHA 725faeaView commit details -
Configuration menu - View commit details
-
Copy full SHA for 68d8318 - Browse repository at this point
Copy the full SHA 68d8318View commit details -
Configuration menu - View commit details
-
Copy full SHA for e17d7d6 - Browse repository at this point
Copy the full SHA e17d7d6View commit details
Commits on Feb 13, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 05f73fc - Browse repository at this point
Copy the full SHA 05f73fcView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1bec18 - Browse repository at this point
Copy the full SHA b1bec18View commit details -
Configuration menu - View commit details
-
Copy full SHA for 01fffc3 - Browse repository at this point
Copy the full SHA 01fffc3View commit details -
Configuration menu - View commit details
-
Copy full SHA for d78dbd7 - Browse repository at this point
Copy the full SHA d78dbd7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 14f02eb - Browse repository at this point
Copy the full SHA 14f02ebView commit details -
Configuration menu - View commit details
-
Copy full SHA for 18cf047 - Browse repository at this point
Copy the full SHA 18cf047View commit details -
Configuration menu - View commit details
-
Copy full SHA for b1c6d6d - Browse repository at this point
Copy the full SHA b1c6d6dView commit details
Commits on Feb 14, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 076010a - Browse repository at this point
Copy the full SHA 076010aView commit details
Commits on Feb 15, 2021
-
Configuration menu - View commit details
-
Copy full SHA for eefd33e - Browse repository at this point
Copy the full SHA eefd33eView commit details -
Configuration menu - View commit details
-
Copy full SHA for bb44eb1 - Browse repository at this point
Copy the full SHA bb44eb1View commit details
Commits on Feb 16, 2021
-
Configuration menu - View commit details
-
Copy full SHA for cc14009 - Browse repository at this point
Copy the full SHA cc14009View commit details -
Configuration menu - View commit details
-
Copy full SHA for 877e896 - Browse repository at this point
Copy the full SHA 877e896View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5790efb - Browse repository at this point
Copy the full SHA 5790efbView commit details -
Configuration menu - View commit details
-
Copy full SHA for a977e38 - Browse repository at this point
Copy the full SHA a977e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for 57ccda8 - Browse repository at this point
Copy the full SHA 57ccda8View commit details -
Configuration menu - View commit details
-
Copy full SHA for e8a0bc6 - Browse repository at this point
Copy the full SHA e8a0bc6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4e8de88 - Browse repository at this point
Copy the full SHA 4e8de88View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f4d8ad - Browse repository at this point
Copy the full SHA 6f4d8adView commit details -
Configuration menu - View commit details
-
Copy full SHA for 37c31dc - Browse repository at this point
Copy the full SHA 37c31dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a7d3eb0 - Browse repository at this point
Copy the full SHA a7d3eb0View commit details -
Configuration menu - View commit details
-
Copy full SHA for 732447d - Browse repository at this point
Copy the full SHA 732447dView commit details -
Configuration menu - View commit details
-
Copy full SHA for e90e3a8 - Browse repository at this point
Copy the full SHA e90e3a8View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0313e1 - Browse repository at this point
Copy the full SHA a0313e1View commit details -
Configuration menu - View commit details
-
Copy full SHA for cf57033 - Browse repository at this point
Copy the full SHA cf57033View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6c11a8e - Browse repository at this point
Copy the full SHA 6c11a8eView commit details -
Configuration menu - View commit details
-
Copy full SHA for c0ab2df - Browse repository at this point
Copy the full SHA c0ab2dfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 6bb1aa1 - Browse repository at this point
Copy the full SHA 6bb1aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 438d93c - Browse repository at this point
Copy the full SHA 438d93cView commit details
Commits on Feb 17, 2021
-
Configuration menu - View commit details
-
Copy full SHA for dd21308 - Browse repository at this point
Copy the full SHA dd21308View commit details -
Merge pull request #2 from nighoggDatatype/branch-A-CodeQuality
Large improvements to code quality
Configuration menu - View commit details
-
Copy full SHA for e9ae6af - Browse repository at this point
Copy the full SHA e9ae6afView commit details -
Merge branch 'master' into branch-A-Assertions
Add one additional assertion for bad code path Fix at least some of the code quality issues present in branch-A-Assertions
Configuration menu - View commit details
-
Copy full SHA for a9ac758 - Browse repository at this point
Copy the full SHA a9ac758View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d4f3b0 - Browse repository at this point
Copy the full SHA 4d4f3b0View commit details -
Merge pull request #4 from nighoggDatatype/branch-A-Assertions
Add assertions and introduce 2 bug fixes
Configuration menu - View commit details
-
Copy full SHA for 1a4f6f5 - Browse repository at this point
Copy the full SHA 1a4f6f5View commit details -
Merge pull request #3 from nighoggDatatype/branch-A-Streams-Lambda
Add Streams and Lambdas
Configuration menu - View commit details
-
Copy full SHA for f472d0d - Browse repository at this point
Copy the full SHA f472d0dView commit details -
Add new formatting options for Deadline dates, and adjusted error mes…
…sages accordingly
Configuration menu - View commit details
-
Copy full SHA for 41f5db3 - Browse repository at this point
Copy the full SHA 41f5db3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97dcd14 - Browse repository at this point
Copy the full SHA 97dcd14View commit details -
Configuration menu - View commit details
-
Copy full SHA for c4157f2 - Browse repository at this point
Copy the full SHA c4157f2View commit details
Commits on Feb 18, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 452b578 - Browse repository at this point
Copy the full SHA 452b578View commit details -
Configuration menu - View commit details
-
Copy full SHA for 7f615c4 - Browse repository at this point
Copy the full SHA 7f615c4View commit details -
Configuration menu - View commit details
-
Copy full SHA for 003db68 - Browse repository at this point
Copy the full SHA 003db68View commit details -
Configuration menu - View commit details
-
Copy full SHA for df960cd - Browse repository at this point
Copy the full SHA df960cdView commit details
Commits on Feb 19, 2021
-
Configuration menu - View commit details
-
Copy full SHA for 0083b41 - Browse repository at this point
Copy the full SHA 0083b41View commit details -
Configuration menu - View commit details
-
Copy full SHA for 06eeccc - Browse repository at this point
Copy the full SHA 06eecccView commit details