aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Czygan <martin.czygan@gmail.com>2021-06-02 02:15:13 +0200
committerMartin Czygan <martin.czygan@gmail.com>2021-06-02 02:15:13 +0200
commit95ae10fa92d8d2f85f943d031998e2d65fde68a6 (patch)
tree44f31949dd1cef8d7f61eea73b931a244a0034e5
parenteec130b79705a4cb305fc48c21b6b9ed14e30b9a (diff)
downloadrefcat-95ae10fa92d8d2f85f943d031998e2d65fde68a6.tar.gz
refcat-95ae10fa92d8d2f85f943d031998e2d65fde68a6.zip
update todo
-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