refactor(meetings): standardize null handling for Jitsi fields and enhance emails #49

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-28 12:52:09 +00:00
Owner
  • 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.

- 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.
Saani added 1 commit 2025-11-28 12:51:46 +00:00
- 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.
Saani merged commit 38c67b4a27 into main 2025-11-28 12:52:09 +00:00
Sign in to join this conversation.
No reviewers
No Label
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: ATTUNE-HEART-THERAPY/alternative-backend-service#49
No description provided.