added more stuff todo

master
Kostanjevec 2022-09-04 19:38:38 +02:00
parent ae4077db26
commit 8a092c5602
1 changed files with 15 additions and 3 deletions

View File

@ -52,27 +52,39 @@ If you and at least one other user rate an **item** with a yes then a match will
### Feedback
If you have any questions, feedback, ideas or if you would like contribute, please contact us at gia@kompot.si.
## Build instructions
Comming soon...
## TODO
### Bugs
* email adress bug in matches
### 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.
* 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.
* How to remove cards while still wanting to match on them (absolute interest vs match on "yes")
### Features
#### Links
* cards can be links
* allow importing of links
* db representation of link-cards
* display link in iframe or simmilar
#### 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.
* Fix matches view
* Email when at least x cards are due, maybe like x = k max_due
* Keyboard support for all actions
* scroll PDF
* links and buttons
### Testing
* there is no testing.