Daniel García Aubert
|
c2e99219ef
|
Use ES6 goodies to refactor format method
|
2017-09-14 16:30:46 +02:00 |
|
Daniel García Aubert
|
cc2cf78264
|
Rename all 'widget' ocurrences by 'dataview'
|
2017-09-14 16:12:39 +02:00 |
|
Daniel García Aubert
|
746292610a
|
Rename debug namespace
|
2017-09-14 16:10:23 +02:00 |
|
Daniel García Aubert
|
b05083bcfc
|
Move search's templates along aggregation's templates
|
2017-09-14 16:09:44 +02:00 |
|
Daniel García Aubert
|
cd13107a4d
|
Use ES6 let & const to declare variables
|
2017-09-14 16:08:12 +02:00 |
|
Daniel García Aubert
|
46254eaf74
|
rename BaseWidget by BaseDataview
|
2017-09-14 15:59:15 +02:00 |
|
Daniel García Aubert
|
086eff01a9
|
Use ES6 class syntax
|
2017-09-14 15:57:18 +02:00 |
|
Daniel García Aubert
|
02949003a9
|
Build search query in two steps
|
2017-09-14 15:48:54 +02:00 |
|
Daniel García Aubert
|
0a894da0df
|
Remove prefix to context's properties
|
2017-09-14 15:27:57 +02:00 |
|
Daniel García Aubert
|
e2ab48bee2
|
Remove prefix to context's properties
|
2017-09-14 15:22:58 +02:00 |
|
Daniel García Aubert
|
132fce84c5
|
Remove string template in the middle
|
2017-09-14 15:07:30 +02:00 |
|
Daniel García Aubert
|
b1508af007
|
Remove prefix to context's props in order to share it throught all templates avoiding to duplicate passing custom params again and again
|
2017-09-14 13:14:12 +02:00 |
|
Daniel García Aubert
|
65dca454f4
|
Move aggragation query to its own query template
|
2017-09-14 12:18:03 +02:00 |
|
Daniel García Aubert
|
3682740f08
|
Build aggregation query with string templates avoiding to join all inner templates
|
2017-09-14 12:01:41 +02:00 |
|
Daniel García Aubert
|
a434015d5b
|
Move categories CTE template out of aggregation class
|
2017-09-14 11:27:03 +02:00 |
|
Daniel García Aubert
|
2f4f719f55
|
Use object properties in class method instead of passing them as parameters
|
2017-09-13 19:42:25 +02:00 |
|
Daniel García Aubert
|
75645e2d7a
|
Use string templates to build categories CTE sql
|
2017-09-13 19:34:09 +02:00 |
|
Daniel García Aubert
|
4d1a53c20f
|
Use string templates to build error message
|
2017-09-13 19:27:25 +02:00 |
|
Daniel García Aubert
|
ee471184b9
|
Use default values for input params
|
2017-09-13 19:19:25 +02:00 |
|
Daniel García Aubert
|
4518b7cb6e
|
Declare requirement with const keyword
|
2017-09-13 19:17:16 +02:00 |
|
Daniel García Aubert
|
306df5be5a
|
Replace underscore's function by ES6 equivalents
|
2017-09-13 19:16:08 +02:00 |
|
Daniel García Aubert
|
33e8657e35
|
Declare constants with const keyword
|
2017-09-13 18:40:09 +02:00 |
|
Daniel García Aubert
|
6fd3388fa2
|
Replace dot templates by ES6 string templates
|
2017-09-13 18:38:54 +02:00 |
|
Daniel
|
5ea5c1b2dc
|
Merge pull request #708 from CartoDB/11245-aggregation-search
widgets: support for aggregation in search results
|
2017-07-11 09:44:33 +02:00 |
|
Carlos Matallín
|
dd934a3913
|
linter
|
2017-07-07 17:44:32 +02:00 |
|
Carlos Matallín
|
f7a763b637
|
widgets: add aggregation for search results
|
2017-07-07 17:09:17 +02:00 |
|
Daniel García Aubert
|
115d8fe685
|
Handle special float values only when aggregation columns is float
|
2017-06-15 19:07:31 +02:00 |
|
Daniel García Aubert
|
551b6d409a
|
Remove bad condition
|
2017-06-13 09:44:53 +02:00 |
|
Daniel García Aubert
|
3ae66e4143
|
Do not filter special values out if aggregation column is not defined
|
2017-06-13 09:30:43 +02:00 |
|
Daniel García Aubert
|
cb7ec5d556
|
Fix jshint typos
|
2017-06-12 19:49:58 +02:00 |
|
Daniel García Aubert
|
8b2fa27ba7
|
Calculate aggregation filtering out special float values
|
2017-06-12 19:45:06 +02:00 |
|
Daniel García Aubert
|
962fa05574
|
Remove console
|
2017-06-12 19:28:49 +02:00 |
|
Daniel García Aubert
|
7b5111614c
|
Summarize special float values for ranked aggregation
|
2017-06-12 19:21:41 +02:00 |
|
Daniel García Aubert
|
e60bb770db
|
Summarizes infinity and NaN values
|
2017-06-12 18:55:33 +02:00 |
|
Mario de Frutos
|
b446c31cbc
|
Other category now uses the selected aggregated function (#633)
* Other category in category widget uses selected aggregation function
Fixes https://github.com/CartoDB/Windshaft-cartodb/issues/628
|
2017-03-02 10:48:20 +01:00 |
|
Daniel García Aubert
|
a4a1fb930a
|
Be able to not compute NULL categories and null values wheter aggregation operation is not 'count'
|
2017-01-17 17:09:17 +01:00 |
|
Raul Ochoa
|
e8df09c85b
|
Add support for min, max, and avg operations in aggregation dataview
|
2016-06-20 16:26:24 +02:00 |
|
Raul Ochoa
|
4c25828540
|
Fix sql signature in agg, formula, and list dataviews
|
2016-06-01 11:42:24 +02:00 |
|
Raul Ochoa
|
2bd3e46a4d
|
Build dataviews with factory to generalise them
|
2016-03-22 13:10:42 +01:00 |
|