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

Make tests with vocabulary the user has not seen in a long time #21

Closed
gabrielglbh opened this issue Dec 17, 2021 · 1 comment · Fixed by #22
Closed

Make tests with vocabulary the user has not seen in a long time #21

gabrielglbh opened this issue Dec 17, 2021 · 1 comment · Fixed by #22
Assignees
Labels
enhancement New feature or request
Milestone

Comments

@gabrielglbh
Copy link
Owner

We would need to add a new variable to Kanji: dateShown as an int in milliseconds. This variable for a certain word A should update everytime the user practices or makes tests with A in it. When validating A, the variable should update to DateTime.now().toMilliseconds().

This will be later used in a simple query to gather all words in the vocabulary ordered ASC and taking the first 30. In this way, the test will contain the 30 least seen words of the user's vocabulary, thus making the user remember those.

@gabrielglbh gabrielglbh added the enhancement New feature or request label Dec 17, 2021
@gabrielglbh gabrielglbh added this to the 1.1.0 milestone Dec 17, 2021
@gabrielglbh gabrielglbh self-assigned this Dec 17, 2021
@gabrielglbh
Copy link
Owner Author

Basis done. Still needs to update tutorial texts and images, google play images.

@gabrielglbh gabrielglbh linked a pull request Dec 20, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant