Actions
Développement #4542
closedStatistiques globales
Start date:
23 March 2014
Due date:
% Done:
0%
Estimated time:
Patch proposed:
Planning:
Description
De Montpellier : "statistiques globales (multi-formulaires)"
Files
Actions
#1
Updated by Frédéric Péters [parti] over 12 years ago
- File 0001-backoffice-add-some-global-stats-4542.patch 0001-backoffice-add-some-global-stats-4542.patch added
- File 0001-form-makes-sure-date-are-encoded-as-string-not-unico.patch 0001-form-makes-sure-date-are-encoded-as-string-not-unico.patch added
- File 0001-advertise-new-statistics-url-4542.patch 0001-advertise-new-statistics-url-4542.patch added
- Status changed from Nouveau to En cours
Voilà pour des simples statistiques sur le nombre de formulaires transmis, globalement et par catégorie, filtrable par période.
Pour les usages plus avancés, il y a la possibilité d'interroger PostgreSQL.
Updated by Frédéric Péters [parti] over 12 years ago
Pour information, avant de partir sur un truc aussi bête (qui charge tout), j'ai testé sur la prod de montpellier, avec un
for formdef in FormDef.select(): print formdef.id, len(formdef.data_class().values())
(avant le test je me disais que j'allais mettre en place un cache au niveau des différents formdefs)
Updated by Thomas Noël over 12 years ago
- Target version set to Au-quotidien 2014.5
Updated by Frédéric Péters [parti] over 12 years ago
- Status changed from En cours to Résolu (à déployer)
commit 3705674482421a3226ff2193783b6c0e0ebe89e4
Author: Frédéric Péters <fpeters@entrouvert.com>
Date: Sun Mar 23 10:21:44 2014 +0100
backoffice: add some global stats (#4542)
Updated by Thomas Noël over 12 years ago
- Status changed from Résolu (à déployer) to Solution déployée
Updated by Thomas Noël over 12 years ago
- Status changed from Solution déployée to Fermé
Updated by Thomas Noël about 11 years ago
- Target version deleted (
Au-quotidien 2014.5)
Actions