chrono/chrono
Benjamin Dauvergne df6721d580
gitea/chrono/pipeline/head This commit looks good Details
agendas: implements free time calculation (#76335)
SharedTimePeriod gets a get_intervals(mintime, maxtime) method returning the
list of intervals of open time between mintime and maxtime.

Agenda gets a get_free_time(mintime, maxtime) method returning the
list of intervals of open time between mintime and maxtim.
2023-05-30 22:24:57 +02:00
..
agendas agendas: implements free time calculation (#76335) 2023-05-30 22:24:57 +02:00
api agendas: move get_all_slots() and get_min/max_datetime() as Agenda's methods (#76335) 2023-05-30 22:24:57 +02:00
formats api: use django DATETIME_FORMAT to format dates 2016-03-30 08:04:51 +02:00
locale/fr/LC_MESSAGES translation update 2023-05-30 18:04:04 +02:00
manager manager: allow exporting agendas by category (#77790) 2023-05-30 10:04:50 +02:00
utils utils: add IntervalSet.__add__ (#76335) 2023-05-30 22:24:57 +02:00
__init__.py initial application skeleton 2016-02-21 10:44:53 +01:00
settings.py api: disable legacy fillslots api by default (#77806) 2023-05-30 15:04:47 +02:00
urls.py misc: change django-upgrade target version to 3.2 (#75442) 2023-03-29 12:08:30 +02:00
urls_utils.py misc: remove django 1.11 compatibility code (#55895) 2021-07-29 14:44:20 +02:00
views.py misc: fix super-with-arguments pylint error (#55505) 2021-07-15 15:02:13 +02:00
wsgi.py misc: fix wrong-import-position pylint error (#55505) 2021-07-15 15:02:14 +02:00