anki/ts/graphs
Damien Elmes 5004cd332b
Integrate FSRS into Anki (#2654)
* Pack FSRS data into card.data

* Update FSRS card data when preset or weights change

+ Show FSRS stats in card stats

* Show a warning when there's a limited review history

* Add some translations; tweak UI

* Fix default requested retention

* Add browser columns, fix calculation of R

* Property searches

eg prop:d>0.1

* Integrate FSRS into reviewer

* Warn about long learning steps

* Hide minimum interval when FSRS is on

* Don't apply interval multiplier to FSRS intervals

* Expose memory state to Python

* Don't set memory state on new cards

* Port Jarret's new tests; add some helpers to make tests more compact

https://github.com/open-spaced-repetition/fsrs-rs/pull/64

* Fix learning cards not being given memory state

* Require update to v3 scheduler

* Don't exclude single learning step when calculating memory state

* Use relearning step when learning steps unavailable

* Update docstring

* fix single_card_revlog_to_items (#2656)

* not need check the review_kind for unique_dates

* add email address to CONTRIBUTORS

* fix last first learn & keep early review

* cargo fmt

* cargo clippy --fix

* Add Jarrett to about screen

* Fix fsrs_memory_state being initialized to default in get_card()

* Set initial memory state on graduate

* Update to latest FSRS

* Fix experiment.log being empty

* Fix broken colpkg imports

Introduced by "Update FSRS card data when preset or weights change"

* Update memory state during (re)learning; use FSRS for graduating intervals

* Reset memory state when cards are manually rescheduled as new

* Add difficulty graph; hide eases when FSRS enabled

* Add retrievability graph

* Derive memory_state from revlog when it's missing and shouldn't be

---------

Co-authored-by: Jarrett Ye <jarrett.ye@outlook.com>
2023-09-16 16:09:26 +10:00
..
added.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
AddedGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
AxisTicks.svelte fix deprecation warning in latest svelte-preprocess 2021-10-26 08:43:02 +10:00
buttons.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
ButtonsGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
calendar.ts make weekday font smaller for Chinese locale (#2535) (#2571) 2023-07-12 20:44:25 +10:00
CalendarGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
card-counts.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
CardCounts.svelte Fix a11y error in CardsCount Component (#2585) 2023-07-21 20:43:08 +10:00
CumulativeOverlay.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
difficulty.ts Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
DifficultyGraph.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
ease.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
EaseGraph.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
future-due.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
FutureDue.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
graph-helpers.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
graph-styles.ts merge in Henrik's TS/Svelte refactor with some changes 2021-03-21 23:01:18 +10:00
Graph.svelte Fix some regressions with the graphs when printing 2022-12-30 17:37:38 +10:00
GraphRangeRadios.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
graphs-base.scss Add scss formatter 2023-07-03 09:44:38 +10:00
GraphsPage.svelte Roll prettier plugin back for now 2023-07-03 09:53:32 +10:00
histogram-graph.ts Re-enable formatting for .ts files 2022-11-28 09:33:04 +10:00
HistogramGraph.svelte Use eslint for sorting our imports (#1637) 2022-02-04 18:36:34 +10:00
HourGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
hours.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
HoverColumns.svelte Minor changes to graphs (#1566) 2021-12-29 15:04:15 +10:00
index.ts Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
InputBox.svelte yarn upgrade --latest 2021-10-01 12:52:53 +10:00
intervals.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
IntervalsGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
NoDataOverlay.svelte Make the NoData overlay match the normal background color 2022-12-04 14:49:04 +10:00
RangeBox.svelte Move .ts i18n method generation to Rust 2023-07-03 14:36:09 +10:00
retrievability.ts Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
RetrievabilityGraph.svelte Integrate FSRS into Anki (#2654) 2023-09-16 16:09:26 +10:00
reviews.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
ReviewsGraph.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
TableData.svelte Re-enable formatting for .svelte files 2022-11-28 09:17:39 +10:00
today.ts Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
TodayStats.svelte Migrate to protobuf-es (#2547) 2023-06-14 22:47:37 +10:00
Tooltip.svelte Auto-hide toolbar in Reviewer (#2262) 2023-01-09 14:39:31 +10:00
tooltip.ts Re-enable formatting for .ts files 2022-11-28 09:33:04 +10:00
tsconfig.json Use custom scrollbar in stats screen, use grid layout and tweak CSS (#2154) 2022-11-02 18:23:08 +10:00
WithGraphData.svelte Combine all backend methods into a single js/d.ts file, like in Python 2023-07-03 13:46:38 +10:00