added a todo

master
Kostanjevec 2022-08-07 16:46:03 +02:00
parent 73091938e9
commit 6afecb846c
1 changed files with 22 additions and 1 deletions

View File

@ -36,4 +36,25 @@ If you have any questions, feedback, ideas or if you would like contribute, plea
## Build instructions
Comming soon...
Comming soon...
## TODO
### Design issues
#### Sorting and matching
The overlap of this features creates some issues. Interest in terms of sorting is likely lost when an item is read, but it may not be lost in terms of matching.
### Features
#### Links
* cards can be links
* allow importing of links
* db representation of link-cards
#### Algorithm
* SR-algorithm for decks and appropriate db representation
* algorithm calculates due cards only with the help of rating history and time of rating.
* formula for next interval
* algorithm resets on every 'yes' vote.
### UI
* Flash messages should have an approriate color (error is red...)
* Visual cue to distinguish shared vs private cards
* PDF action to view more than 10 pages.