diff options
author | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 21:42:32 -0700 |
---|---|---|
committer | Bryan Newbold <bnewbold@archive.org> | 2021-03-23 21:42:32 -0700 |
commit | 5defd444135bc4adb0748b0d2b8c9b88708bdc1a (patch) | |
tree | 599498f0a9ae5a3177d9702c3a7e8b70e39b2b4a /proposals/2021-02-15_ui_updates.md | |
parent | e70e7cff4b5c910405694fb297330507b49937b1 (diff) | |
download | fatcat-scholar-5defd444135bc4adb0748b0d2b8c9b88708bdc1a.tar.gz fatcat-scholar-5defd444135bc4adb0748b0d2b8c9b88708bdc1a.zip |
proposals: add 2021 UI updates, and rename all to have a date in filename
Diffstat (limited to 'proposals/2021-02-15_ui_updates.md')
-rw-r--r-- | proposals/2021-02-15_ui_updates.md | 53 |
1 files changed, 53 insertions, 0 deletions
diff --git a/proposals/2021-02-15_ui_updates.md b/proposals/2021-02-15_ui_updates.md new file mode 100644 index 0000000..72e4743 --- /dev/null +++ b/proposals/2021-02-15_ui_updates.md @@ -0,0 +1,53 @@ + +status: partially-implemented + +This documents a series of changes made in early 2021, before launch. + +## Default URLs and Access (done) + +Replace current access link under thumbnail with a box that can expand to show +more access options: domain, rel, filetype, release (version), maybe wayback date + +Labels over the thumbnail should show type (PDF, HTML), and maybe release stage +(if different from primary release). + +"Blue Links" for each hit should change, eg: + +- if arxiv, arxiv.org +- elif PMID or PMCID, PubMed +- elif DOI, publisher (or whatever; follow the DOI) +- elif microfilm, go to access +- else fatcat landing page + +What about: JSTOR, DOAJ + + +## Version Display (done) + +Instead of showing a grid, could keep style similar to what already exits: the +single line of year/venue/status, then a line of identifiers in green (done) + + +## Query Behaviors + +- "fail less": re-write more queries, potentially after ES has already returned a failure (done) +- change the default of only showing fulltext hits? + + +## Tooltips/Extras (done) + +- show date when mouse-over year field +- have some link of container name to fatcat container page + + +## Clickable Queries + +Allow search filters by clicking on: author, year, container + +Filters should simply be added to current query string. Not sure how to implement. + + +## Responsive Design (done) + +There is a window width (tablet?) where we keep a fixed column width with +margins, which results in small thumbnails. (done) |