forked from se-edu/addressbook-level4
-
Notifications
You must be signed in to change notification settings - Fork 54
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
[T12-2] Acquizition #48
Open
sergiovieri
wants to merge
47
commits into
nus-cs2103-AY1819S2:master
Choose a base branch
from
CS2103-AY1819S2-T12-2: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
[T12-2] Acquizition #48
sergiovieri
wants to merge
47
commits into
nus-cs2103-AY1819S2:master
from
CS2103-AY1819S2-T12-2:master
Conversation
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
* docs: update AboutUs info * docs: update ContactUs info * docs/AboutUs: fix image name * docs: add project portfolio page for each member
* readme: update travis and codacy badges * readme: update coveralls badge
bqnguyen94
reviewed
Feb 25, 2019
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.
I see that you have set up the repository and started working on your project 👍
* docs: update AboutUs info * docs: update ContactUs info * docs/AboutUs: fix image name * docs: add project portfolio page for each member * AboutUs: fix portfolio links
* readme: add appveyor badge * README.adoc: Change app name to Acquizition * Update README.adoc * Update UI image * Update README.adoc to include reference to se-edu
* add Introduction and description for add command * change docs for list command * docs/UserGuide.adoc: edit command * docs/UserGuide.adoc: fix format + docs for find command * docs/UserGuide.adoc: add docs for delete command * docs/UserGuide.adoc: add coming in future work for undo, redo, select, history * docs/UserGuide.adoc: add docs for quiz mode * docs/UserGuide.adoc: add docs for stats * docs/UserGuide.adoc: make 'coming soon' tag shorter * docs/UserGuide.adoc: remove select command, restructure the order of undo and redo * docs/UserGuide.adoc: refactor to * docs/UserGuide.adoc: fix typos and edit quick start * docs/UserGuide.adoc: fix typos and change section * docs/UserGuide.adoc: change features section to be more consistent with other commands * docs/UserGuide.adoc: change command summary
* Add upload command * docs/UserGuide.adoc: update user guide to include upload command * docs/ContactUs.adoc: fix link for issue tracker * docs/UserGuide: include information about the user guide * commands/UploadCommand: add newline for message usage
* Add Quiz command class * Fix checkstyle errors * Change browser panel to card view panel * Random quiz card view * test: remove broswer from test * Fix styles * test: Comment out close help test * Remove browserPanel test
* Docs: add use cases for edit, add, delete * docs: add use cases for quiz mode * docs: add use cases for find * docs: add use cases for import and export cards * change asciidoc attribute * change team name from SE-EDU to T12-2
* Refactor AddressBook to CardCollection * Fix code style * Refactor Person to Flashcard * Continue refactoring * Fix code style * Fix minor codestyle errors * LICENSE: Revert flashcard -> person
* Add Face class * Fix fxml imports * Remove browser panel code and tests * Change flash card fields to front face and back face * Complete EditCommandTest * Complete EditCommandSystemTest * Complete CardCollectionTest * Complete JsonAdapted tests * Complete ModelManagerTest * Complete VersionedCardCollectionTest * Finish all tests * Fix imports * Remove all unused Flashcard field classes
* Logic: teach the app to accept 'stats' command which does nothing * Refactor: getTypicalAddressBook -> getTypicalCardCollection * Add Statistics class and test * StatisticsTest: add test on merge method * Model: add json validation in Person, add field Statistics in Person * Logic: Statistics functionality Currently, command `stats` will display the success rate of quiz mode of all flashcards. * Test: change the placeholder test for StatsCommand * Storage: add a field in JSON + adapt the test accordingly
* Refactor FlashcardCard to FlashcardListCard to avoid ambiguity * Add FlashcardCardView and change the CardViewPanel to use it * Add FlashcardCardView tests * Modify card view and remove primary stage decoration * Modify card view to use separate panes
* Enhance Find Command * model/flashcard: Add KeywordsPredicate * logic/parser: Update Find Command Parsing * logic/commands: Update Commands for Find * docs/UserGuide: Update UG to include enhanced find * Update tests for enhanced find command * Update Developer Guide to include find command implementation
* Add quiz command to developer guide * DeveloperGuide: Add quiz mode design considerations
* Add Statistics section in developer guide
* Logic: add filter functionality to statsCommand * Test: add test for StatsCommandParser * FindCommand.java: Fix MESSAGE_USAGE * Tests: add test for stats command with predicate * Bug Fix: fix equals method of FlashcardContainsKeywordsPredicate * Test: add more tests * Tests: add stats command parser test and TODO
- Quiz mode that sorts cards by statistics - Quiz panel that contains cards remaining, number of good and bad feedback - User feedback through GoodCommand, BadCommand - ShowCommand to show the back face of a card during quiz mode - SmartCommand that executes ShowCommand if back face is not yet shown, or GoodCommand if back face is already shown * Add quiz mode property to relevant places * ExitCommand: If now is quiz mode, exit from quiz mode. Otherwise, exit as normal. * Hide flashcard list view on quiz mode * Add user feedback on quiz mode, and quiz mode now shuffles cards * Add quiz mode panel * Add show command and modify some quiz behaviours * Add smart command * QuizPanel: Add good/bad button * Quiz: Add current quiz statistics * Add all new class tests * QuizMode: Update statistics on user feedback * Quiz: Commit model on user feedback * Bump version to 1.3 * Fix selection bugs and inconsistencies * Quiz: Refactor magic constants to QuizState
* Add share command implementation * FlashcardContainsKeywordsPredicate: Fix equals method bug * tests: Test find command Implementation and parser * docs/UserGuide.adoc: update UG to include share command * Update Share Command
* Add toolbar * Fix style * Add acquizition label to toolbar and adjust various sizes * Add acquizition icon * Change cards remaining label when 1 remaining card * Add toolbar tests * QuizPanel: Add JavaDoc * Disallow non-quiz commands in quiz mode * AddCommandTest: Support quiz mode * Add UploadCommandTest and ShareCommandTest * ShareCommand: Fix path resolution
* Add placeholder image support * Add proper image support * Allow image removal by specifying empty i/ tag * Add image command which allows importing of images into Acquizition * Add tests for ImageCommand * Add required space in Messages.java * FlashcardCardView: Restore shade
* Update upload command to import command
* UserGuide: Update quiz mode * UserGuide: Add good and bad command * UserGuide: Add show command * UserGuide: Add smart command * Add quiz ui image * Add ui quiz screenshot and fix card view color * UserGuide: Add quiz ui * UserGuide: Fix unclosed tag
* UserGuide: Update quiz mode * UserGuide: Add good and bad command * UserGuide: Add show command * UserGuide: Add smart command * Add quiz ui image * Add ui quiz screenshot and fix card view color * UserGuide: Add quiz ui * UserGuide: Fix unclosed tag * Update User Guide * Add newline to UG
* ImageCommand: Fix image directory creation * FlashcardCardView: Fix overflow ellipsis to wrap text
* UserGuide: Add select command * UserGuide: Add list command * UserGuide: Add history command * UserGuide: Add undo and redo commands * UserGuide: Add command summary * UserGuide: Add redo command * UserGuide: Add quiz and command summary tags
* Refactor: move filter part of FindCommandParser and StatsCommandParser to ParserUtil::filterByKeyword * Logic: filter backface or frontface by substring instead of word matching * Logic: list on empty flashcards will display other message * Tests: modify test, command is not case sensitive
radhika-lakhtakia
pushed a commit
to radhika-lakhtakia/addressbook-level4
that referenced
this pull request
Apr 12, 2019
Update aboutUs page with our team info
* Modify architecture diagram * Modify some class diagrams * Remove encryption and add quiz sequence diagram pptx * Modify undo redo diagrams * Remove forking notes
* Model: add proficiency * Storage: integrate with flashcard * Model: Proficiency now has inactive period field * Model: Review mode in quiz * UI: add is review mode in the UI * Logic: add SRS mode to quiz * Logic: Review mode will still update the statistics * Test: add unit test for QuizCommand and its parser * Test: add system tests for QuizCommand * Epic: History does not accept empty string, Undo Redo provide command description * Storage: After quiz is done, commit the result * Make statistics and proficiency final * Bug: click on flashcard list will print directly to resultBox * Tests: Proficiency and statistics tests * UI: Select with clicking * Fix comand history bug and change theme
* Fix issues related to image support and other minor grammar issues with other commands * Fix Image Command showing full path instead of file name * Fix black background color of list view when filtered
* Logic: Update FindCommand to filter by success rate * Tests: Add tests for find, import, share command * Docs: Update UG and DG * Docs: Add PPP * Docs: Update lucatriglia.adoc
* Remove hand cursor from good in quiz panel * Add quiz, show, good/bad, exit diagrams and explanations * Change design considerations to use bullet points
* Epic: now selecting card can see the time left until activation * Test: add one more case * Logic: change message to 'in quiz status'
* Comprehensive User Guide edits * More changes to User Guide
* Docs: Add sergio vieri PPP * Fix exit quiz sequence diagram arrow color * Fix user guide typo, add link to reposense in PPP, and replace old screenshots * Add image and intro to PPP
* Developer guide changes * Add tags to User Guide * Fix quiz User Guide
* Docs: developer guide undo redo * add Proficiency in model class diagram * docs: dev guide for SRS and Stats * Docs: add diagram for StatsCommand
Quiz Fix
* Update AboutUs.adoc * Delete lucatriglia.png
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
@robincyu
@lucatriglia
@lungsin