alternative-backend-service/meetings
2025-12-04 12:09:46 +00:00
..
migrations feat: update AppointmentRequest model fields and adjust migration files 2025-12-04 12:01:34 +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: refactor AppointmentRequest model to use standard fields instead of encrypted fields 2025-12-04 12:09:46 +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