Commit Graph

49 Commits

Author SHA1 Message Date
artus
9c14d24dbe fixes planning view and add link to create compterendu of the day on dashboard 2018-10-29 20:51:29 +01:00
artus
ea04542792 changes display of missing_cr 2018-10-23 15:26:18 +02:00
artus
805d6292e4 updates finalize.html 2018-10-21 12:27:50 +02:00
artus
b0b4a4cbe6 updates stats inside the modal in compterendu creation 2018-10-21 12:20:57 +02:00
artus
3f153408e0 add note form to maraudes dashboard, minor cleanups 2018-10-15 20:45:56 +02:00
artus
5ed4706069 some fixes in notes templates 2018-10-14 16:55:33 +02:00
artus
c318c665cf starts fixing page title in navbar, adds open-iconic icons 2018-10-14 11:33:59 +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
87b0b218a1 updates display of saved rencontres 2018-10-12 21:53:23 +02:00
artus
e4d3404f26 works on compterendu template 2018-10-12 12:39:57 +02:00
artus
b09aa6b692 fixes dashboard forms layout 2018-10-12 11:46:23 +02:00
artus
2f282f18e5 stuck on multiple forms on maraudes:index 2018-10-11 21:56:01 +02:00
artus40
b68980f392 various and messy patchs... 2018-03-01 17:30:03 +01:00
artus40
8092859cb4 added linebreaks filter for all notes display 2017-10-26 16:47:17 +02:00
artus40
030f7021ee added feedback when send mail button is clicked 2017-10-18 17:25:58 +02:00
agerbaud
a600504785 Ajout de l'affichage des derniers sujets signalés, sur le modèle des derniers sujets rencontrés 2017-08-02 13:53:31 +02:00
agerbaud
7b8f977f59 Created redirection view to make "Maraudes>Compte-rendu" link working everywhere 2017-07-20 14:59:47 +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
agerbaud
db79a48a9d Merge two panels in maraudes:index template 2017-07-20 14:21:18 +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
0be59a61a7 Navbar (#31)
* started workin on 'navbar' module

* changed bootstrap theme to bootswatch/Simplex

* big work on navbar logic

* starting creating menus using navbar

* converted app views to new Wepage decorator, updated navbar

* reimplemented DernieresMaraudes as a dropdown instead of ContextMixin

* reorganised static files, minor code cleanups

* turned Link.href into lazy-evaluated property

* collapsed 'navbar' module into 'website', dynamic building of ApplicationMenu subclasses

* minor cleanup

* blah blah blah

* added way to add admin/non-admin links

* minor style change : red border for active page instead of all dropdowns

* deleted file

* prepare adding removing menu templates files, being replaced by code

* essayé de généraliser le code pour les modaux bootstrap, non testé git status

* more preparation and thinking on navbar app_menus logic...

* added LinkManager and DropdownManager, getting closer...

* small fix in DropdownManager.__get__

* boosted up work: keep it simple so it can be merged fast, major layout changes

* added month filter on maraudes:liste

* added 'as_icon' filter to display boolean/null values as bootstrap icons

* remove inactive user from planning selection

* removed all unused 'menu' templates

* set up django_select2 to use static files

* small fix after review
2017-02-11 18:20:13 +01:00
artus40
288ca2cc20 corrected issue with Select2 2016-12-29 16:51:29 +01:00
artus40
6c995a34db resolved #21, started new design (removing some panels :) 2016-12-29 13:52:29 +01:00
artus40
ffe73585c6 Updated after global configuration on new git installation 2016-12-15 18:28:29 +01:00
Arthur Gerbaud
891ef9ef63 modified website.decorators, webpage->app_config, created new configs 2016-11-19 21:46:40 +01:00
Arthur Gerbaud
f4f366f514 prepared to work on menu logic 2016-11-19 14:25:09 +01:00
Arthur Gerbaud
23d9da9a79 missing template @076780a 2016-11-19 13:36:04 +01:00
Arthur Gerbaud
076780a90f added 'table' template tags in maraudes:index 2016-11-19 13:34:54 +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
23ca194bf7 Issue #12 2016-11-15 15:28:05 +01:00
Arthur Gerbaud
14ecf5ce0f added default on 'premiere_rencontre' field for Sujet, work on #5 2016-10-06 13:29:29 +02:00
Arthur Gerbaud
96f3a9dd80 some template cleaning 2016-09-08 18:41:50 +02:00
Arthur Gerbaud
d37455bfeb better use of CompteRendu proxy model 2016-09-08 18:10:47 +02:00
Arthur Gerbaud
cfe0dc3f2f added missing_cr context variable on maraudes:index, small fixes 2016-09-08 17:38:00 +02:00
Arthur Gerbaud
6e9a76696e rerouted AuthBackend, changed bootstrap colors 2016-08-17 20:20:06 +02:00
Arthur Gerbaud
5dc5dae210 fix WebsiteAjaxTemplateMixin, added ajax 'sujets:update' form 2016-08-14 12:50:49 +02:00
Arthur Gerbaud
9e86e3eda5 added icons on menu_administration 2016-08-14 01:17:56 +02:00
Arthur Gerbaud
0c932a600f merged login view with website Index, wasted time on small details 2016-08-13 23:17:43 +02:00
Arthur Gerbaud
128314bcb3 cleaning up, improved scripts and menus 2016-08-13 20:59:48 +02:00
Arthur Gerbaud
12f23b8acb removed old files 2016-08-13 16:44:16 +02:00
Arthur Gerbaud
46b807ec1e website restyling, minor fixes 2016-08-13 16:40:43 +02:00
Arthur Gerbaud
8bac5d8bd4 templates refont, implemented 'get_panel' method 2016-08-11 02:08:37 +02:00
Arthur Gerbaud
fa95890bee missing file 2016-08-10 20:04:43 +02:00
Arthur Gerbaud
d31f1e05e3 add signalement model and form on maraudes:index 2016-08-10 13:52:32 +02:00
Arthur Gerbaud
473acf8f2b add use of NoteManager custom method, template fix 2016-08-07 12:02:51 +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
artus
5f4faf46ec Adding the core applications code to the repository 2016-08-05 10:41:43 +02:00