-
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
base: master
Are you sure you want to change the base?
[v1.5][F09-B3] CoinBook #62
Conversation
… cases to test for Command aliases
- Add empty `backupAddressBook' method to `AddressBookStorage' interface - Implement `backupAddressBook' method in `XmlAddressBookStorage' class. - Implement `backupAddressBook' method for `StorageManager' by calling `AddressBookStorage''s backup method
- UserGuide.adoc: Update links - README.adoc: Update badges Add acknowledgements to se-edu - DeveloperGuide.adoc: Update links Add more NFRs Add User Stories Add target user profile Add glossary Add Use cases Fix formatting in Sections 1,4,5,6 - build.gradle: Add trailing whitespace autofix for docs - Disable `CATASTROPHIC FAILURE: Whitespace errors'
- Add UI mockup image - Add profile photos
* ChartsPanel: Unchecked assignment to generics * Fix Checkstyle warnings
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.
Please update the UG to document all features up to V2.0, and mark them accordingly. Update your Readme title to reflect your product name, as well. This was required for last week's team component. Therefore, it has to be considered missed.
Also, please update the title of this PR to reflect your product version each time you release a new version. (e.g. [v1.1])
@laichengyu @eldon-chung @ewaldhew @neilish3re
Furthermore, I would want you to mention the following in your Developer guide
- For each team member what are the features (major and minor) you are proposing?
- Within the scope of the project, how does it fit in (just a one or 2 line summary)
Please do this by end of day Monday 19 March.
README.adoc
Outdated
https://gitter.im/se-edu/Lobby[image:https://badges.gitter.im/se-edu/Lobby.svg[Gitter chat]] | ||
https://travis-ci.org/CS2103JAN2018-F09-B3/main[image:https://travis-ci.org/CS2103JAN2018-F09-B3/main.svg?branch=master[Build Status]] | ||
https://ci.appveyor.com/project/ewaldhew/main[image:https://ci.appveyor.com/api/projects/status/anm4ynat6657reac?svg=true[Build Status]] | ||
https://coveralls.io/github/CS2103JAN2018-F09-B3/main?branch=master[image:https://coveralls.io/repos/github/CS2103JAN2018-F09-B3/main/badge.svg?branch=master[Coverage Status]] |
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.
} | ||
|
||
/** | ||
* Get the price history (per day open) data |
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.
Should be Gets
instead of Get
to be consistent. Maybe use Returns
to be more precise, instead.
* Reduce icon db to 100 items
* ActionCommand: Receive additional information from event * CoinChangedEvent: Store index of changed coin
* Add UrlBuilderTests
* Notification Tests * ModelManagerTest: Add rule tests
* Fix negative amounts and better print
* Add FetchUtil tests * Refactor FetchUtil and SyncCommand
* Remove nonsensical prefixes * Remove held, bought, sold, made conditions * WorthChangeCondition, ConditionGeneratorTest: Fix calculations
* Edit asyncFetch comments and javadoc
* Update UserGuide * Update PPP * Update autocomplete in DG * Update dev guide
* Update UserGuide * Update PPP * Update DeveloperGuide
* Edit UGDG * Edit Diagrams * Notifications and various doc fixes
* Fix UG typos
* Notifications: Add coin icon * IconUtil: Move icon getter to this file * CoinListCard: Move amount display to right edge * StatusBarFooter: Add filter status * MainWindow: Reset filter before notification coin jump * DarkTheme: Tweak colors * StatusBarFooter: Make new element for filter
* UserGuide: Update * DeveloperGuide: Fix figure numbers * UserGuide: Warn about find filtering * UserGuide: Use basic xref label * Final edits
@ewaldhew @eldon-chung @neilish3re