forked from se-edu/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 109
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
[T9][F10-C4] #179
Open
LiXiaoooowei
wants to merge
342
commits into
nus-cs2103-AY1617S1:master
Choose a base branch
from
CS2103AUG2016-F10-C4: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.
+21,833
−4,262
Open
[T9][F10-C4] #179
Changes from 80 commits
Commits
Show all changes
342 commits
Select commit
Hold shift + click to select a range
0518211
add "refresh" command to refresh all outdated recurring tasks
LiXiaoooowei 0aac4ee
update RefreshCommandTest cases
LiXiaoooowei badcf1e
Merge pull request #32 from CS2103AUG2016-F10-C4/add-recurring-task
LiXiaoooowei 61ea09e
Update diagrams for Model and Storage components
shixiyue c37696c
Update other diagrams in Developer Guide
shixiyue c5fa921
Update FilterCommand to support filter by start date, end date, deadl…
shixiyue dd63d28
Filter by not-recurring (filter r/)
shixiyue 92827c6
Add test for filterr command
shixiyue 3f2e944
Fix formatting
shixiyue 889fbd3
Fix regression on list command
shixiyue 975311b
Add undo change command
shixiyue 61aa0cf
Add redo change command
shixiyue 568fb65
Add test for undo/redo change command
shixiyue 814f435
import natty
LiXiaoooowei 3ee3d14
Merge pull request #33 from CS2103AUG2016-F10-C4/filter-command
shixiyue 20f28ee
Merge pull request #34 from CS2103AUG2016-F10-C4/undo-redo-command
shixiyue 90f0417
Add stemmer
shixiyue 5c7c0e9
Stem keywords and task names to support near match search
shixiyue d492cff
Support find with AND operator for advanced users
shixiyue e1423ad
Try to fix Travis (build on master branch)
shixiyue 9f5811f
update AddCommand to allow for natural language input
LiXiaoooowei 45ec7cd
minor correction
LiXiaoooowei bac3e14
make add command more defensive by adding another exception statement
LiXiaoooowei 7a5cada
Merge pull request #36 from CS2103AUG2016-F10-C4/import-natty-to-supp…
LiXiaoooowei 1f39f92
add author to methods I wrote
LiXiaoooowei 9830b59
add author for tasks i wrote contd
LiXiaoooowei c8846bb
contd
LiXiaoooowei 5764954
Update edit command - no test case and list view does not show changes
ed7064b
no message
44e7bac
Support ExactSearch and fix bug
shixiyue 7ccab18
Add test for power search
shixiyue ca23d77
Update find command message
shixiyue 94ec7ac
Merge branch 'master' into near-match-search
shixiyue 8a53aa8
Merge branch 'near-match-search'
shixiyue a07bf49
Merge branch 'master' into edit-command
shixiyue 6c42ede
Update list view to show changes for edit command
shixiyue 8eb9f9a
Merge branch 'edit-command'
shixiyue b1da290
Update badge on README.md
shixiyue 17a008c
Add Collate for Xiyue
shixiyue 4349eed
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
58a1474
Fix
shixiyue 8191e8c
Update collate
shixiyue 2e499f8
Update collated folder
shixiyue 1a6294a
Update collated for DeveloperGuide.md
shixiyue 3d0908a
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main…
shixiyue a06da5c
Update UI to show more tasks
shixiyue 8c36db1
Mimic the design of UI for filter panel
shixiyue 67776e5
Minor change on the view
shixiyue 29e3e22
Modify updateFilteredTaskList... and date parser to prepare for Filte…
shixiyue 438eb03
Update FilterPanel without test cases
shixiyue c6e2ce3
Minor fix
shixiyue a288e56
change color of filter panel
LiXiaoooowei cee3310
change main window layout and display index and tags for tasks
LiXiaoooowei 960f48b
Fix bug caused by the modification of date parser yesterday
shixiyue 5e3b376
temporary change font and style
LiXiaoooowei bc40473
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
7b71116
Added collated files
87a33fe
Change checkbox to toggle button; add test for Filter Panel
shixiyue 3c8b0f0
Fix code quality issues detected by codacy
shixiyue d9b024a
Merge branch 'master' into gui
shixiyue 9355123
Rename test
shixiyue 40c03e1
Merge branch 'gui'
shixiyue efc2124
update unit test <addCommandTest> in test.logic
LiXiaoooowei 2e9b140
Fix DATE_VALIDATION_REGEX
shixiyue dd4d0a9
Merge pull request #48 from CS2103AUG2016-F10-C4/addcommandtest
LiXiaoooowei f0994b9
minor fix
LiXiaoooowei 908b5f0
Update 'Features' part in user guide for find, change, undo, redo and…
shixiyue c0a8c7c
add test cases for unit testing on deleteCommand
LiXiaoooowei 3cb00b9
Refactor Date and modify date parser to handle dates that are invalid…
shixiyue 1362b81
Add files via upload
LiXiaoooowei 4c8500d
update ui picture
LiXiaoooowei ceea5ee
Merge pull request #49 from CS2103AUG2016-F10-C4/refactor
shixiyue d0f9260
add ListCommandTest
LiXiaoooowei f76e4b2
delete redundant listCommandTst
LiXiaoooowei ebdccaf
Merge pull request #50 from CS2103AUG2016-F10-C4/unitTestOnDeleteRefr…
LiXiaoooowei 9f3a735
Add files via upload
LiXiaoooowei 961b9d2
Add priority class
75b4d4f
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
f7a28b8
Change icon image
8a36df0
Continue updating
shixiyue 65e6e71
Fix bugs in test folder caused by adding priority attribute (now all …
shixiyue f319cef
refactor addCommand
LiXiaoooowei 75da729
Change app title
1e25621
Change font and add priority
d759a8c
refactor delete command, change delete by name to show all valid task…
LiXiaoooowei 6e9c27b
Update filter to support filter by day (ignore time)
shixiyue 0151f89
Support jump to filtter panel by command and refactor types
shixiyue 6ba604d
Support filter by priority in filter panel
shixiyue 506157e
refactor recurring command
LiXiaoooowei b924566
refactor doneCommand
LiXiaoooowei c23ef5e
Add test cases for jump commands and fix bugs
shixiyue 63a923a
refactor listCommand
LiXiaoooowei 21fd8f2
Merge pull request #51 from CS2103AUG2016-F10-C4/enhance-filter-panel
shixiyue b1d375c
Refactor and update unit test for FindCommand
shixiyue 77394e0
refactor listCommandTest in guitest
LiXiaoooowei a1cc6b9
Add unit test for filter command
shixiyue ea59acb
refactor add command test in guitest
LiXiaoooowei 061ad1b
refactor delete command test in gui
LiXiaoooowei 424bfda
refactor done command test in gui
LiXiaoooowei 5ddc221
refactor refresh command on gun
LiXiaoooowei 77aecbf
minor fix
LiXiaoooowei cadb93d
Merge branch 'improveCodeQualify'
LiXiaoooowei 02f23f1
resolve conflict
LiXiaoooowei c9ef69c
Add GUI part in UserGuide
shixiyue 939bca3
Edit UI css
c2011be
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
3493c41
Modify add command message
f417793
Fix bug
shixiyue 3c79d7a
Merge pull request #54 from CS2103AUG2016-F10-C4/update-user-guide
shixiyue d265c17
Merge branch 'master' into unit-test-find-and-filter-command
shixiyue b8caedc
Fix bug
shixiyue ae1fd21
Merge branch 'unit-test-find-and-filter-command'
shixiyue 172d52f
Edit EditCommandTest & Exit Command message
a46f2c4
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
93bf3f9
Add EditCommandTest to logic test
5b6e5ca
Add new ui image & update edit command in user guide
0d68f70
Update AboutUs.md
angellineeee 7befdab
Update AboutUs.md
angellineeee b76d90a
Update AboutUs.md
angellineeee b512ee4
Update AboutUs.md
angellineeee 667f6ea
Update AboutUs.md
angellineeee 1f77f17
Fix bug so all tests pass and change default user prefs
shixiyue 925247a
Update Xiyue's part in AboutUs
shixiyue 5051da3
Add DateUtilTest
shixiyue 67c4b7a
Add test for Deadline and EventDate
shixiyue 6d3c37d
Merge pull request #56 from CS2103AUG2016-F10-C4/unit-test-for-date
shixiyue 5bb717d
Edit font size and add jar file
1041058
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
01788c4
no message
LiXiaoooowei f248006
update developer guide
LiXiaoooowei 7c3763e
update user guide
LiXiaoooowei 96fbbf4
update aboutUs
LiXiaoooowei 77cac8b
Merge pull request #57 from CS2103AUG2016-F10-C4/updateDeveloperGuide
LiXiaoooowei 595c076
Merge pull request #58 from CS2103AUG2016-F10-C4/updateAboutUs
LiXiaoooowei 991157f
Merge pull request #59 from CS2103AUG2016-F10-C4/updateUserGuide
LiXiaoooowei 68d831b
update UserGuide
LiXiaoooowei ce32971
Add indicateAttemptToExecuteIncorrectCommand() when commands fail
shixiyue 6f438c9
Minor adjustment (show all entries when input incorrect command)
shixiyue 4e17ef5
Merge pull request #60 from CS2103AUG2016-F10-C4/GUI-enhancement
shixiyue 71c8460
Fix EditCommand bugs
b082912
no message
826d732
remove redundant code on duplicate task
LiXiaoooowei 4270f05
update collated file
LiXiaoooowei 5a7e8ba
Ignore failed edit tests. Will fix them later.
shixiyue 36c24f1
Refactor change, undochange, redochange, undo and redo commands
shixiyue c74d6b4
Refactor change command and undo/redo change commands gui tests
shixiyue 58a0f71
Refactor undo command gui test
shixiyue 57a1ec9
Merge pull request #61 from CS2103AUG2016-F10-C4/refactor
shixiyue 9d82009
Fix EditCommand and EditCommand test
3b27255
Add comments to parser
0e36b22
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
3bbf685
Rename methods and add unit test for XmlTaskManagerStorage
shixiyue a9a6fb8
Remove redundant code in stemmer
shixiyue 7654566
refactor add, delete, list, done and refresh commands
LiXiaoooowei 8d9bff5
Add integration test and correct comment format
shixiyue 737af8d
Fix bug in test code (All test should pass now)
shixiyue 8c15359
fix deletecommandtest bug indicated by travis
LiXiaoooowei 5b5cf3f
Merge pull request #62 from CS2103AUG2016-F10-C4/intergation-unit-tes…
shixiyue 44d1af7
Change types from string constant to enum
shixiyue eb12890
Refacor filter panel
shixiyue dcda30a
Refacor filter command
shixiyue 1a74d51
refactor recurring task code
LiXiaoooowei f2727a6
Update filter panel
shixiyue 658aad4
Merge branch 'master' into improvecodequality
LiXiaoooowei 0ecdbdb
Refactor filter panel
shixiyue 703906b
Add tests for the update method in filte panel
shixiyue 5aec5fd
Fix bug in filter panel test
shixiyue 73c0d6d
Merge pull request #67 from CS2103AUG2016-F10-C4/enhance-filter-panel
shixiyue 6208a4b
continue..
LiXiaoooowei 69af100
Merge branch 'master' into improvecodequality
LiXiaoooowei 6a41c6e
add recurringTest
LiXiaoooowei d0c4658
add test for missing recurring date exception
LiXiaoooowei 7a7130f
add more test cases to refresh command test
LiXiaoooowei 775cd7e
add more comments to refreshTest
LiXiaoooowei 87c62bb
delete refresh test in logic test
LiXiaoooowei 041ae0f
Merge pull request #66 from CS2103AUG2016-F10-C4/improvecodequality
LiXiaoooowei 24e6377
Add comments to EditCommand and tests
d5857bc
Modify codes and add comments
c8e3d93
Modify comment and remove redundant code
shixiyue d65f4ae
Fix bug in config util test and continue remove redundant code
shixiyue 7de0476
Fix bug in equal() method in ReadOnlyTask
shixiyue 2d1f3c8
Review common and logic components.
shixiyue 5834733
Fix bugs caused by modifying message
shixiyue 8887812
update diagrams for Developer guide
LiXiaoooowei 2b1600d
Continue...
shixiyue d343e93
Merge pull request #69 from CS2103AUG2016-F10-C4/review
shixiyue 686fdaf
Merge pull request #70 from CS2103AUG2016-F10-C4/improvecodequality
LiXiaoooowei 018e6f5
Rename methods and classes in model component
shixiyue 8c5c476
rename packages
LiXiaoooowei 3d7f62c
Review storage and ui component
shixiyue f00c553
Merge pull request #71 from CS2103AUG2016-F10-C4/renamePackages
LiXiaoooowei 97e4b62
Add files via upload
LiXiaoooowei b20166a
update collated file
LiXiaoooowei 67270e0
Review tests
shixiyue c235f41
extract method for prepareAdd
LiXiaoooowei b938539
Merge remote-tracking branch 'origin/master' into review
shixiyue 29528d5
Merge branch 'review'
shixiyue c766de0
review test
LiXiaoooowei f2cca65
review user guide
LiXiaoooowei 79e49e4
Merge pull request #73 from CS2103AUG2016-F10-C4/improvecodequality
LiXiaoooowei 593d1a4
Update UserGuide.md
shixiyue c5f1ee3
Resolve conflicts in UserGuide
shixiyue 3d54a5d
Update developer guide
shixiyue 6f55436
update testScript.md and sampleTestData
LiXiaoooowei 77ff2ee
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
LiXiaoooowei 1c20551
Fix error in developer guide
shixiyue 2c15ab4
update aboutus.md
LiXiaoooowei 5888d17
Add jump to the task after adding or edit it
shixiyue 1245de5
Modify UI
cd22a6c
no message
b7e358e
Modify TaskCard import package
5ace46d
fix minor bugs
LiXiaoooowei a98a4fc
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
LiXiaoooowei 09ff4ce
Modify import packages
48a58ff
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
8dddfd7
update AboutUs.md to include all valid links
LiXiaoooowei d5e2459
review docs
LiXiaoooowei b39de44
update links on developerGuide
LiXiaoooowei 7dd068e
Modify TestScript
0bfa554
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
0c524ac
Update AboutUs.md
angellineeee 1c0237a
Modify EditCommand
a4abc19
Update TestScript.md
shixiyue ff00585
Fix bug and change defualt storage file
shixiyue 368520c
Fix undo message.
shixiyue c9577d2
Correct format in test script
shixiyue d3fdb87
Add jump to respective item after delete and done. (remove jump to ed…
shixiyue d47025f
Modify EditCommand
805d902
fix bugs
LiXiaoooowei 1678927
minor fix
LiXiaoooowei b4edd09
Update TestScript.md
shixiyue db2a6ae
fix bug
LiXiaoooowei e6139d4
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
ad6aaa4
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
LiXiaoooowei 1c4cb54
Update TestScript.md
shixiyue dbc08a1
update collate
LiXiaoooowei 8d78ba5
Merge branches 'master' and 'master' of https://github.com/CS2103AUG2…
LiXiaoooowei ce6ede9
Update UI picture
3c815fc
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
e59e011
fix
LiXiaoooowei d220e6d
no message
b149a22
Update TestScript.md
shixiyue 852b29d
no message
90165b1
Merge branch 'master' of https://github.com/CS2103AUG2016-F10-C4/main
17381fa
Update JAR file
db53dd1
update jar
LiXiaoooowei 713f9c0
update testScript
LiXiaoooowei 8790418
Fix bug in test
shixiyue 2d51469
Update TestScript to make instruction clearer
shixiyue d34075f
Final fix for TestScript
shixiyue 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
Binary file not shown.
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
Oops, something went wrong.
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.
@LiXiaoooowei You all did not update the diagrams? If you do please update the diagram here :)
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.
@chanjunweimy Thanks for the feedback! Diagrams in Developer Guide are now updated :) !