Coder Social home page Coder Social logo

vespa-engine / cord-19 Goto Github PK

View Code? Open in Web Editor NEW
35.0 35.0 7.0 16.08 MB

Search COVID-19 Open Research Dataset (CORD-19) using Vespa - the open source big data serving engine.

License: Apache License 2.0

HTML 1.13% JavaScript 93.12% CSS 0.69% Shell 5.06%

cord-19's People

Contributors

bratseth avatar dependabot[bot] avatar depron0 avatar freva avatar frodelu avatar jobergum avatar jonmv avatar kkraune avatar ldalves avatar renovate[bot] avatar thigm85 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

cord-19's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Open

These updates have all been created already. Click a checkbox below to force a retry/rebase of any.

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/deploy-ui.yaml
  • actions/checkout v4
  • actions/setup-node v4
  • actions/upload-artifact v4
  • actions/download-artifact v4
  • actions/download-artifact v4
  • actions/checkout v4
npm
package.json
  • fomantic-ui-css ^2.8.4
  • @reach/router ^1.2.1
  • @welldone-software/why-did-you-render ^7.0.0
  • eslint-plugin-prettier ^5.0.0
  • eslint-plugin-react-hooks ^4.0.0
  • http-proxy-middleware ^3.0.0
  • husky ^8.0.0
  • lint-staged ^14.0.0
  • lodash ^4.17.15
  • moment ^2.29.4
  • prettier ^3.0.0
  • react ^18.0.0
  • react-dom ^18.0.0
  • react-moment ^1.0.0
  • react-scripts ^3.4.0
  • react-window ^1.8.5
  • rebass ^4.0.6
  • semantic-ui-react ^0.88.2
  • styled-components ^6.0.0

  • Check this box to trigger a request for Renovate to run again on this repository

Faceting/Grouping Only Allows for a single selection per group

Action: Select a Source, Journal, Published, etc from the site.

What Happens: All other options go away except for the selected facet in its group and the other facets recalculate their sizes and values.

What's Expected: All facets recalculate their sizes and values. The selected facet's group's values may or may not change, but the select value does not change. The selected facet's groups alternative values are not zero - they are the count as if no selection were made in that group only.

Example where the behavior is as expected on a different site on what is probably a lucene-based stack - this may be hard-coded.
LinkedIn's search has a better example where there is actually value discovery (current/past companies)

For example, if the corpus is:
Doc Source Journal Publish
1 WHO BMJ 2020
2 WHO BMJ 2019
3 WHO Lancet 2020
4 Medline Lancet 2020

With no selections:
Total: 4 - Docs 1,2,3,4
Source: WHO(3) Medline(1)
Journal: BMJ(2) Lancet(2)
Publish: 2020(3) 2019(1)

With Source WHO selection, expected:
Total: 3 - Docs 1,2,3
Source: WHO(3) Medline(1) <- notice Medline is 1 even though WHO is selected. This is the only filter WHO is not applied on.
Journal: BMJ(2) Lancet(1) <- Lancet is 1 because the WHO filter is applied here
Publish: 2020(2) 2019(1) <- 2020 goes to 2 because the WHO filter is applied here

With Source WHO selection and Lancet selection:
Total: 1 - Doc 3
Source: WHO(1, selected) Medline(1, unselected) <- Lancet filter applied, but not WHO at this group
Journal: Lancet(1, selected) BMJ(2, unselected) <- WHO filter applied, but not Lancet filter at this group
Publish: 2020(1, selected) <- WHO and Lancet filter applied at this group - there are no other publish years

I think this would be a better experience overall - removing all the unselected options doesn't make much sense for the user and the UI should encourage further discovery of available query expansions. I'm mostly looking to find out if Vespa offers this type of user experience / facet discovery without a separate query for each facet group - and if so - how?

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.