cube-js/cube

Request for availableMeasures, availableDimensions to be customizable of QueryBuilder in @cubejs-client/react

Open

#668 geöffnet am 26. Mai 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)Rust (1.965 Forks)batch import
client:reacthelp wanted

Repository-Metriken

Stars
 (19.563 Stars)
PR-Merge-Metriken
 (Durchschn. Merge 5T 16h) (138 gemergte PRs in 30 T)

Beschreibung

Is your feature request related to a problem? Please describe. As I import more and more schemas, there are more availableMeasures and availableDimensions get populated in, the selection list in QueryBuilder gets very long, it's difficult to find a measure or dimension

Describe the solution you'd like add new props e.g. availableSchemas to be array type, accepts expected schema, then all these schemas's measures and dimensions, segments will be set with availableSchemas's measures, dimensions and segments

Describe alternatives you've considered

Additional context Add any other context or screenshots about the feature request here.

Contributor Guide