alternative-backend-service/meetings
2025-12-05 16:55:34 +00:00
..
migrations feat: update appointment request to set status to 'completed' when ending a meeting 2025-12-05 12:34:48 +00:00
__init__.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
admin.py refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +00:00
apps.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
email_service.py feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00
models.py feat: remove debug print statements and add timezone handling in appointment serializers and views 2025-12-05 16:55:34 +00:00
serializers.py feat: remove debug print statements and add timezone handling in appointment serializers and views 2025-12-05 16:55:34 +00:00
tasks.py feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00
tests.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
urls.py feat: enhance appointment scheduling with user timezone support and email reminders 2025-12-05 10:34:19 +00:00
views.py feat: remove debug print statements and add timezone handling in appointment serializers and views 2025-12-05 16:55:34 +00:00