alternative-backend-service/meetings
2025-12-04 12:35:50 +00:00
..
migrations feat: remove initial migrations for meetings and users models 2025-12-04 12:35:50 +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 fix(email): hardcode admin dashboard URL and open in new tab 2025-11-27 21:09:52 +00:00
models.py feat: add max_length to jitsi_meet_url field and include debug prints for field lengths in AppointmentRequest 2025-12-04 12:30:32 +00:00
serializers.py feat: refactor AppointmentRequest methods and update serializers to include selected_slots field 2025-12-03 20:10:15 +00:00
tasks.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
tests.py feat: enable meetings app and simplify development configuration 2025-11-23 00:19:26 +00:00
urls.py feat: add start and end meeting endpoints for scheduled appointments 2025-12-04 10:57:19 +00:00
views.py feat: add start and end meeting endpoints for scheduled appointments 2025-12-04 10:57:19 +00:00