|
|
e67b07a7c8
|
feat(client): add Chinese verbose_name and help_text to all client fields (Phase 4.1 part 2/9)
Sync DATA_MODEL_CLIENT.md field-level Chinese annotations to Django
models across 11 client tables (Client, ClientContact, ClientRequirement,
ClientSchoolPreference, ClientFavoriteFolder, ClientFolderItem,
ClientFollowLog, ClientFollowLogAttachment, ClientViewing,
ClientPropertyMatch, ClientStatusLog).
Pre-existing docstrings retained on ClientFollowLog (partitioned parent
treated as unmanaged) and ClientStatusLog (immutable audit log).
|
2026-04-30 09:19:58 +08:00 |
|
Sisyphus
|
ed40de4050
|
feat(client,setting): complete Phase 2 with partitioned client_follow_logs
- apps/client (11 models): Client, ClientContact, ClientRequirement,
ClientSchoolPreference, ClientFollowLog (partitioned),
ClientFollowLogAttachment, ClientViewing, ClientPropertyMatch,
ClientStatusLog, ClientFavoriteFolder, ClientFolderItem
- apps/client/0002 RunSQL: PARTITION BY RANGE(created_at) for
client_follow_logs + monthly partitions + default; triggers
update_client_last_follow + update_client_viewing_progress;
partial unique index on client_no WHERE deleted_at IS NULL
- apps/setting (4 models): LookupGroup, LookupItem, TenantSetting,
FieldRequirementRule (tenant schema only per spec)
manage.py check green; all 9 Phase 2 apps complete.
|
2026-04-29 17:33:58 +08:00 |
|