mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 22:42:25 -04:00
![]() * avoid repinning Rust deps by default
* add id_tree dependency
* Respect intermediate child limits in v3
* Test new behaviour of v3 counts
* Rework v3 queue building to respect parent limits
* Add missing did field to SQL query
* Fix `LimitTreeMap::is_exhausted()`
* Rework tree building logic
https://github.com/ankitects/anki/pull/1638#discussion_r798328734
* Add timer for build_queues()
* `is_exhausted()` -> `limit_reached()`
* Move context and limits into `QueueBuilder`
This allows for moving more logic into QueueBuilder, so less passing
around of arguments. Unfortunately, some tests will require additional
work to set up.
* Fix stop condition in new_cards_by_position
* Fix order gather order of new cards by deck
* Add scheduler/queue/builder/burying.rs
* Fix bad tree due to unsorted child decks
* Fix comment
* Fix `cap_new_to_review_rec()`
* Add test for new card gathering
* Always sort `child_decks()`
* Fix deck removal in `cap_new_to_review_rec()`
* Fix sibling ordering in new card gathering
* Remove limits for deck total count with children
* Add random gather order
* Remove bad sibling order handling
All routines ensure ascending order now.
Also do some other minor refactoring.
* Remove queue truncating
All routines stop now as soon as the root limit is reached.
* Move deck fetching into `QueueBuilder::new()`
* Rework new card gather and sort options
https://github.com/ankitects/anki/pull/1638#issuecomment-1032173013
* Disable new sort order choices ...
depending on set gather order.
* Use enum instead of numbers
* Ensure valid sort order setting
* Update new gather and sort order tooltips
* Warn about random insertion order with v3
* Revert "Add timer for build_queues()"
This reverts commit
|
||
---|---|---|
.. | ||
Addons.svelte | ||
AdvancedOptions.svelte | ||
AudioOptions.svelte | ||
BUILD.bazel | ||
BuryOptions.svelte | ||
CardStateCustomizer.svelte | ||
CheckBox.svelte | ||
ConfigSelector.svelte | ||
DailyLimits.svelte | ||
deck-options-base.scss | ||
DeckOptionsPage.svelte | ||
DisplayOrder.svelte | ||
EnumSelector.svelte | ||
EnumSelectorRow.svelte | ||
HtmlAddon.svelte | ||
icons.ts | ||
index.ts | ||
Label.svelte | ||
LapseOptions.svelte | ||
lib.test.ts | ||
lib.ts | ||
NewOptions.svelte | ||
RevertButton.svelte | ||
SaveButton.svelte | ||
SpinBox.svelte | ||
SpinBoxFloat.svelte | ||
SpinBoxFloatRow.svelte | ||
SpinBoxRow.svelte | ||
steps.test.ts | ||
steps.ts | ||
StepsInput.svelte | ||
StepsInputRow.svelte | ||
strings.ts | ||
Switch.svelte | ||
SwitchRow.svelte | ||
TextInputModal.svelte | ||
TimerOptions.svelte | ||
TitledContainer.svelte | ||
TooltipLabel.svelte | ||
tsconfig.json | ||
Warning.svelte |