poulpe/event
Daru13 d08a39307f Initial addition of the visual calendar (day view only).
This is the first step to include a visual calendar to Poulpe,
only including a "day view" as of now (i.e. events hour-by-hour from one date to another).
More views may be added at a later time.

It is **NOT WORKING YET**!
The CSS has been broken on this branch, and will have to be fixed before the calendar can work:
* the CSS of the calendar needs to be adapted to the environment and design of Poulpe;
* add actual links to enroll/un-enroll to an activity (cf. `Event` class in `calendar.js`);
* other small tweaks :)?

Finally, this view is likely to require the addition of start and end date change,
so that an user can browse events over several days (cf. `setStartDate` and `setEndDate` methods of `Calendar` class in `calendar.js`).

Note that this code should be better re-written (e.g. in Typescript, split between files, using more/better design patterns) at a later time.
It should nonetheless be easy to fix it and use it right now (see above requirements for this).
2018-11-19 23:57:42 +01:00
..
migrations cleaning activity 2018-08-20 17:46:41 +02:00
static Initial addition of the visual calendar (day view only). 2018-11-19 23:57:42 +01:00
templates/event Initial addition of the visual calendar (day view only). 2018-11-19 23:57:42 +01:00
templatetags Initial addition of the visual calendar (day view only). 2018-11-19 23:57:42 +01:00
__init__.py Update AppConfigs 2017-08-19 15:36:45 +02:00
admin.py search matos 2018-11-07 21:39:50 +01:00
apps.py Update AppConfigs 2017-08-19 15:36:45 +02:00
models.py event base done 2018-08-26 21:18:51 +02:00
tests.py Reflect changes on validators/fields 2017-08-12 15:01:57 +02:00
urls.py dos not work 2018-10-12 18:04:27 +02:00
validators.py Clean some models 2017-08-03 12:09:03 +02:00
views.py Merge branch 'Evarin/enrol-json' into Qwann/calendar 2018-11-19 22:32:58 +01:00