alternative-backend-service/meetings
2025-12-05 18:43:59 +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 feat: add user timezone field to appointment request and update related serializers and views 2025-12-05 17:32:04 +00:00
apps.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
email_service.py feat: implement appointment rescheduling and cancellation features with email notifications 2025-12-05 18:04:11 +00:00
models.py feat: add reschedule appointment method to AppointmentRequest model 2025-12-05 18:43:59 +00:00
serializers.py feat: implement appointment rescheduling and cancellation features with email notifications 2025-12-05 18:04:11 +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: implement appointment rescheduling and cancellation features with email notifications 2025-12-05 18:04:11 +00:00
views.py feat: implement appointment rescheduling and cancellation features with email notifications 2025-12-05 18:04:11 +00:00