diff options
author | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-06 10:37:06 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@robocracy.org> | 2019-06-06 10:37:06 -0700 |
commit | 0ea9489c8c9ec6ef7b7b33747d36cc7ae9df9b0b (patch) | |
tree | f696d984bc7e3a94acacc70e44844a6c4c557949 | |
parent | d0ac3bda320ad2c87e451e1a80df7cb154b87327 (diff) | |
download | fatcat-0ea9489c8c9ec6ef7b7b33747d36cc7ae9df9b0b.tar.gz fatcat-0ea9489c8c9ec6ef7b7b33747d36cc7ae9df9b0b.zip |
update TODO
-rw-r--r-- | TODO.md | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,9 +4,22 @@ ## Next Up - update existing 1.5 mil longtail OA PDFs with container/ISSN-L +- use collapsing fields in default release search + => start using elasticsearch-py +- lookup landing pages +- cleanup 'None' file links +- update editing flow + => implement and use "in progress" views + => allow re-editing of in-progress edits +- generic query endpoint; tries to find identifiers (including fatcat + identifiers) and lookup, else does release search ## Bugs +- identifier and hash duplication + => couple dozen SHA-1 + => couple thousand DOI + => 400k PMID (!) - did, somehow, end up with web.archive.org/web/None/ URLs (should remove) - searching 'N/A' is a bug, because not quoted; auto-quote it? - author (contrib) names not getting included in search (unless explicit) |