You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@superset.apache.org by GitBox <gi...@apache.org> on 2018/08/22 01:08:07 UTC

[GitHub] kristw edited a comment on issue #5692: [SIP-6] [Embeddable Charts] Migrate visualization-specific back-end code from viz.py to js plugin

kristw edited a comment on issue #5692: [SIP-6] [Embeddable Charts] Migrate visualization-specific back-end code from viz.py to js plugin
URL: https://github.com/apache/incubator-superset/issues/5692#issuecomment-414868715
 
 
   After syncing offline with @john-bodley , it seems like we need to think more about 
   
   ### What kind of UI we have in mind on the explore page?
   
   A. Users need to formulate query to get tabular data first, then map the columns from intermediate table to the encoding channels (color, size, length, position, etc.)
   
   B. The controls list encoding channels, which users can put columns/metrics/aggregates from datasource and our engine translates this back into database query + post-query transformation.
   
   ### What operations should be done on back-end/front-end?
   
   For example, group by and aggregates (count,sum,avg,etc.) should leverage database. 
   Transforming table into tree nodes can be done in js.
   

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services

---------------------------------------------------------------------
To unsubscribe, e-mail: notifications-unsubscribe@superset.apache.org
For additional commands, e-mail: notifications-help@superset.apache.org