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

Plan for release 0.2 -- BoxOfQuestions (MVP) #46

Closed
hhzl opened this issue Nov 25, 2016 · 4 comments
Closed

Plan for release 0.2 -- BoxOfQuestions (MVP) #46

hhzl opened this issue Nov 25, 2016 · 4 comments

Comments

@hhzl
Copy link
Owner

hhzl commented Nov 25, 2016

Define MVP specs for LWBoxOfQuestions and part of implementation.

@hhzl hhzl added this to the release 0.2 milestone Nov 25, 2016
@hhzl
Copy link
Owner Author

hhzl commented Dec 2, 2016

chooseRandomObject(anArray)
returns a random word object from anArray; #59

answerAnswerOptionsFor(aWord); #26
returns an Array of word objects

moveForward(aWord); SPEC: box.moveForward(aWordId) #58
sets a new date for the word to be asked again. The value chosen
depends on the level/step the word is and the settings for calculating
the new value.

moveBackwards(aWord); #65

Does the following need to be implemented in this release?

answerWasCorrectFor(aWord)
processes a correct answer

answerWasWrongFor(aWord)
processes a wrong answer

@hhzl hhzl changed the title Plan for release 0.2 -- focus on LWBoxOfQuestions Plan for release 0.2 -- BoxOfQuestions (MVP) Dec 3, 2016
@hhzl
Copy link
Owner Author

hhzl commented Dec 3, 2016

Work is done in this
https://github.com/hhzl/LearnWords2/tree/rel-v0.2alpha1
branch

@hhzl
Copy link
Owner Author

hhzl commented Dec 13, 2016

Work is done in master branch

@hhzl
Copy link
Owner Author

hhzl commented Dec 28, 2016

Keep this as a beta release only. Aim for 0.2.2 as a full release.

@hhzl hhzl closed this as completed Dec 28, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant