mirror of
https://github.com/ankitects/anki.git
synced 2025-11-19 19:17:12 -05:00
* Feat/support load balance and easy days in rescheduling * ./ninja fix:minilints * apply clippy * reuse calculate_easy_days_modifiers() * consider LoadBalancerEnabled * move calculate_easy_days_modifiers out of struct * improve naming & add comments * apply clippy * reschedule if easy days settings are changed * Minor simplification * refactor to share code between load balancer and rescheduler * intervals_and_params -> intervals_and_weights * find_best_interval -> select_weighted_interval * cargo clippy * add warning about easyDaysChanged * compare arrays directly * Don't show warning if fsrs+rescehdule is already enabled --------- Co-authored-by: Damien Elmes <gpg@ankiweb.net> Co-authored-by: Jake Probst <jake.probst@gmail.com> |
||
|---|---|---|
| .. | ||
| active_new_cards.sql | ||
| add_card.sql | ||
| add_card_if_unique.sql | ||
| add_or_update.sql | ||
| at_or_above_position.sql | ||
| congrats.sql | ||
| data.rs | ||
| deck_due_counts.sql | ||
| due_cards.sql | ||
| filtered.rs | ||
| fix_due_new.sql | ||
| fix_due_other.sql | ||
| fix_ivl.sql | ||
| fix_low_ease.sql | ||
| fix_mod.sql | ||
| fix_odue.sql | ||
| fix_ordinal.sql | ||
| get_card.sql | ||
| get_card_entry.sql | ||
| intraday_due.sql | ||
| mod.rs | ||
| new_cards.sql | ||
| search_cards_of_notes_into_table.sql | ||
| search_cids_setup.sql | ||
| search_cids_setup_ordered.sql | ||
| siblings_for_bury.sql | ||
| update_card.sql | ||