summaryrefslogtreecommitdiff
path: root/docs/review_history.org
diff options
context:
space:
mode:
authorLeon Rische <leon.rische@me.com>2022-09-27 20:23:37 +0200
committerLeon Rische <leon.rische@me.com>2022-09-27 20:23:37 +0200
commit684cf7435f446fd8b90fe0bffae74726b3a75f7d (patch)
tree771bc1b98351e373230d3dbf7d3aaeb261a0e5b1 /docs/review_history.org
parent78258557eeb4405416e911324330bbff113a81d0 (diff)
Add documentation files
Diffstat (limited to 'docs/review_history.org')
-rw-r--r--docs/review_history.org23
1 files changed, 23 insertions, 0 deletions
diff --git a/docs/review_history.org b/docs/review_history.org
new file mode 100644
index 0000000..84d7861
--- /dev/null
+++ b/docs/review_history.org
@@ -0,0 +1,23 @@
+#+TITLE: Review History
+#+DATE: [2020-08-01 Sat 10:47]
+#+KEYWORDS: fc
+
+The review history is stored in a tsv file, to avoid cluttering org
+files. This makes it easy to calculate review statistics.
+
+Columns:
+1. Date in ISO8601 format, second precision
+2. Filename
+3. Card ID
+4. Position
+5. Ease (before review)
+6. Box (before review)
+7. Interval (before review)
+8. Rating
+9. Seconds spent reviewing the card
+10. [[file:repetition_spacing_algorithm.org][Repetition Spacing Algorithm]] used
+
+More advanced review algorithms might need to use the review history
+of a card. In this case, the card ID + position should be used to look
+up the review history, as the filename can change when moving cards
+from file to file.