grape-browser
v3.27.5
Published
## Installation
Downloads
30
Readme
Grape browser - UI for displaying search results.
Installation
yarn
yarn build
Developing with grape-web-client
cd <your_path>/grape-browser
yarn link
cd <your_path>/grape-web-client
yarn link grape-browser
yarn run start:dev:all # node_modules are cached! restart this process if it was already running
cd <your_path>/grape-browser
yarn run build:watch
Example
Terminology
- service - an external service e.g. github, google drive
- facet - is a results view which can include one (e.g. github) or many services (e.g. "all")
- section - representation of results for one service (headline, objects)
- object/result - one result object from a service
- filter objects - quick filter selection objects displayed in the "queries" section
- sidebar can contain info or detail view
(c) UberGrape GmbH