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 | |
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
-rw-r--r-- | proposals/2020-05-11_microfilm_indexing_pipeline.md (renamed from proposals/microfilm_indexing_pipeline.md) | 0 | ||||
-rw-r--r-- | proposals/2020-05-11_overview.md (renamed from proposals/overview.md) | 0 | ||||
-rw-r--r-- | proposals/2020-05-11_web_interface.md (renamed from proposals/web_interface.md) | 0 | ||||
-rw-r--r-- | proposals/2020-05-16_fatcat_indexing_pipeline.md (renamed from proposals/fatcat_indexing_pipeline.md) | 0 | ||||
-rw-r--r-- | proposals/2020-06-04_work_schema.md (renamed from proposals/work_schema.md) | 0 | ||||
-rw-r--r-- | proposals/2020-10-20_kafka_update_pipeline.md (renamed from proposals/kafka_update_pipeline.md) | 0 | ||||
-rw-r--r-- | proposals/2021-01-18_crude_query_parse.md (renamed from proposals/2021_crude_query_parse.md) | 0 | ||||
-rw-r--r-- | proposals/2021-02-15_ui_updates.md | 53 |
8 files changed, 53 insertions, 0 deletions
diff --git a/proposals/microfilm_indexing_pipeline.md b/proposals/2020-05-11_microfilm_indexing_pipeline.md index 657aae2..657aae2 100644 --- a/proposals/microfilm_indexing_pipeline.md +++ b/proposals/2020-05-11_microfilm_indexing_pipeline.md diff --git a/proposals/overview.md b/proposals/2020-05-11_overview.md index fa8148c..fa8148c 100644 --- a/proposals/overview.md +++ b/proposals/2020-05-11_overview.md diff --git a/proposals/web_interface.md b/proposals/2020-05-11_web_interface.md index 416e6fc..416e6fc 100644 --- a/proposals/web_interface.md +++ b/proposals/2020-05-11_web_interface.md diff --git a/proposals/fatcat_indexing_pipeline.md b/proposals/2020-05-16_fatcat_indexing_pipeline.md index deafb65..deafb65 100644 --- a/proposals/fatcat_indexing_pipeline.md +++ b/proposals/2020-05-16_fatcat_indexing_pipeline.md diff --git a/proposals/work_schema.md b/proposals/2020-06-04_work_schema.md index 97d60ac..97d60ac 100644 --- a/proposals/work_schema.md +++ b/proposals/2020-06-04_work_schema.md diff --git a/proposals/kafka_update_pipeline.md b/proposals/2020-10-20_kafka_update_pipeline.md index 597a1b0..597a1b0 100644 --- a/proposals/kafka_update_pipeline.md +++ b/proposals/2020-10-20_kafka_update_pipeline.md diff --git a/proposals/2021_crude_query_parse.md b/proposals/2021-01-18_crude_query_parse.md index 2a7663b..2a7663b 100644 --- a/proposals/2021_crude_query_parse.md +++ b/proposals/2021-01-18_crude_query_parse.md 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) |