-
Notifications
You must be signed in to change notification settings - Fork 2.2k
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
Feat/FSRS Simulator #3257
Merged
+457
−22
Merged
Feat/FSRS Simulator #3257
Changes from 16 commits
Commits
Show all changes
19 commits
Select commit
Hold shift + click to select a range
7da11b5
test using existed cards
L-M-Sherlock 8d2b199
plot new and review
L-M-Sherlock da13f6e
convert learning cards & use line chart
L-M-Sherlock af0571f
Merge branch 'main' into Feat/FSRS-Simulator
L-M-Sherlock fce6912
allow draw multiple simulations in the same chart
L-M-Sherlock 3b1fdbf
support hide simulation
L-M-Sherlock fb7689a
convert x axis to Date
L-M-Sherlock 0e3e03f
convert y from second to minute
L-M-Sherlock e7d0301
support clear last simulation
L-M-Sherlock 002642f
Merge branch 'main' into Feat/FSRS-Simulator
L-M-Sherlock f810b7d
remove unused import
L-M-Sherlock b5c7284
rename
L-M-Sherlock a0d9da1
add hover/tooltip
L-M-Sherlock f149014
Merge branch 'main' into Feat/FSRS-Simulator
L-M-Sherlock 0b388ec
Merge branch 'main' into Feat/FSRS-Simulator
L-M-Sherlock db0187b
fallback to default parameters
L-M-Sherlock 605e907
update default value and maximum of deckSize
L-M-Sherlock 42e977f
add "processing..."
L-M-Sherlock dc0d1ad
fix mistake
L-M-Sherlock 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
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.
Not important/required for this PR, but a match would be a bit more readable:
That said, I think this check would be better done in the FSRS crate in the future.