aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--python/refcat/tasks.py13
1 files changed, 13 insertions, 0 deletions
diff --git a/python/refcat/tasks.py b/python/refcat/tasks.py
index c0c40b4..b43c729 100644
--- a/python/refcat/tasks.py
+++ b/python/refcat/tasks.py
@@ -40,6 +40,19 @@ Set of luigi tasks to derive a citation graph.
Config (e.g. raw input data) taken from $HOME/.config/refcat/settings.ini.
+
+> TODO
+
+* [ ] partial (hold)
+* [ ] unmatched
+
+We can match by id and key, e.g. extract id and key, sort and merge (id, key)
+from graph, and if not available use raw input.
+
+* [ ] QA
+
+Find duplicates and clean them up. Generate stats on match types.
+
"""
import argparse