Commit Graph

318 Commits

Author SHA1 Message Date
Benjamin Dauvergne 08fbfcff05 bijoe: style improvement 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne 1b610753be bijoe: display total count of facts in each warehouses 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne 7e1fc353f3 wcs_olap: improve display of decimal values (for french users) 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne 45a1ba23a8 bijoe: order warehouses by name when displayed 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne 521ccd5e38 bijoe: fix naming of local setting file environment variable 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne 63dd871697 bijoe: add a count method to EngineCube 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne c99b876e3e bijoe: add a cubes iterator to engine 2016-06-18 09:36:26 +02:00
Benjamin Dauvergne e50adcb532 bijoe: generate isoweek dimension for date dimension 2016-05-25 10:33:57 +02:00
Benjamin Dauvergne 32d5d1316a bijoe: flatten Decimal to unicode in JSON export 2016-05-25 10:12:50 +02:00
Benjamin Dauvergne 0db609c84c bijoe: hide chart when there is no data 2016-05-25 10:12:26 +02:00
Benjamin Dauvergne 43da5dbf74 bijoe: improve table style 2016-05-25 10:12:15 +02:00
Benjamin Dauvergne 6c8d417216 bijoe: fix z-index of ODS export button 2016-05-25 10:11:51 +02:00
Benjamin Dauvergne fab899f323 bijoe: make psycopg2 return unicode strings 2016-05-25 10:11:12 +02:00
Benjamin Dauvergne 8dde361806 add ods package from w.c.s. 2016-05-25 01:48:04 +02:00
Benjamin Dauvergne b6df6a2a35 bi-joe: BI engine and frontend for PostgreSQL 2016-05-25 01:24:07 +02:00
Benjamin Dauvergne adbf712825 add debian packaging 2016-05-19 11:13:12 +02:00
Benjamin Dauvergne cb206893cd wcs-olap: build a start schema from data exported by w.c.s. API
Given such an .INI file:

	[https://demarches.triffouilly.fr/]
	orig = bi.triffouilly.fr
	key = 452b8964
	pg_dsn = dbname=publik-bi
	email = bi@entrouvert.com
	schema = triffouilly
	# slugs = recette-technique-ajout-d-un-enfant

It builds a schema named 'triffouilly' in the pre-existing database named 'publik-bi', the schema will contains tables named:

    channel (label varchar)
    role (label varchar)
    category (label varchar)
    form (category, label)
    formdata : parent table of all formdata tables)
        (form, receipt_time, year, month, dow, hour, channel, backoffice, generic_status)
    status (generic statuses: new, in progress & closed
        label

    for each formdef tables named:

       formdata_{formdef.slug}
       status_{formdef.slug}

       for each anonymisable
2016-05-19 11:13:12 +02:00
Benjamin Dauvergne b6b28a96cd add cubes configuration for 3m 2016-01-09 22:06:12 +01:00