mnemosyne-proj / mnemosyne

Mnemosyne: efficient learning with powerful digital flash-cards.
https://mnemosyne-proj.org/
Other
507 stars 74 forks source link

Move more functions to Scheduler() #141

Closed crobinso closed 4 years ago

crobinso commented 4 years ago

Move more non-SM2 specific functions to the base Scheduler class, mostly those dealing with time and dates.

Moving these to the base class makes it explicit they are public APIs, and it makes it easier to review the specific logic of the SM2 scheduler