-
Notifications
You must be signed in to change notification settings - Fork 482
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
[vivienherq] iP #529
Open
vivienherq
wants to merge
72
commits into
nus-cs2103-AY2324S1:master
Choose a base branch
from
vivienherq: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.
Open
[vivienherq] iP #529
Changes from 1 commit
Commits
Show all changes
72 commits
Select commit
Hold shift + click to select a range
28ad2b8
Add Gradle support
ed6d4d2
Bump gradle and lib version
Eclipse-Dominator 4b12bd6
rename
vivienherq a6f13d3
greet & exit
vivienherq 6ae3cc1
echo
vivienherq cfc7c19
store & list
vivienherq ae180ce
task class
vivienherq 07d666a
mark & unmark
vivienherq 4cec3c5
lvl4 todo, event & deadline classes
vivienherq a056e50
lvl4 todo
vivienherq acbfead
lvl4 create todos, events, deadlines
vivienherq 0dadc72
lvl 5 handle errors
vivienherq 91b96cf
lvl 6 delete
vivienherq 2445b29
add text ui testing
vivienherq 8f55d5e
add save tasks and load task
vivienherq 4fc7fc4
implement datetime recognition for deadline
vivienherq 725c47e
Refactor code into Ui, Storage, Parser, TaskList, Command classes
vivienherq 34281a2
Revert latest commit to push to A-MoreOOP Branch
vivienherq 6bcc6ec
Refactor code into Ui, Storage, Parser, TaskList, Command classes
vivienherq 85e358c
Organise classes into packages
vivienherq 8144a1c
Merge branch 'A-Packages'
vivienherq 89204e3
Merge pull request #1 from vivienherq/add-gradle-support
vivienherq 23714e1
Add Gradle support
vivienherq 88e778a
Add JUnit tests
vivienherq 9b188fa
Merge pull request #2 from vivienherq/A-JUnit
vivienherq 1fef7f7
Modify build.gradle for JAR creation
vivienherq 0314cf6
Implement find feature to search for tasks
vivienherq 1e5aa08
Add JavaDocs to methods and classes
vivienherq 9dcbe69
Modify code to apply coding standards
vivienherq b4f582c
Merge pull request #3 from vivienherq/branch-Level-9
vivienherq fbeeb36
Merge pull request #4 from vivienherq/branch-A-CodingStandard
vivienherq 5e0e18e
Merge branch 'master' into branch-A-JavaDoc
vivienherq 69be13d
Merge pull request #5 from vivienherq/branch-A-JavaDoc
vivienherq c6507ac
Fix coding style violations
vivienherq 6fbf6bd
Create GUI for Dude
vivienherq 1f85905
Add functionality to GUI for dude
vivienherq 0e72557
Add user interaction functionality to GUI for Dude
vivienherq 904825f
Merge pull request #6 from vivienherq/branch-Level-10
vivienherq e0f8bf4
Add assertions
vivienherq b9eff0b
Improve code quality
vivienherq b57f610
Merge pull request #7 from vivienherq/branch-A-Assertions
vivienherq 46ac71c
Merge pull request #8 from vivienherq/branch-A-CodeQuality
vivienherq cc740a9
Set up CI
vivienherq 2a9f2ab
Merge pull request #9 from vivienherq/branch-A-CI
vivienherq 5f3101e
Add Note and NoteList classes
vivienherq bd2e27d
Add and modify methods to support Notes
vivienherq 1130fc3
Fix Checkstyle violations
vivienherq 35e7c49
Merge pull request #10 from vivienherq/branch-D-Notes
vivienherq 19c71fe
Reorganise project structure and add packages
vivienherq ffb7e1f
Fix Checkstyle violations
vivienherq 44cfd21
Storage: prevent null values from being returned
vivienherq c963ac1
Find command: make matching case-insensitive
vivienherq af043e0
Configure dimension and layout of GUI
vivienherq d2a8732
Improve GUI
vivienherq 999bd2d
Merge pull request #12 from vivienherq/branch-A-BetterGui
vivienherq 1c87ec3
Add delete note command
vivienherq 2a15d2d
Add additional checks for error handling
vivienherq 94c8ed9
Add exceptions to Parser class
vivienherq fa95713
Add exceptions to Storage class
vivienherq c40cdf4
Improve error checking and exception handling for date and time
vivienherq e3b47f8
Merge pull request #13 from vivienherq/branch-A-MoreErrorHandling
vivienherq a527597
Add delay before exiting and closing GUI
vivienherq 3a58feb
Add personality for Dude
vivienherq 7197092
Merge pull request #14 from vivienherq/branch-A-Personality
vivienherq 8abaff7
Improve exception handling for parser
vivienherq 14375d2
Upload image of UI
vivienherq 1c14b2f
Improve code quality
vivienherq fbe3510
Update README.md
vivienherq 4044a2c
Find command: support searching notes
vivienherq 224d2a7
Update README.md
vivienherq 8ec8d9e
Refactor classes into packages
vivienherq ddb13e1
Configure build.gradle to create fat JAR file
vivienherq 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
Add additional checks for error handling
- Loading branch information
commit 2a15d2d52e017a652254185275962b8796ad380b
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
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.
This file can be excluded from commits!