forked from se-edu/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 69
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
[v1.5][F09-B3] CoinBook #62
Open
laichengyu
wants to merge
122
commits into
nus-cs2103-AY1718S2:master
Choose a base branch
from
CS2103JAN2018-F09-B3: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
Changes from 23 commits
Commits
Show all changes
122 commits
Select commit
Hold shift + click to select a range
cdfa095
Add COMMAND_ALIAS as an attribute to each command.
eldon-chung 946207f
Modify AddressBookParser to recognise Command aliases and modify test…
eldon-chung 898b71a
Update the user guide to mention command aliases
eldon-chung 4d4293d
[#9] Add support for command aliases (#13)
ewaldhew 5608594
Add backupAddressBook method to AddressBookStorage interface
laichengyu 8922b92
Add overloaded backupAddressBook method
laichengyu d85fbbe
Remove unneeded overloaded method
laichengyu 4078d53
Add backupAddressBook method to StorageManager class
laichengyu cd403d8
Add backupAddressBook method to XmlAddressBookStorage class
laichengyu cd24669
Remove trailing whitespaces
laichengyu 2a56b3e
[#12] Add backup API for address book storage (#17)
ewaldhew b1f1643
[#11] Various UI enhancements (#16)
ewaldhew ff7335a
v1.0 Documentation (#29)
ewaldhew bd1f5b8
Update docs images (#32)
ewaldhew a259c0b
[#23] README.adoc: Add product description (#31)
neilish3re 83ff03a
[#25] Add fetch utility class to obtain data from external APIs (#39)
laichengyu 32b2fc3
[#28] Add news panel (#34)
eldon-chung 674fa0c
[#21] UserGuide: Update user guide to describe the project (#38)
eldon-chung 9faee50
[#22] AboutUs.adoc: Update with own team (#35)
ewaldhew ae6f59d
[#27] Charts panel component (#33)
ewaldhew 2710200
v1.1: Fix warnings (#42)
ewaldhew 746c28d
Version 1.1 released (#48)
ewaldhew ca959c7
[#36] Merge browser window (#47)
eldon-chung 52be103
DeveloperGuide.adoc#App.B: Add Feature Contribution (#66)
ewaldhew 2ab8b8f
v1.2 Documentation (#64)
ewaldhew dab145d
[#41] UsingCheckstyle.adoc: Add crucial step into instructions (#73)
ewaldhew 3d3f6ed
[#40] UserGuide.adoc: Mark features (#76)
eldon-chung 3f643d3
[#40] Add autocomplete to user guide (#75)
laichengyu 9d4b6f2
[#58][#63] Generic URL builder for API calls (#77)
laichengyu 7074714
[#65] v1.2 Documentation: Developer Guide (#67)
ewaldhew c7db6b8
[#61] Prepare for new feature (#68)
ewaldhew 3725ca3
[#26] Refactor person class (#78)
eldon-chung 6de95fa
Version 1.2 released (#79)
ewaldhew 89ca531
Documentation: Edit for style, Add diagrams (#86)
ewaldhew 929f916
[#26] Change most instances of `Address` to `Coin` (#87)
ewaldhew 266be0d
Relink README, Add UG usage (#100)
ewaldhew 6870d1e
[#46] Add Find command arguments parser (#102)
eldon-chung 730a0da
Change Edit command to Tag command (#98)
ewaldhew 91d7ff7
[#104] BuyCommand: Add new command (#106)
ewaldhew f26ac68
Version 1.3 released (#107)
ewaldhew 04ef9b9
[#89] Add SyncCommand (#110)
laichengyu 238bb2e
[#111] Merge Lexer.java into ArgumentTokenizer.java (#112)
eldon-chung 83c6a79
Version 1.3b released (#113)
ewaldhew abec483
Add `buy` command related tests (#108)
ewaldhew 150c34c
[#117] Add multi-word tags (#119)
eldon-chung d0e5578
[#60] Basic notification add and display window support (#122)
ewaldhew 95c2cf2
v1.4 Documentation (#116)
ewaldhew ee4675f
[#105] Basic commands (#118)
ewaldhew 0b861c4
Version 1.4 released (#130)
ewaldhew 8857c7e
Fix help messages for commands (#131)
ewaldhew aa8ee44
Fix broken test (#134)
ewaldhew 45a2d44
Ui.png: Update to v1.4 (#132)
eldon-chung 2dce6a2
[#126] Improve SyncCommand (#133)
laichengyu 6214ed2
Version 1.4 revised (#135)
ewaldhew 5d8dda0
TokenType.java: Refactor prefix token type names. (#141)
eldon-chung 139d497
Coin.java: Refactor get profit, worth and profitability to return Amo…
eldon-chung b629090
CoinBook: Refactor all instances of Address to Coin (#147)
eldon-chung 4a2ef97
[#46] Add condition generator (#179)
eldon-chung 79cf6dd
[#181] Tag#TAG_VALIDATION_REGEX: Only allow single worded tag names (…
eldon-chung 4714ec0
[#188] Refactor code condition (#189)
eldon-chung cb61618
[#184] Coin: Revise equals method to only check Code attribute (#185)
eldon-chung 217ace6
[#152] CommandTarget#toIndex: Use getSourceIndex method (#183)
eldon-chung 8edacd8
Fix bugs (#193)
eldon-chung 9b0c9f3
[#194] Add amount condition superclass (#195)
eldon-chung d74b855
[#57] Add news view (#198)
eldon-chung 154a5f4
[#109] Coin Amounts fixes (#199)
ewaldhew 0144065
ParserUtil: Add warning logging for when Find argument parsing fails …
eldon-chung b967905
[#88] Notification Center (#201)
ewaldhew 32c7cb0
[#167] Refactor tests - Rename addressbook stuff (#202)
eldon-chung 74a90e2
[#203] Rename address to coin in all commands, parameter names, and s…
eldon-chung 0cc9ad7
Fix targeted commands (#205)
ewaldhew 904c39f
Deal with unused files (#206)
ewaldhew 1906ff7
Refactor sync command (#208)
ewaldhew 302c86d
D2 Documentation (#187)
ewaldhew 20a539f
[#162] Refactor tests part 2 (#211)
eldon-chung 06b2321
[#54] Autocomplete feature (#212)
laichengyu cdbb185
Update Project Portfolio for neilish3re (#210)
neilish3re 6ca5763
SampleDataUtil: Change Coin names to actual Coin names (#215)
eldon-chung 918aca1
PPP(Eldon-Chung): Add (#213)
eldon-chung d344041
UserGuide: Add examples (#218)
eldon-chung ab09b41
[#59] Add generation of coin change events for rule checker (#220)
ewaldhew d86dc52
SyncCommand: Refactor toString to getAsString during Price constructi…
eldon-chung 25f165e
MainWindow: Make notifications pop-up (#222)
ewaldhew 5fee879
Add Portfolio Page (ewaldhew) (#190)
ewaldhew 9d360f2
PPP(laichengyu): Add (#221)
laichengyu 655c6a0
Version 1.5rc released (#224)
ewaldhew e5d701e
#92 SortCommand feature (#209)
neilish3re 98ecd48
Refactor CommandList (#227)
laichengyu 44517cd
MainApp: Fix rulebook init (#228)
ewaldhew c1161ab
Refactor CommandList (#231)
laichengyu 25c246e
[#223] Notifications jump to coin (#232)
ewaldhew ac3aa71
NotifyCommand: Fix amount change condition matching (#229)
ewaldhew 11a3f39
[#225] Sync data on app startup (#230)
laichengyu 11ecdf3
[#226] Add coin icons to panels (#233)
laichengyu 37aa619
Reduce icon db to 100 items (#239)
laichengyu e121998
Fix Rule Actions (#240)
ewaldhew 2aa57cd
[#126] Add loading ui (#241)
laichengyu 53d69fb
Update dev guide, user guide and PPP (#234)
neilish3re 4987787
Add UrlBuilderTests (#242)
laichengyu e2ea134
Notifications: Add tests (#243)
ewaldhew b0f86ec
Amount: Disallow negative, Better print (#244)
ewaldhew 3670543
Add authorship (#246)
laichengyu a541e8c
Add FetchUtil tests (#245)
laichengyu 5c6f2b7
MainApp: Add tests (#249)
laichengyu c55008c
SyncCommand: Add tests (#247)
laichengyu 63305b1
Remove unused methods (#248)
laichengyu d76ff01
Notification Conditions: Fix calculations, Remove useless (#250)
ewaldhew 948c58c
Attempt to fix coveralls badge (#253)
laichengyu 40f0708
Edit Async fetch comments (#251)
laichengyu dc16761
[#57] Charts Panel (#256)
ewaldhew 2d53f8c
UGDG/PPP(laichengyu): Update (#259)
laichengyu df4c76d
DevGuide update (#261)
laichengyu 4110863
Documentation updates (Notifications) (#260)
ewaldhew 02ad6f1
Update User Guide, Dev Guide and PPP (#257)
neilish3re 0ae352a
Fix UG typos (#264)
laichengyu 1aab1a7
Beautify App (#263)
ewaldhew f2ea6c3
Include sync feature in DG (#266)
laichengyu 9ad2d77
Final edits (#267)
ewaldhew 794dcbd
SyncCommand: Prevent crash when internet connection out (#268)
ewaldhew af3937c
Final PPP (#269)
ewaldhew 42fe647
Fill in final missing documentation (#270)
ewaldhew d5062fe
Version 1.5 released (#271)
ewaldhew 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
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.
Good to see you've updated these.