Skip to content
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

V0.4 Milestone #92

Merged
merged 68 commits into from
Oct 26, 2016
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
68 commits
Select commit Hold shift + click to select a range
b722c1c
Refactor and clean code base
qhng Oct 21, 2016
4275e33
Refactor TaskFieldParser,IndexParser,FindCommandParser subparsing met…
e0003801 Oct 21, 2016
9d448c2
Merge pull request #71 from CS2103AUG2016-T14-C2/V0.4-Refactor-And-Cl…
qhng Oct 21, 2016
55844cf
Merge branch 'V0.4' of https://github.com/CS2103AUG2016-T14-C2/main i…
e0003801 Oct 21, 2016
5247497
Refactor Command abstract class setData() method to setModel().
e0003801 Oct 21, 2016
0fb08ec
Add parsing preprocessing handling methods in Logic interface and Log…
e0003801 Oct 21, 2016
df09c0a
Add AliasSymbol as the model data for alias symbols
e0003801 Oct 22, 2016
64fe1ab
Add UnaliasCommandParser to parse unalias command
e0003801 Oct 22, 2016
ea16c55
Add canParseHeader() method in Logic and LogicManager to support quer…
e0003801 Oct 22, 2016
aad8465
Merge pull request #74 from CS2103AUG2016-T14-C2/V0.4-Alias
e0003801 Oct 22, 2016
2641c57
Modify to MasterParser.registerCommandParser() to return boolean if r…
e0003801 Oct 23, 2016
35217da
Established structure for undo and redo, missing inverse commands for…
tet54 Oct 24, 2016
242f09c
Undo for Add Command implemented
tet54 Oct 24, 2016
82f3acf
Implemented Undo for AliasCommand
tet54 Oct 24, 2016
8ca6b2e
Implemented redo for Delete and undo for Unalias
tet54 Oct 24, 2016
f9dd4e4
Reflect actual outputs to match expected test cases.
qhng Oct 24, 2016
8569ef3
Implemented redo for Alias, and undo for Modify
tet54 Oct 24, 2016
0551581
Merge pull request #77 from CS2103AUG2016-T14-C2/V0.4-Fix-SUT
qhng Oct 24, 2016
84a28ef
Implemented undo and redo for multiple index delete
tet54 Oct 24, 2016
802a4ce
Implemented undo and redo for clear and delete commands
tet54 Oct 24, 2016
dbb043f
Updated command methods
tet54 Oct 24, 2016
19cf4b1
Implemented Mark Command
tet54 Oct 24, 2016
3eefdcd
Updated mark command
tet54 Oct 24, 2016
ae0a954
Implemented unmark command
tet54 Oct 24, 2016
31d7ba3
Merge remote-tracking branch 'origin/V0.4' into V0.4-Mark-Unmark
tet54 Oct 25, 2016
56a0538
Remove CommandModels. Unnecessary coupling removed.
qhng Oct 25, 2016
23a7d3d
Merge pull request #78 from CS2103AUG2016-T14-C2/V0.4-Remove-CommandM…
qhng Oct 25, 2016
e20948d
Update Architecture diagram
e0003801 Oct 26, 2016
aaf4d79
Update LogicClassDiagram, fix arrow in Architecture Diagram
e0003801 Oct 26, 2016
614db60
Update DeletePersonSdForLogic.png
e0003801 Oct 26, 2016
3191f50
Add * quantifier to CommandParser interface for LogicClassDiagram
e0003801 Oct 26, 2016
c54fcbc
Fix default values not being used for Task
qhng Oct 26, 2016
43c5e9c
Update SUT components to start off with default values specified in Task
qhng Oct 26, 2016
0b87be0
Implement smart defaults for date
qhng Oct 26, 2016
53bbd1c
Merge pull request #83 from CS2103AUG2016-T14-C2/V0.4-Implement-Smart…
qhng Oct 26, 2016
23f2a3e
Implement search by category
qhng Oct 26, 2016
f4e2b55
Merge pull request #84 from CS2103AUG2016-T14-C2/V0.4-Implement-Searc…
qhng Oct 26, 2016
a5dad2c
Update UserGuide.md
qhng Oct 26, 2016
aaae65f
Update UserGuide.md
qhng Oct 26, 2016
48dde8e
Update UserGuide.md
qhng Oct 26, 2016
3c77917
Update UserGuide.md
qhng Oct 26, 2016
8bc1a72
Update UserGuide.md
qhng Oct 26, 2016
fcfa44d
Update DeveloperGuide.md
qhng Oct 26, 2016
c00e3e6
Update diagrams
qhng Oct 26, 2016
5f343bd
Update diagrams
qhng Oct 26, 2016
e8f4f1a
Updated Diagrams powerpoint file
tet54 Oct 26, 2016
07483c7
Updated developer guide with undo and redo use cases + minor format u…
tet54 Oct 26, 2016
1ff858b
Update Architecture.png and LogicClassDiagram.png
e0003801 Oct 26, 2016
9f44ee6
Update Diagrams
e0003801 Oct 26, 2016
4c637f1
Update Architecture.png and LogicClassDiagram.png
e0003801 Oct 26, 2016
fb06eac
Update LogicClassDiagram.png
e0003801 Oct 26, 2016
31bcda8
Deleted
e0003801 Oct 26, 2016
e83270f
Add LogicClassDiagram
e0003801 Oct 26, 2016
e760248
Collate codes
qhng Oct 26, 2016
c16278e
Merge pull request #88 from CS2103AUG2016-T14-C2/V0.4-Qh-Collate
qhng Oct 26, 2016
ecfaeda
Collate update
qhng Oct 26, 2016
a88916b
Merge pull request #89 from CS2103AUG2016-T14-C2/V0.4-Qh-Collate
qhng Oct 26, 2016
570ccb6
Update DeveloperGuide.md
qhng Oct 26, 2016
a37fa41
Update DeveloperGuide.md
qhng Oct 26, 2016
8063708
Add //@@author
e0003801 Oct 26, 2016
c13abd2
Update collate
qhng Oct 26, 2016
2c0982f
Temporarily Fixes #82
e0003801 Oct 26, 2016
bf1cf2e
Merge pull request #90 from CS2103AUG2016-T14-C2/V0.4-Qh-Collate
e0003801 Oct 26, 2016
ecf5636
Fix modify command parser not accepting empty values
e0003801 Oct 26, 2016
935410b
Merge branch 'V0.4' of https://github.com/CS2103AUG2016-T14-C2/main i…
e0003801 Oct 26, 2016
0d0d0e8
Fix removing fields that were setted previously and needs to be "unset"
qhng Oct 26, 2016
6df335e
Update unknown command to show help message. Update SUT to reflect ch…
qhng Oct 26, 2016
826ec60
Merge pull request #91 from CS2103AUG2016-T14-C2/V0.4-Modify-Remove
qhng Oct 26, 2016
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .project
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<projectDescription>
<name>addressbook-level4</name>
<name>main</name>
<comment>Project addressbook-level4 created by Buildship.</comment>
<projects>
</projects>
Expand Down
Loading