From 62c1e4bf7ae2e3c959aba4cce0988eff043a7441 Mon Sep 17 00:00:00 2001 From: Martin Czygan Date: Sat, 31 Oct 2020 00:49:08 +0100 Subject: move around notes --- notes/todo.md | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 notes/todo.md (limited to 'notes/todo.md') diff --git a/notes/todo.md b/notes/todo.md new file mode 100644 index 0000000..2c548b0 --- /dev/null +++ b/notes/todo.md @@ -0,0 +1,23 @@ +# Todo + +## Releases + +* [ ] stats of cases: versions, exact title matches; common prefixes (e.g. "XYZ Report 20XX", ...) + +## Containers + +* [ ] create notebook on duplicates +* [ ] static mapping, that is efficient to store, maybe via: https://github.com/pytries/marisa-trie + +If matching only by name, we need to lookup a (exact) name. + +* need a mapping from "name" and "name variants" to journal "issnl" + +## Bulk + +* [ ] download export + +## Performance + +* provide some fast path + -- cgit v1.2.3