diff options
author | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:42:33 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2020-06-04 14:42:33 -0700 |
commit | f71715517c7d933859ef9a5c5df3929f78c7a93d (patch) | |
tree | 7347467957564d1835e3ae8175aae6c4680ed633 /TODO.txt | |
parent | 368a441618426595d451eadd8179f6fa8ecfe3e9 (diff) | |
download | fatcat-scholar-f71715517c7d933859ef9a5c5df3929f78c7a93d.tar.gz fatcat-scholar-f71715517c7d933859ef9a5c5df3929f78c7a93d.zip |
add WIP notes to repo
Diffstat (limited to 'TODO.txt')
-rw-r--r-- | TODO.txt | 41 |
1 files changed, 41 insertions, 0 deletions
diff --git a/TODO.txt b/TODO.txt new file mode 100644 index 0000000..f972c6a --- /dev/null +++ b/TODO.txt @@ -0,0 +1,41 @@ + +content/pipeline: +x helper to index based on a search query +- parallelize SIM indexing + +UI/UX fixes: +x all links in new tabs +x "keyword" in front-page box; replace identifier with examples +x default to "availability: fulltext" +x update front-page thumb selection (-1 PLOS) +x brief user guide +x "indexed" -> "json" (tag) +x fatcat tag with link; "metadata"? +x OA facet broken; needs tagging? +x vertical alignment of thumbnails +x pagination +x filter HTML form weirdness + => split off "hidden" form fields +x textpipe to escape HTML better + => regression test +x group pages within issues +x container links broken? +x tag/tags +x color+link OA tags. or click to filter? +- better labeling pre-prints + +cleanups: +x make fmt -> black +x flake8 +x mypy require annotations? + +ponder: +x single paragraph on front page +x "This fulltext search index includes over 25 million research articles and other scholarly documents preserved in the Internet Archive." +- some space-holder for missing thumbnails +- smaller author font size +- "search inside" phrasing + +data quality: +- handle sim_issue items with multiple issues in single item (eg, issue="3-4") + |