alternative-backend-service/meetings
2025-12-03 20:10:15 +00:00
..
migrations feat: add selected_slots field to AppointmentRequest model and update serializers 2025-12-03 15:44:56 +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 methods and update serializers to include selected_slots field 2025-12-03 20:10:15 +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 Refactor code structure for improved readability and maintainability 2025-12-02 19:32:51 +00:00
views.py feat: add selected_slots field to AppointmentRequest model and update serializers 2025-12-03 15:44:56 +00:00