added more stuff todo
parent
ae4077db26
commit
8a092c5602
18
README.md
18
README.md
|
@ -52,27 +52,39 @@ If you and at least one other user rate an **item** with a yes then a match will
|
||||||
### Feedback
|
### Feedback
|
||||||
If you have any questions, feedback, ideas or if you would like contribute, please contact us at gia@kompot.si.
|
If you have any questions, feedback, ideas or if you would like contribute, please contact us at gia@kompot.si.
|
||||||
|
|
||||||
|
|
||||||
## Build instructions
|
## Build instructions
|
||||||
Comming soon...
|
Comming soon...
|
||||||
|
|
||||||
## TODO
|
## TODO
|
||||||
|
### Bugs
|
||||||
|
* email adress bug in matches
|
||||||
|
|
||||||
### Design issues
|
### Design issues
|
||||||
#### Sorting and matching
|
#### 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
|
### Features
|
||||||
#### Links
|
#### Links
|
||||||
* cards can be links
|
* cards can be links
|
||||||
* allow importing of links
|
* allow importing of links
|
||||||
* db representation of link-cards
|
* db representation of link-cards
|
||||||
|
* display link in iframe or simmilar
|
||||||
|
|
||||||
#### Algorithm
|
#### Algorithm
|
||||||
* SR-algorithm for decks and appropriate db representation
|
* SR-algorithm for decks and appropriate db representation
|
||||||
* algorithm calculates due cards only with the help of rating history and time of rating.
|
* algorithm calculates due cards only with the help of rating history and time of rating.
|
||||||
* formula for next interval
|
* formula for next interval
|
||||||
* algorithm resets on every 'yes' vote.
|
* algorithm resets on every 'yes' vote.
|
||||||
|
|
||||||
### UI
|
### UI
|
||||||
* Flash messages should have an approriate color (error is red...)
|
* Flash messages should have an approriate color (error is red...)
|
||||||
* Visual cue to distinguish shared vs private cards
|
* Visual cue to distinguish shared vs private cards
|
||||||
* PDF action to view more than 10 pages.
|
* 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.
|
Loading…
Reference in New Issue