## Refractor of `get_data()`

### goals 

Decoupling all `get_data()` functions in `viz.py` with visualization types. To 
do this, we should:

- move chart specific logic to visualization frontend code base.
- create a new field in `form_data` to specify some standard data processing 
method. (This is ONLY for some computational heavy process AND cannot be done 
by `query_object`).
- move away the config parameters (e.g., `mapbox_token`).

### Status
Status of moving `get_data()` logic to frontend (or decouple the logic with 
visualization type).

| PR                                                     | Visualization | 
Status |
|--------------------------------------------------------|---------------|--------|
| https://github.com/apache/incubator-superset/pull/5753 | Piechart |    merged 
   |
|                                                        |               |      
  |
|                                                        |               |      
  |

[ Full content available at: 
https://github.com/apache/incubator-superset/issues/5692 ]
This message was relayed via gitbox.apache.org for [email protected]

Reply via email to