Commit Graph

46 Commits

Author SHA1 Message Date
artus
8fa768cad5 fixes for django2 2018-10-11 14:35:31 +02:00
artus40
c753645193 cleans up code of 'website' module, replaces hardcoded 'year_of_bilan' value 2018-03-09 15:45:35 +01:00
artus40
7fdb7e9f31 cleaned up code for notes module 2018-03-02 14:50:41 +01: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
569916abd0 added sujet list view filter to list Signalements 2017-10-24 13:30:08 +02:00
artus40
abc48874e7 added sujet list view filter to extract persons met in last 30 days 2017-10-24 13:20:34 +02:00
artus40
dfc9a40800 minor color and layout changes in admin interface 2017-09-01 15:59:07 +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
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
artus40
0c887afaa3 small code cleanups 2017-08-12 13:45:21 +02:00
agerbaud
ace8167fcb added some test charts 2017-08-02 12:54:02 +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
7f08b1db23 added 'tables' template tags to display objects lists in 'maraudes' and 'sujets' 2016-11-19 13:28:36 +01:00
Arthur Gerbaud
ec7f085b8e fixed NoteMixin 2016-09-08 11:30:42 +02:00
Arthur Gerbaud
06cf6c3d35 added messages on 'suivi:index' 2016-08-25 09:40:00 +02:00
Arthur Gerbaud
9c8fa6ca1d added Search form, not working yet 2016-08-24 19:26:07 +02:00
Arthur Gerbaud
746c21e52b added SignalementForm, updated NoteFormMixin, various fixes 2016-08-24 18:17:59 +02:00
Arthur Gerbaud
6e9a76696e rerouted AuthBackend, changed bootstrap colors 2016-08-17 20:20:06 +02:00
Arthur Gerbaud
9812aa858c improved NoteFormMixin, added Appel model and form in 'suivi' 2016-08-17 17:39:24 +02:00
Arthur Gerbaud
1681833e8b minor clean up 2016-08-17 16:11:27 +02:00
Arthur Gerbaud
57c120afbb added set of Note forms, fixed new note on 'suivi:details' view 2016-08-17 15:42:13 +02:00
Arthur Gerbaud
21ccaeb476 add notes/mixins 2016-08-14 00:53:34 +02:00
Arthur Gerbaud
d934e6508a added Note form on suivi/details view 2016-08-14 00:52:46 +02:00
Arthur Gerbaud
824d000cb1 add 'note_author' method on Note 2016-08-07 19:05:36 +02:00
Arthur Gerbaud
205474cfe5 small clean up 2016-08-07 18:33:36 +02:00
Arthur Gerbaud
9bd225ce42 fix Note 2016-08-07 12:13:15 +02:00
Arthur Gerbaud
9646c9f8ab add NoteManager and NoteQuerySet, and basic tests 2016-08-07 11:50:01 +02:00
Arthur Gerbaud
2a8082e5b1 added defaults on Note fields, clean up 2016-08-06 20:58:06 +02:00
Arthur Gerbaud
73696a5b7b repair 'Observation' forms 2016-08-06 20:21:59 +02:00
Arthur Gerbaud
aefeb2e349 better integration of notes, templates clean up 2016-08-06 19:28:15 +02:00
Arthur Gerbaud
b3ca132a73 fixed bad function name 2016-08-06 18:16:11 +02:00
Arthur Gerbaud
c94b5920c0 Merge branch 'notes' 2016-08-06 18:14:49 +02:00
Arthur Gerbaud
ec1b3c7853 clean up code 2016-08-06 18:14:22 +02:00
Arthur Gerbaud
af5c8d61e9 clean up 2016-08-06 18:08:06 +02:00
Arthur Gerbaud
4804b58b13 add missing templates files 2016-08-06 15:01:59 +02:00
Arthur Gerbaud
e2456a4ae0 added templatetag 'notes.inline_table' 2016-08-06 14:58:38 +02:00
artus
ebb1c849e6 repairs 'notes' in master before branching 2016-08-06 13:42:29 +02:00
artus
d155d87781 deleted cache and migrations directories 2016-08-05 12:26:05 +02:00
artus
5f4faf46ec Adding the core applications code to the repository 2016-08-05 10:41:43 +02:00