Commit Graph

15 Commits

Author SHA1 Message Date
artus
8fa768cad5 fixes for django2 2018-10-11 14:35:31 +02:00
artus40
8ae1c677f6 cleans up code of 'statistiques' module 2018-03-09 15:28:31 +01:00
artus40
2f9b987d1f uses ColumnWrapper and adds value labels on columns 2018-03-07 17:08:18 +01:00
artus40
b68980f392 various and messy patchs... 2018-03-01 17:30:03 +01:00
artus40
821732af1c added new graph : Rencontre par lieu to 'statistiques' module 2017-10-25 16:34:22 +02:00
artus40
511bd63aa7 rewrote calculer_frequentation, added basic test for it. 2017-10-18 16:57:56 +02:00
artus40
f91d94685d customized admin styling, added get_absolute_url for Note model,
added inline in Sujet admin to show FicheStatistique
2017-08-31 19:57:55 +02:00
artus40
67a04f1c18 fixed non-working update view (since last commit) 2017-08-19 18:15:53 +02:00
artus40
0bf2d9ff79 modified MultipleChartViews to instantiate only one chart.
added chart on index view
2017-08-19 18:00:49 +02:00
artus40
6d2ce7d7bc created MultipleChartsView 2017-08-18 14:00:59 +02:00
artus40
c8c59b92a2 début de réorganisation de la partie statistique 2017-08-14 19:12:18 +02:00
artus40
0c887afaa3 small code cleanups 2017-08-12 13:45:21 +02:00
agerbaud
a78df69762 Ajout d'un graphique sur la fréquentation en fonction de l'heure 2017-08-10 17:28:52 +02:00
agerbaud
ace8167fcb added some test charts 2017-08-02 12:54:02 +02:00
artus40
be087464fc Remaster (#38)
* setup new 'statistiques' module

* added 'graphos' package and created first test graph

* put graphos in requirements, deleted local folder

* added "load_csv" management command !

* added update of premiere_rencontre field in 'load_csv' management command

* added missing urls.py file

* added 'merge' action and view

* added 'info_completed' ratio

* linked sujets:merge views inside suivi:details

* added link to maraudes:details in notes table headers, if any

* Major reorganisation, moved 'suivi' and 'sujets' to 'notes', cleanup in 'maraudes', dropping 'website' mixins (mostly useless)

* small cleanup

* worked on Maraude and Sujet lists

* corrected missing line in notes.__init__

* restored 'details' view for maraudes and sujets insie 'notes' module

* worked on 'notes': added navigation between maraude's compte-rendu, right content in details, header to list tables

* changed queryset for CompteRenduDetailsView to all notes of same date, minor layout changes

* added right content to 'details-sujet', created 'statistiques' view and update templates

* restored 'statistiques' ajax view in 'details-sujet', fixed 'merge_two' util function

* added auto-creation of FicheStatistique (plus some tests), pagination for notes in 'details-sujet'

* added error-prone cases in paginator

* fixed non-working modals, added titles

* added UpdateStatistiques capacity in CompteRenduCreate view

* fixed missing AjaxTemplateMixin for CreateSujetView, worked on compte-rendu creation scripts

* fixed MaraudeManager.all_of() for common Maraudeurs, added color hints in planning

* re-instated statistiques module link and first test page

* added FinalizeView to send a mail before finalizing compte-rendu

* Added PieChart view for FicheStatistique fields

* small style updates, added 'age' and 'genre' fields from sujets in statistiques.PieChartView

* worked on statistiques, fixed small issues in 'notes' list views

* small theme change

* removed some dead code

* fixed notes.tests, fixed statistiques.info_completed display, added filter in SujetLisView

* added some tests

* added customised admin templates

* added authenticate in CustomAuthenticatationBackend, more verbose login thanks to messages

* added django-nose for test coverage

* Corrected raising exception on first migration

On first migration, qs.exists() would previously be called and raising an Exception, sot he migrations would fail.

* Better try block

* cleaned up custom settings.py, added some overrides of django base_settings

* corrected bad dictionnary key
2017-06-11 17:16:17 +02:00