alternative-backend-service/meetings
saani 23c185c93d refactor(meetings): standardize null handling for Jitsi fields and enhance emails
- Set explicit default=None for jitsi_room_id field to ensure consistent null handling
- Update rejection logic to use None instead of empty strings for Jitsi fields, maintaining database consistency with nullable field definitions
- Add login instructions to appointment confirmation email directing users to join 15 minutes early
- Remove outdated "self-guided resources" option from rejection email
- Add styling for new login-info section in scheduled appointment template

This ensures proper null value handling in the database and improves user communication for appointment workflows.
2025-11-28 12:50:33 +00:00
..
migrations Adding migrations 2025-11-27 15:18: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 refactor(meetings): standardize null handling for Jitsi fields and enhance emails 2025-11-28 12:50:33 +00:00
serializers.py refactor(meetings): increase encrypted field lengths and add ID to admin 2025-11-27 14:43:50 +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 docs(api): refactor appointments endpoint documentation structure 2025-11-26 19:30:26 +00:00
views.py style: add blank lines for improved code readability 2025-11-27 19:54:03 +00:00