Skip to main content

set of ui components to ease data browsing

Project description

Summary

Set of ui components to ease data browsing.

Setup the SearchUi component

Install the dependencies:

npm install

Then build the css and js files

npm run build

For the dev environment:

npm run watch

Custom facets

RelationSwitchFacet

This facet examines current rset and selected variable and displays a list of relations that can be traversed from the selected variable. When the user clicks on one of those relations, he gets redirected to the resulting page.

For instance, if the original RQL is:

Any X WHERE X is CWUser

then the facet displays (among other relations) in_group and in_state relations. The corresponding RQL for those relations is:

Any G WHERE X is CWUser, X in_group G
Any S WHERE X is CWUser, X in_state S

This facet therefore differs from other facets in that it chagnes the RQL selection (on the left of the WHERE).

NOTE:

while this original implementation is based on facets, it may not be the best choice, considering its behaviour differences:

  • it changes the left part of the WHERE,

  • the user gets redirected to another page,

  • the facet is not reloaded with standard add_rql_restrticions() and possible_values() API calls but is completely regenerated when the facets-content-loaded event is triggered.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

cubicweb-searchui-0.5.0.tar.gz (101.0 kB view details)

Uploaded Source

Built Distribution

cubicweb_searchui-0.5.0-py3-none-any.whl (101.0 kB view details)

Uploaded Python 3

File details

Details for the file cubicweb-searchui-0.5.0.tar.gz.

File metadata

  • Download URL: cubicweb-searchui-0.5.0.tar.gz
  • Upload date:
  • Size: 101.0 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.2 CPython/3.11.2

File hashes

Hashes for cubicweb-searchui-0.5.0.tar.gz
Algorithm Hash digest
SHA256 25b914f81ab141bb0b08f10992fbbb19c81a19ca88b0488163bda35d4865dc59
MD5 02d00f76e7c26c3fc46449f7c216de9b
BLAKE2b-256 7876f24b29b05e2adffbf01087f323040bc24979f45601c4ab6b1df1caec56b1

See more details on using hashes here.

File details

Details for the file cubicweb_searchui-0.5.0-py3-none-any.whl.

File metadata

File hashes

Hashes for cubicweb_searchui-0.5.0-py3-none-any.whl
Algorithm Hash digest
SHA256 6653ab2ba81c6b9901fabd5e21884fbfb87d09cbcf64e90157d923b286604863
MD5 d9d718b6fd6bb354ba9c6785fab294da
BLAKE2b-256 7fcbc0ae6acd85424cc318ab00fc8fd3f2fc7e3b1cfab5df37918489a8a92add

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page