-
Notifications
You must be signed in to change notification settings - Fork 361
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
[clydelhui] iP #373
Open
clydelhui
wants to merge
32
commits into
nus-cs2103-AY2223S2:master
Choose a base branch
from
clydelhui:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
+2,325
−28
Open
[clydelhui] iP #373
Changes from 2 commits
Commits
Show all changes
32 commits
Select commit
Hold shift + click to select a range
556af3f
Add Gradle support
5ba595d
Modified Duke.java
clydelhui 8dfc573
Modified Duke.java
clydelhui 808b76a
Added Task.java and Modified Duke.java
clydelhui 3e0e70a
Added new task types, modified Duke.java
clydelhui 1222458
Added Text UI Testing
clydelhui 75ff48e
Mofiy runtest.bat to compile packages, created exceptions to handle i…
clydelhui b8795a2
Modify Duke.java to include delete functionality
clydelhui d44382f
Add saving functionality, add CommandHandler and TaskList classes
clydelhui 4a5cb95
Change type of Deadline to LocalDate
clydelhui 4949ee8
Merge branch 'branch-Level-7'
clydelhui 27e8322
Merge branch 'branch-Level-8'
clydelhui 1a3fb0a
Add Ui, Storage, Parser, and Command classes.
clydelhui 08bad31
Merge remote-tracking branch 'origin/add-gradle-support'
clydelhui d231c99
Add checkstyle to gradle, fix style issues, add JUnit tests for AddCo…
clydelhui 6943842
Add new StorageException, JavaDocs
clydelhui 7603704
Add new VoidCommand type "find"
clydelhui fc4f9e3
Modify files to fit coding standard
clydelhui 9b4cc31
Merge branch 'branch-A-JavaDoc'
clydelhui 0bf4219
Merge branch 'branch-A-CodingStandard'
clydelhui 3572669
Merge branch 'branch-Level-9'
clydelhui cad9b7a
add UI with JavaFX
clydelhui fa95494
Merge branch 'branch-Level-10'
clydelhui ad01988
add assertions
clydelhui 4f0e56a
Improve code quality
clydelhui 640b3e3
Merge pull request #2 from clydelhui/branch-A-Assertions
clydelhui 47cc6af
Merge branch 'master' of https://github.com/clydelhui/ip
clydelhui 9c2d01f
Merge pull request #3 from clydelhui/branch-CodeQuality
clydelhui d908fae
add sort functionality, empty list exception
clydelhui b65a8e2
Merge branch 'branch-BCD-Extension'
clydelhui 9d7b757
update README.md, make minor bug fixes
clydelhui 81c5f59
Modify README.md
clydelhui File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
perhaps the parameter "done" could be changed to "isDone" instead!