zerxal
zerxal
After the first run through of a progressive mode, if you start it a second time, the first card is flipped to the wrong side. This mistakenly reveals the answer.
- Fixed HTTP 500 occurring for missing media file (#140) - Fixed broken link to help article in Quizlet export modal (#139) - Fixed images exceeding max card field size...
Non-legacy apkg files use ProtocolBuffers to store data about cards. Currently, only apkgs marked as having legacy support (i.e. using a SQLite database) are supported. We should implement support for...
Many cards do not work well with written questions - i.e. images, formatting, etc. Users should have to explicitly select whether or not they want a card to be able...
SRS is a large part of many other flashcard software, such as Anki. Scholarsome’s implementation of an SRS will be more user-friendly while still being just as powerful.
PlanetScale - the database provider used for scholarsome.com - now supports foreign keys. We should switch to using foreignkeys instead of the prisma emulation for performance reasons.
There's some deficiencies with quizzes that I would like to rework. Biggest issue is with the written questions. The card editor's many formatting features and written quiz questions are at...
Documentation should be added to the developer category that details how different workflows of Scholarsome operate.