gestioCOF/kfet
Aurélien Delobelle b8110c11a4 kfet.open
kfet.open app
- Base data (raw_open, last_update...) is stored and shared through cache system.
- 2 websockets groups: one for team users, one for other users.
- UI is initialized and kept up-to-date with WS.
- raw_open and force_close can be updated with standard HTTP requests.
  At this time, there isn't any restriction on raw_open view. Common sense tell us
  to change this behavior.

Misc
- Clean channels routing.
- 'PermConsumerMixin': user who sent the message is available as argument in
connection_groups method, which returns groups to which the user should be
appended on websocket connection (and discarded on disconnection).
- New kfet.utils module: should be used for mixins, whatever is useful and not concerns
the kfet app.
- Clean JS dependencies.
2017-06-21 07:08:28 +02:00
..
fixtures create checkout dynamically 2017-02-08 15:26:56 -02:00
management/commands createopes use only bulk_create 2017-04-06 13:33:40 +02:00
migrations Update migration to keep perms. 2017-05-23 16:48:33 +02:00
open kfet.open 2017-06-21 07:08:28 +02:00
static/kfet kfet.open 2017-06-21 07:08:28 +02:00
templates/kfet kfet.open 2017-06-21 07:08:28 +02:00
templatetags Group permissions select multiple -> checkboxes 2017-05-19 13:42:41 +02:00
tests Simple test: we can query the account-read page 2017-05-23 20:38:53 +01:00
__init__.py Ajout message pour proposer connexion standard 2016-09-10 22:49:07 +02:00
admin.py initial 2016-08-02 10:40:46 +02:00
apps.py Use django-djconfig for kfet app. 2017-04-03 20:32:16 +02:00
autocomplete.py exclude empty strings from ldap results 2017-04-01 22:07:32 +01:00
backends.py fix typo + pep8 + del future imports 2017-05-10 12:49:14 +02:00
config.py Subvention -> Réduction + units for kfet_config 2017-04-10 11:36:06 +02:00
consumers.py kfet.open 2017-06-21 07:08:28 +02:00
context_processors.py kfet.open 2017-06-21 07:08:28 +02:00
decorators.py kfet.open 2017-06-21 07:08:28 +02:00
forms.py kfet.open 2017-06-21 07:08:28 +02:00
middleware.py initial checkout selected 2017-04-06 16:45:44 +02:00
models.py kfet.open 2017-06-21 07:08:28 +02:00
routing.py kfet.open 2017-06-21 07:08:28 +02:00
signals.py kfet.open 2017-06-21 07:08:28 +02:00
statistic.py Better scale management for order creation 2017-05-19 17:40:06 +02:00
urls.py kfet.open 2017-06-21 07:08:28 +02:00
utils.py kfet.open 2017-06-21 07:08:28 +02:00
views.py kfet.open 2017-06-21 07:08:28 +02:00