Commit Graph

25 Commits

Author SHA1 Message Date
artus
3f153408e0 add note form to maraudes dashboard, minor cleanups 2018-10-15 20:45:56 +02:00
artus
456cdf3704 lots of fixes 2018-10-14 21:49:38 +02:00
artus
65a31c0a1b force 2columns in tables 2018-10-14 20:55:43 +02:00
artus
2f93fa1883 improves tables a little 2018-10-14 17:24:48 +02:00
artus
5ed4706069 some fixes in notes templates 2018-10-14 16:55:33 +02:00
artus
a2bac751c9 adds sticky card on details_maraude.html 2018-10-14 11:45:37 +02:00
artus
5c1ab133ca fix details views 2018-10-14 00:37:35 +02:00
artus
388e626c7e removes some hr 2018-10-13 23:55:08 +02:00
artus
5799ab1ea3 fixes bootstrap4 imports, statistiques templates and adds shadow effect on active links 2018-10-13 23:08:39 +02:00
artus
a7858d22b0 multiple fixes in compterendu and related scripts 2018-10-13 14:15:31 +02:00
artus
b09aa6b692 fixes dashboard forms layout 2018-10-12 11:46:23 +02:00
artus
66ff93eb58 fix layout 2018-10-11 20:44:22 +02:00
artus40
b68980f392 various and messy patchs... 2018-03-01 17:30:03 +01:00
artus40
0f7ed15d9b better spacing of labels 2018-01-09 20:57:05 +01:00
artus40
e88037f0ae better spacing of labels 2018-01-09 20:10:11 +01:00
artus40
f8e618e08a changes display of notes in tables (headers on the side)
corrects code for 'notes' modules according to PEP8 guidelines
2017-12-27 12:42:40 +01:00
artus40
8092859cb4 added linebreaks filter for all notes display 2017-10-26 16:47:17 +02:00
artus40
0d3798f087 changed redirect_to_current_compterendu view to use Maraude manager's
get_in_progress(), which is now a method instead of cache property.
+ better display of admin panel's buttons in sujets detail views
2017-08-28 17:35:56 +02:00
agerbaud
9d95266fad Moved sidebar block menu for 'maraudes' and 'notes' inside a dropdown in navbar 2017-07-20 14:44:33 +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
artus40
7cc362668e resolved #20, modified layout on 'suivi:details' 2016-12-29 15:20:16 +01:00
artus40
6c995a34db resolved #21, started new design (removing some panels :) 2016-12-29 13:52:29 +01:00
Arthur Gerbaud
6e9a76696e rerouted AuthBackend, changed bootstrap colors 2016-08-17 20:20:06 +02:00
Arthur Gerbaud
aefeb2e349 better integration of notes, templates clean up 2016-08-06 19:28:15 +02:00
Arthur Gerbaud
4804b58b13 add missing templates files 2016-08-06 15:01:59 +02:00