refactor(meetings): increase encrypted field lengths and add ID to admin #41

Merged
Saani merged 1 commits from feature/meetings into main 2025-11-27 14:44:43 +00:00
Owner
  • Increase max_length from 100 to 255 for first_name and last_name encrypted fields
  • Increase phone field max_length from 20 to 255 to accommodate encryption overhead
  • Add 'id' field to AppointmentRequest admin list_display for easier reference
  • Remove redundant docstring from _convert_to_datetime method

The increased field lengths ensure adequate storage for encrypted data, which typically requires more space than plaintext values.

- Increase max_length from 100 to 255 for first_name and last_name encrypted fields - Increase phone field max_length from 20 to 255 to accommodate encryption overhead - Add 'id' field to AppointmentRequest admin list_display for easier reference - Remove redundant docstring from _convert_to_datetime method The increased field lengths ensure adequate storage for encrypted data, which typically requires more space than plaintext values.
Saani added 1 commit 2025-11-27 14:44:38 +00:00
- Increase max_length from 100 to 255 for first_name and last_name encrypted fields
- Increase phone field max_length from 20 to 255 to accommodate encryption overhead
- Add 'id' field to AppointmentRequest admin list_display for easier reference
- Remove redundant docstring from _convert_to_datetime method

The increased field lengths ensure adequate storage for encrypted data, which typically requires more space than plaintext values.
Saani merged commit 1ca8624f8d into main 2025-11-27 14:44:43 +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#41
No description provided.